Shades of Heliotrope #D279EB
Tints of Heliotrope #D279EB
RGB
CMYK
RGB Variations
Color information
#D279EB (or 0xD279EB) is known color: Heliotrope. HEX triplet: D2, 79 and EB. RGB value is (210,121,235). Sum of RGB (Red+Green+Blue) = 210+121+235=566 (74% of max value = 765). Red value is 210 (82.42% from 255 or 37.10% from 566); Green value is 121 (47.66% from 255 or 21.38% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #D279EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D279EB is #2D8614. Grayscale: #A0A0A0. Windows color (decimal): -2983445 or 15432146. OLE color: 15432146.
HSL color Cylindrical-coordinate representation of color #D279EB: hue angle of 286.84º degrees, saturation: 0.74, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.49%. Process color model (Four color, CMYK) of #D279EB is Cyan = 0.11, Magento = 0.49, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 210 | 121 | 235 | - |
| CMYK | 0.11 | 0.49 | 0 | 0.08 |
| HSL | 286.84º | 0.74% | 0.7% | - |
| HSV(B) | 286.84º | 0.49% | 0.92% | - |
| XYZ | 48.41 | 33.37 | 82.49 | - |
| YUV | 160.61 | 169.99 | 163.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 121 | 235 | 0.11 | 0.49 | 0 | 0.08 | 286.84 | 0.74 | 0.7 |
| Hex | D2 | 79 | EB | B | 31 | 0 | 8 | 11F | 4A | 46 |
| Octal | 322 | 171 | 353 | 13 | 61 | 0 | 10 | 437 | 112 | 106 |
| Binary | 11010010 | 1111001 | 11101011 | 1011 | 110001 | 0 | 1000 | 100011111 | 1001010 | 1000110 |
Color Harmonies of #D279EB
Complementary color
Monochromatic Colors of #D279EB
Black with #D279EB
Text Example
Text Example
White with #D279EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D279EB; }
p { color: rgb(210,121,235); }
H1.HeaderClassName
{
color: #D279EB;
}
.AnyTagClassName
{
color: #D279EB;
}
</style>
background-color css
<style>
a { background-color: #D279EB; }
a { background-color: rgb(210,121,235); }
div.DivClassName
{
background-color: #D279EB;
}
.BgClassName
{
background-color: #D279EB;
}
</style>
border-color css
<style>
span { border-color: #D279EB; }
span { border-color: rgb(210,121,235); }
td.TdClassName
{
border-color: #D279EB;
}
.TagClassName
{
border-color: #D279EB;
}
</style>