Shades of Heliotrope #D059EF
Tints of Heliotrope #D059EF
RGB
CMYK
RGB Variations
Color information
#D059EF (or 0xD059EF) is known color: Heliotrope. HEX triplet: D0, 59 and EF. RGB value is (208,89,239). Sum of RGB (Red+Green+Blue) = 208+89+239=536 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.81% from 536); Green value is 89 (35.16% from 255 or 16.60% from 536); Blue value is 239 (93.75% from 255 or 44.59% from 536); Max value from RGB is 239 - color contains mainly: blue. Hex color #D059EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059EF is #2FA610. Grayscale: #8D8D8D. Windows color (decimal): -3122705 or 15686096. OLE color: 15686096.
HSL color Cylindrical-coordinate representation of color #D059EF: hue angle of 287.6º 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 #D059EF is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 208 | 89 | 239 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.06 |
| HSL | 287.6º | 0.82% | 0.64% | - |
| HSV(B) | 287.6º | 0.63% | 0.94% | - |
| XYZ | 45.16 | 26.79 | 84.45 | - |
| YUV | 141.68 | 182.92 | 175.3 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 239 | 0.13 | 0.63 | 0 | 0.06 | 287.6 | 0.82 | 0.64 |
| Hex | D0 | 59 | EF | D | 3F | 0 | 6 | 120 | 52 | 40 |
| Octal | 320 | 131 | 357 | 15 | 77 | 0 | 6 | 440 | 122 | 100 |
| Binary | 11010000 | 1011001 | 11101111 | 1101 | 111111 | 0 | 110 | 100100000 | 1010010 | 1000000 |
Color Harmonies of #D059EF
Complementary color
Monochromatic Colors of #D059EF
Black with #D059EF
Text Example
Text Example
White with #D059EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059EF; }
p { color: rgb(208,89,239); }
H1.HeaderClassName
{
color: #D059EF;
}
.AnyTagClassName
{
color: #D059EF;
}
</style>
background-color css
<style>
a { background-color: #D059EF; }
a { background-color: rgb(208,89,239); }
div.DivClassName
{
background-color: #D059EF;
}
.BgClassName
{
background-color: #D059EF;
}
</style>
border-color css
<style>
span { border-color: #D059EF; }
span { border-color: rgb(208,89,239); }
td.TdClassName
{
border-color: #D059EF;
}
.TagClassName
{
border-color: #D059EF;
}
</style>