Shades of Heliotrope #D062FE
Tints of Heliotrope #D062FE
RGB
CMYK
RGB Variations
Color information
#D062FE (or 0xD062FE) is known color: Heliotrope. HEX triplet: D0, 62 and FE. RGB value is (208,98,254). Sum of RGB (Red+Green+Blue) = 208+98+254=560 (74% of max value = 765). Red value is 208 (81.64% from 255 or 37.14% from 560); Green value is 98 (38.67% from 255 or 17.5% from 560); Blue value is 254 (99.61% from 255 or 45.36% from 560); Max value from RGB is 254 - color contains mainly: blue. Hex color #D062FE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D062FE is #2F9D01. Grayscale: #949494. Windows color (decimal): -3120386 or 16671440. OLE color: 16671440.
HSL color Cylindrical-coordinate representation of color #D062FE: hue angle of 282.31º degrees, saturation: 0.99, lightness: 0.69%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D062FE is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.00.
Color convert
| RGB | 208 | 98 | 254 | - |
| CMYK | 0.18 | 0.61 | 0 | 0.00 |
| HSL | 282.31º | 0.99% | 0.69% | - |
| HSV(B) | 282.31º | 0.61% | 1% | - |
| XYZ | 48.27 | 29.3 | 96.88 | - |
| YUV | 148.67 | 187.44 | 170.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 98 | 254 | 0.18 | 0.61 | 0 | 0.00 | 282.31 | 0.99 | 0.69 |
| Hex | D0 | 62 | FE | 12 | 3D | 0 | 0 | 11A | 63 | 45 |
| Octal | 320 | 142 | 376 | 22 | 75 | 0 | 0 | 432 | 143 | 105 |
| Binary | 11010000 | 1100010 | 11111110 | 10010 | 111101 | 0 | 0 | 100011010 | 1100011 | 1000101 |
Color Harmonies of #D062FE
Complementary color
Monochromatic Colors of #D062FE
Black with #D062FE
Text Example
Text Example
White with #D062FE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D062FE; }
p { color: rgb(208,98,254); }
H1.HeaderClassName
{
color: #D062FE;
}
.AnyTagClassName
{
color: #D062FE;
}
</style>
background-color css
<style>
a { background-color: #D062FE; }
a { background-color: rgb(208,98,254); }
div.DivClassName
{
background-color: #D062FE;
}
.BgClassName
{
background-color: #D062FE;
}
</style>
border-color css
<style>
span { border-color: #D062FE; }
span { border-color: rgb(208,98,254); }
td.TdClassName
{
border-color: #D062FE;
}
.TagClassName
{
border-color: #D062FE;
}
</style>