Shades of Heliotrope #D059EE
Tints of Heliotrope #D059EE
RGB
CMYK
RGB Variations
Color information
#D059EE (or 0xD059EE) is known color: Heliotrope. HEX triplet: D0, 59 and EE. RGB value is (208,89,238). Sum of RGB (Red+Green+Blue) = 208+89+238=535 (70% of max value = 765). Red value is 208 (81.64% from 255 or 38.88% from 535); Green value is 89 (35.16% from 255 or 16.64% from 535); Blue value is 238 (93.36% from 255 or 44.49% from 535); Max value from RGB is 238 - color contains mainly: blue. Hex color #D059EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D059EE is #2FA611. Grayscale: #8D8D8D. Windows color (decimal): -3122706 or 15620560. OLE color: 15620560.
HSL color Cylindrical-coordinate representation of color #D059EE: hue angle of 287.92º degrees, saturation: 0.81, lightness: 0.64%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.63%. Process color model (Four color, CMYK) of #D059EE is Cyan = 0.13, Magento = 0.63, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 89 | 238 | - |
| CMYK | 0.13 | 0.63 | 0 | 0.07 |
| HSL | 287.92º | 0.81% | 0.64% | - |
| HSV(B) | 287.92º | 0.63% | 0.93% | - |
| XYZ | 45.02 | 26.73 | 83.68 | - |
| YUV | 141.57 | 182.42 | 175.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 89 | 238 | 0.13 | 0.63 | 0 | 0.07 | 287.92 | 0.81 | 0.64 |
| Hex | D0 | 59 | EE | D | 3F | 0 | 7 | 120 | 51 | 40 |
| Octal | 320 | 131 | 356 | 15 | 77 | 0 | 7 | 440 | 121 | 100 |
| Binary | 11010000 | 1011001 | 11101110 | 1101 | 111111 | 0 | 111 | 100100000 | 1010001 | 1000000 |
Color Harmonies of #D059EE
Complementary color
Monochromatic Colors of #D059EE
Black with #D059EE
Text Example
Text Example
White with #D059EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D059EE; }
p { color: rgb(208,89,238); }
H1.HeaderClassName
{
color: #D059EE;
}
.AnyTagClassName
{
color: #D059EE;
}
</style>
background-color css
<style>
a { background-color: #D059EE; }
a { background-color: rgb(208,89,238); }
div.DivClassName
{
background-color: #D059EE;
}
.BgClassName
{
background-color: #D059EE;
}
</style>
border-color css
<style>
span { border-color: #D059EE; }
span { border-color: rgb(208,89,238); }
td.TdClassName
{
border-color: #D059EE;
}
.TagClassName
{
border-color: #D059EE;
}
</style>