Shades of Heliotrope #D259EF
Tints of Heliotrope #D259EF
RGB
CMYK
RGB Variations
Color information
#D259EF (or 0xD259EF) is known color: Heliotrope. HEX triplet: D2, 59 and EF. RGB value is (210,89,239). Sum of RGB (Red+Green+Blue) = 210+89+239=538 (71% of max value = 765). Red value is 210 (82.42% from 255 or 39.03% from 538); Green value is 89 (35.16% from 255 or 16.54% from 538); Blue value is 239 (93.75% from 255 or 44.42% from 538); Max value from RGB is 239 - color contains mainly: blue. Hex color #D259EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D259EF is #2DA610. Grayscale: #8D8D8D. Windows color (decimal): -2991633 or 15686098. OLE color: 15686098.
HSL color Cylindrical-coordinate representation of color #D259EF: hue angle of 288.4º degrees, saturation: 0.82, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D259EF is Cyan = 0.12, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 210 | 89 | 239 | - |
| CMYK | 0.12 | 0.63 | 0 | 0.06 |
| HSL | 288.4º | 0.82% | 0.64% | - |
| HSV(B) | 288.4º | 0.63% | 0.94% | - |
| XYZ | 45.73 | 27.08 | 84.48 | - |
| YUV | 142.28 | 182.59 | 176.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 89 | 239 | 0.12 | 0.63 | 0 | 0.06 | 288.4 | 0.82 | 0.64 |
| Hex | D2 | 59 | EF | C | 3F | 0 | 6 | 120 | 52 | 40 |
| Octal | 322 | 131 | 357 | 14 | 77 | 0 | 6 | 440 | 122 | 100 |
| Binary | 11010010 | 1011001 | 11101111 | 1100 | 111111 | 0 | 110 | 100100000 | 1010010 | 1000000 |
Color Harmonies of #D259EF
Complementary color
Monochromatic Colors of #D259EF
Black with #D259EF
Text Example
Text Example
White with #D259EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D259EF; }
p { color: rgb(210,89,239); }
H1.HeaderClassName
{
color: #D259EF;
}
.AnyTagClassName
{
color: #D259EF;
}
</style>
background-color css
<style>
a { background-color: #D259EF; }
a { background-color: rgb(210,89,239); }
div.DivClassName
{
background-color: #D259EF;
}
.BgClassName
{
background-color: #D259EF;
}
</style>
border-color css
<style>
span { border-color: #D259EF; }
span { border-color: rgb(210,89,239); }
td.TdClassName
{
border-color: #D259EF;
}
.TagClassName
{
border-color: #D259EF;
}
</style>