Shades of Heliotrope #D162EF
Tints of Heliotrope #D162EF
RGB
CMYK
RGB Variations
Color information
#D162EF (or 0xD162EF) is known color: Heliotrope. HEX triplet: D1, 62 and EF. RGB value is (209,98,239). Sum of RGB (Red+Green+Blue) = 209+98+239=546 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.28% from 546); Green value is 98 (38.67% from 255 or 17.95% from 546); Blue value is 239 (93.75% from 255 or 43.77% from 546); Max value from RGB is 239 - color contains mainly: blue. Hex color #D162EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162EF is #2E9D10. Grayscale: #929292. Windows color (decimal): -3054865 or 15688401. OLE color: 15688401.
HSL color Cylindrical-coordinate representation of color #D162EF: hue angle of 287.23º 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 #D162EF is Cyan = 0.13, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 98 | 239 | - |
| CMYK | 0.13 | 0.59 | 0 | 0.06 |
| HSL | 287.23º | 0.82% | 0.66% | - |
| HSV(B) | 287.23º | 0.59% | 0.94% | - |
| XYZ | 46.24 | 28.52 | 84.73 | - |
| YUV | 147.26 | 179.77 | 172.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 239 | 0.13 | 0.59 | 0 | 0.06 | 287.23 | 0.82 | 0.66 |
| Hex | D1 | 62 | EF | D | 3B | 0 | 6 | 11F | 52 | 42 |
| Octal | 321 | 142 | 357 | 15 | 73 | 0 | 6 | 437 | 122 | 102 |
| Binary | 11010001 | 1100010 | 11101111 | 1101 | 111011 | 0 | 110 | 100011111 | 1010010 | 1000010 |
Color Harmonies of #D162EF
Complementary color
Monochromatic Colors of #D162EF
Black with #D162EF
Text Example
Text Example
White with #D162EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162EF; }
p { color: rgb(209,98,239); }
H1.HeaderClassName
{
color: #D162EF;
}
.AnyTagClassName
{
color: #D162EF;
}
</style>
background-color css
<style>
a { background-color: #D162EF; }
a { background-color: rgb(209,98,239); }
div.DivClassName
{
background-color: #D162EF;
}
.BgClassName
{
background-color: #D162EF;
}
</style>
border-color css
<style>
span { border-color: #D162EF; }
span { border-color: rgb(209,98,239); }
td.TdClassName
{
border-color: #D162EF;
}
.TagClassName
{
border-color: #D162EF;
}
</style>