#D275FA Hex Color

Try:
Color NameViolet
HEX
#D275FA
RGB
210, 117, 250
HSL
282°, 93%, 72%
CMYK
16%, 53%, 0%, 2%

Shades

CSS Usage
color: #D275FA;
background-color: #D275FA;
border-color: #D275FA;
box-shadow: 0 0 10px #D275FA;
border: 2px solid #D275FA;
Tailwind Usage
bg-[#D275FA]
text-[#D275FA]
border-[#D275FA]
shadow-[0_0_10px_D275FA]

Generate Gradient

Gradient CSS
background: linear-gradient(90deg, #D275FA, #FF5733);

Preview in UI

Button

.btn-primary { background-color: #D275FA; color: #000000; }

Badge

New Feature
.badge { background-color: #D275FA; color: #000000; }

Text Highlight

The quick brown fox jumps over the lazy dog. highlighted text example shows how the color looks as a text highlight.

Card

Card Title

This card uses your color as a border accent.

.card-accent { border: 2px solid #D275FA; background-color: #D275FA15; }

Alert / Toast

This is an alert using your color as accent.
.alert { background-color: #D275FA20; border-left: 4px solid #D275FA; }

Link / Accent

This is a paragraph with a link using your color. The color can be applied to interactive elements.

a { color: #D275FA; }

Related Colors

Complementary

Analogous

Triadic

Split Complementary

Tetradic

Monochromatic

Popular Colors

Common HEX Colors

About the color #D275FA

The hex color #D275FA, commonly known as violet, is represented in the RGB color model as (210, 117, 250). In the HSL color space it has a hue of 282°, saturation of 93%, and lightness of 72%.

The RGB (Red, Green, Blue) color model is an additive color model where colors are created by combining red, green, and blue light at different intensities. Each channel ranges from 0 to 255, allowing for over 16 million possible colors.

HSL (Hue, Saturation, Lightness) represents colors using three components: hue (the color position on the color wheel, 0-360°), saturation (color intensity, 0-100%), and lightness (brightness, 0-100%). This model is more intuitive for humans to understand and manipulate colors.

This color is commonly used in web interfaces, buttons, links, and branding elements. Developers can use #D275FA directly in CSS for text, borders, backgrounds, gradients, and UI highlights. Convert this color using the HEX to RGB converter or generate palettes using the color palette generator. You can also convert to HSL using the RGB to HSL converter.

The complementary color of #D275FA is #9DFA75.

Similar colors to #D275FA