Shades of Heliotrope #D162EE
Tints of Heliotrope #D162EE
RGB
CMYK
RGB Variations
Color information
#D162EE (or 0xD162EE) is known color: Heliotrope. HEX triplet: D1, 62 and EE. RGB value is (209,98,238). Sum of RGB (Red+Green+Blue) = 209+98+238=545 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.35% from 545); Green value is 98 (38.67% from 255 or 17.98% from 545); Blue value is 238 (93.36% from 255 or 43.67% from 545); Max value from RGB is 238 - color contains mainly: blue. Hex color #D162EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162EE is #2E9D11. Grayscale: #929292. Windows color (decimal): -3054866 or 15622865. OLE color: 15622865.
HSL color Cylindrical-coordinate representation of color #D162EE: hue angle of 287.57º degrees, saturation: 0.8, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.59%. Process color model (Four color, CMYK) of #D162EE is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 98 | 238 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.07 |
| HSL | 287.57º | 0.8% | 0.66% | - |
| HSV(B) | 287.57º | 0.59% | 0.93% | - |
| XYZ | 46.09 | 28.46 | 83.95 | - |
| YUV | 147.15 | 179.27 | 172.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 238 | 0.12 | 0.59 | 0 | 0.07 | 287.57 | 0.8 | 0.66 |
| Hex | D1 | 62 | EE | C | 3B | 0 | 7 | 120 | 50 | 42 |
| Octal | 321 | 142 | 356 | 14 | 73 | 0 | 7 | 440 | 120 | 102 |
| Binary | 11010001 | 1100010 | 11101110 | 1100 | 111011 | 0 | 111 | 100100000 | 1010000 | 1000010 |
Color Harmonies of #D162EE
Complementary color
Monochromatic Colors of #D162EE
Black with #D162EE
Text Example
Text Example
White with #D162EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162EE; }
p { color: rgb(209,98,238); }
H1.HeaderClassName
{
color: #D162EE;
}
.AnyTagClassName
{
color: #D162EE;
}
</style>
background-color css
<style>
a { background-color: #D162EE; }
a { background-color: rgb(209,98,238); }
div.DivClassName
{
background-color: #D162EE;
}
.BgClassName
{
background-color: #D162EE;
}
</style>
border-color css
<style>
span { border-color: #D162EE; }
span { border-color: rgb(209,98,238); }
td.TdClassName
{
border-color: #D162EE;
}
.TagClassName
{
border-color: #D162EE;
}
</style>