Shades of Heliotrope #D062FF
Tints of Heliotrope #D062FF
RGB
CMYK
RGB Variations
Color information
#D062FF (or 0xD062FF) is known color: Heliotrope. HEX triplet: D0, 62 and FF. RGB value is (208,98,255). Sum of RGB (Red+Green+Blue) = 208+98+255=561 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.08% from 561); Green value is 98 (38.67% from 255 or 17.47% from 561); Blue value is 255 (100% from 255 or 45.45% from 561); Max value from RGB is 255 - color contains mainly: blue. Hex color #D062FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062FF is #2F9D00. Grayscale: #949494. Windows color (decimal): -3120385 or 16736976. OLE color: 16736976.
HSL color Cylindrical-coordinate representation of color #D062FF: hue angle of 282.04º degrees, saturation: 1, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.62%. Process color model (Four color, CMYK) of #D062FF is Cyan = 0.18, Magento = 0.62, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 208 | 98 | 255 | - |
| CMYK | 0.18 | 0.62 | 0 | 0 |
| HSL | 282.04º | 1% | 0.69% | - |
| HSV(B) | 282.04º | 0.62% | 1% | - |
| XYZ | 48.43 | 29.37 | 97.72 | - |
| YUV | 148.79 | 187.94 | 170.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 255 | 0.18 | 0.62 | 0 | 0 | 282.04 | 1 | 0.69 |
| Hex | D0 | 62 | FF | 12 | 3E | 0 | 0 | 11A | 64 | 45 |
| Octal | 320 | 142 | 377 | 22 | 76 | 0 | 0 | 432 | 144 | 105 |
| Binary | 11010000 | 1100010 | 11111111 | 10010 | 111110 | 0 | 0 | 100011010 | 1100100 | 1000101 |
Color Harmonies of #D062FF
Complementary color
Monochromatic Colors of #D062FF
Black with #D062FF
Text Example
Text Example
White with #D062FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062FF; }
p { color: rgb(208,98,255); }
H1.HeaderClassName
{
color: #D062FF;
}
.AnyTagClassName
{
color: #D062FF;
}
</style>
background-color css
<style>
a { background-color: #D062FF; }
a { background-color: rgb(208,98,255); }
div.DivClassName
{
background-color: #D062FF;
}
.BgClassName
{
background-color: #D062FF;
}
</style>
border-color css
<style>
span { border-color: #D062FF; }
span { border-color: rgb(208,98,255); }
td.TdClassName
{
border-color: #D062FF;
}
.TagClassName
{
border-color: #D062FF;
}
</style>