Shades of Heliotrope #D062EE
Tints of Heliotrope #D062EE
RGB
CMYK
RGB Variations
Color information
#D062EE (or 0xD062EE) is known color: Heliotrope. HEX triplet: D0, 62 and EE. RGB value is (208,98,238). Sum of RGB (Red+Green+Blue) = 208+98+238=544 (72% of max value = 765). Red value is 208 (81.64% from 255 or 38.24% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 238 (93.36% from 255 or 43.75% from 544); Max value from RGB is 238 - color contains mainly: blue. Hex color #D062EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062EE is #2F9D11. Grayscale: #929292. Windows color (decimal): -3120402 or 15622864. OLE color: 15622864.
HSL color Cylindrical-coordinate representation of color #D062EE: hue angle of 287.14º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D062EE is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 98 | 238 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.07 |
| HSL | 287.14º | 0.8% | 0.66% | - |
| HSV(B) | 287.14º | 0.59% | 0.93% | - |
| XYZ | 45.81 | 28.32 | 83.94 | - |
| YUV | 146.85 | 179.44 | 171.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 238 | 0.13 | 0.59 | 0 | 0.07 | 287.14 | 0.8 | 0.66 |
| Hex | D0 | 62 | EE | D | 3B | 0 | 7 | 11F | 50 | 42 |
| Octal | 320 | 142 | 356 | 15 | 73 | 0 | 7 | 437 | 120 | 102 |
| Binary | 11010000 | 1100010 | 11101110 | 1101 | 111011 | 0 | 111 | 100011111 | 1010000 | 1000010 |
Color Harmonies of #D062EE
Complementary color
Monochromatic Colors of #D062EE
Black with #D062EE
Text Example
Text Example
White with #D062EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062EE; }
p { color: rgb(208,98,238); }
H1.HeaderClassName
{
color: #D062EE;
}
.AnyTagClassName
{
color: #D062EE;
}
</style>
background-color css
<style>
a { background-color: #D062EE; }
a { background-color: rgb(208,98,238); }
div.DivClassName
{
background-color: #D062EE;
}
.BgClassName
{
background-color: #D062EE;
}
</style>
border-color css
<style>
span { border-color: #D062EE; }
span { border-color: rgb(208,98,238); }
td.TdClassName
{
border-color: #D062EE;
}
.TagClassName
{
border-color: #D062EE;
}
</style>