Shades of Heliotrope #D062EC
Tints of Heliotrope #D062EC
RGB
CMYK
RGB Variations
Color information
#D062EC (or 0xD062EC) is known color: Heliotrope. HEX triplet: D0, 62 and EC. RGB value is (208,98,236). Sum of RGB (Red+Green+Blue) = 208+98+236=542 (71% of max value = 765). Red value is 208 (81.64% from 255 or 38.38% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 236 (92.58% from 255 or 43.54% from 542); Max value from RGB is 236 - color contains mainly: blue. Hex color #D062EC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062EC is #2F9D13. Grayscale: #929292. Windows color (decimal): -3120404 or 15491792. OLE color: 15491792.
HSL color Cylindrical-coordinate representation of color #D062EC: hue angle of 287.83º degrees, saturation: 0.78, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D062EC is Cyan = 0.12, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 208 | 98 | 236 | - |
| CMYK | 0.12 | 0.58 | 0 | 0.07 |
| HSL | 287.83º | 0.78% | 0.65% | - |
| HSV(B) | 287.83º | 0.58% | 0.93% | - |
| XYZ | 45.52 | 28.2 | 82.4 | - |
| YUV | 146.62 | 178.44 | 171.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 236 | 0.12 | 0.58 | 0 | 0.07 | 287.83 | 0.78 | 0.65 |
| Hex | D0 | 62 | EC | C | 3A | 0 | 7 | 120 | 4E | 41 |
| Octal | 320 | 142 | 354 | 14 | 72 | 0 | 7 | 440 | 116 | 101 |
| Binary | 11010000 | 1100010 | 11101100 | 1100 | 111010 | 0 | 111 | 100100000 | 1001110 | 1000001 |
Color Harmonies of #D062EC
Complementary color
Monochromatic Colors of #D062EC
Black with #D062EC
Text Example
Text Example
White with #D062EC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062EC; }
p { color: rgb(208,98,236); }
H1.HeaderClassName
{
color: #D062EC;
}
.AnyTagClassName
{
color: #D062EC;
}
</style>
background-color css
<style>
a { background-color: #D062EC; }
a { background-color: rgb(208,98,236); }
div.DivClassName
{
background-color: #D062EC;
}
.BgClassName
{
background-color: #D062EC;
}
</style>
border-color css
<style>
span { border-color: #D062EC; }
span { border-color: rgb(208,98,236); }
td.TdClassName
{
border-color: #D062EC;
}
.TagClassName
{
border-color: #D062EC;
}
</style>