Shades of Heliotrope #D462EF
Tints of Heliotrope #D462EF
RGB
CMYK
RGB Variations
Color information
#D462EF (or 0xD462EF) is known color: Heliotrope. HEX triplet: D4, 62 and EF. RGB value is (212,98,239). Sum of RGB (Red+Green+Blue) = 212+98+239=549 (72% of max value = 765). Red value is 212 (83.20% from 255 or 38.62% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 239 (93.75% from 255 or 43.53% from 549); Max value from RGB is 239 - color contains mainly: blue. Hex color #D462EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D462EF is #2B9D10. Grayscale: #939393. Windows color (decimal): -2858257 or 15688404. OLE color: 15688404.
HSL color Cylindrical-coordinate representation of color #D462EF: hue angle of 288.51º degrees, saturation: 0.82, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D462EF is Cyan = 0.11, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 212 | 98 | 239 | - |
| CMYK | 0.11 | 0.59 | 0 | 0.06 |
| HSL | 288.51º | 0.82% | 0.66% | - |
| HSV(B) | 288.51º | 0.59% | 0.94% | - |
| XYZ | 47.1 | 28.96 | 84.77 | - |
| YUV | 148.16 | 179.27 | 173.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 98 | 239 | 0.11 | 0.59 | 0 | 0.06 | 288.51 | 0.82 | 0.66 |
| Hex | D4 | 62 | EF | B | 3B | 0 | 6 | 121 | 52 | 42 |
| Octal | 324 | 142 | 357 | 13 | 73 | 0 | 6 | 441 | 122 | 102 |
| Binary | 11010100 | 1100010 | 11101111 | 1011 | 111011 | 0 | 110 | 100100001 | 1010010 | 1000010 |
Color Harmonies of #D462EF
Complementary color
Monochromatic Colors of #D462EF
Black with #D462EF
Text Example
Text Example
White with #D462EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D462EF; }
p { color: rgb(212,98,239); }
H1.HeaderClassName
{
color: #D462EF;
}
.AnyTagClassName
{
color: #D462EF;
}
</style>
background-color css
<style>
a { background-color: #D462EF; }
a { background-color: rgb(212,98,239); }
div.DivClassName
{
background-color: #D462EF;
}
.BgClassName
{
background-color: #D462EF;
}
</style>
border-color css
<style>
span { border-color: #D462EF; }
span { border-color: rgb(212,98,239); }
td.TdClassName
{
border-color: #D462EF;
}
.TagClassName
{
border-color: #D462EF;
}
</style>