Shades of Heliotrope #D162ED
Tints of Heliotrope #D162ED
RGB
CMYK
RGB Variations
Color information
#D162ED (or 0xD162ED) is known color: Heliotrope. HEX triplet: D1, 62 and ED. RGB value is (209,98,237). Sum of RGB (Red+Green+Blue) = 209+98+237=544 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.42% from 544); Green value is 98 (38.67% from 255 or 18.01% from 544); Blue value is 237 (92.97% from 255 or 43.57% from 544); Max value from RGB is 237 - color contains mainly: blue. Hex color #D162ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162ED is #2E9D12. Grayscale: #929292. Windows color (decimal): -3054867 or 15557329. OLE color: 15557329.
HSL color Cylindrical-coordinate representation of color #D162ED: hue angle of 287.91º degrees, saturation: 0.79, 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 #D162ED is Cyan = 0.12, Magento = 0.59, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 98 | 237 | - |
| CMYK | 0.12 | 0.59 | 0 | 0.07 |
| HSL | 287.91º | 0.79% | 0.66% | - |
| HSV(B) | 287.91º | 0.59% | 0.93% | - |
| XYZ | 45.95 | 28.41 | 83.18 | - |
| YUV | 147.04 | 178.77 | 172.2 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 237 | 0.12 | 0.59 | 0 | 0.07 | 287.91 | 0.79 | 0.66 |
| Hex | D1 | 62 | ED | C | 3B | 0 | 7 | 120 | 4F | 42 |
| Octal | 321 | 142 | 355 | 14 | 73 | 0 | 7 | 440 | 117 | 102 |
| Binary | 11010001 | 1100010 | 11101101 | 1100 | 111011 | 0 | 111 | 100100000 | 1001111 | 1000010 |
Color Harmonies of #D162ED
Complementary color
Monochromatic Colors of #D162ED
Black with #D162ED
Text Example
Text Example
White with #D162ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162ED; }
p { color: rgb(209,98,237); }
H1.HeaderClassName
{
color: #D162ED;
}
.AnyTagClassName
{
color: #D162ED;
}
</style>
background-color css
<style>
a { background-color: #D162ED; }
a { background-color: rgb(209,98,237); }
div.DivClassName
{
background-color: #D162ED;
}
.BgClassName
{
background-color: #D162ED;
}
</style>
border-color css
<style>
span { border-color: #D162ED; }
span { border-color: rgb(209,98,237); }
td.TdClassName
{
border-color: #D162ED;
}
.TagClassName
{
border-color: #D162ED;
}
</style>