Shades of Heliotrope #D162EB
Tints of Heliotrope #D162EB
RGB
CMYK
RGB Variations
Color information
#D162EB (or 0xD162EB) is known color: Heliotrope. HEX triplet: D1, 62 and EB. RGB value is (209,98,235). Sum of RGB (Red+Green+Blue) = 209+98+235=542 (71% of max value = 765). Red value is 209 (82.03% from 255 or 38.56% from 542); Green value is 98 (38.67% from 255 or 18.08% from 542); Blue value is 235 (92.19% from 255 or 43.36% from 542); Max value from RGB is 235 - color contains mainly: blue. Hex color #D162EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162EB is #2E9D14. Grayscale: #929292. Windows color (decimal): -3054869 or 15426257. OLE color: 15426257.
HSL color Cylindrical-coordinate representation of color #D162EB: hue angle of 288.61º degrees, saturation: 0.77, lightness: 0.65%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.58%. Process color model (Four color, CMYK) of #D162EB is Cyan = 0.11, Magento = 0.58, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 209 | 98 | 235 | - |
| CMYK | 0.11 | 0.58 | 0 | 0.08 |
| HSL | 288.61º | 0.77% | 0.65% | - |
| HSV(B) | 288.61º | 0.58% | 0.92% | - |
| XYZ | 45.66 | 28.29 | 81.65 | - |
| YUV | 146.81 | 177.77 | 172.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 235 | 0.11 | 0.58 | 0 | 0.08 | 288.61 | 0.77 | 0.65 |
| Hex | D1 | 62 | EB | B | 3A | 0 | 8 | 121 | 4D | 41 |
| Octal | 321 | 142 | 353 | 13 | 72 | 0 | 10 | 441 | 115 | 101 |
| Binary | 11010001 | 1100010 | 11101011 | 1011 | 111010 | 0 | 1000 | 100100001 | 1001101 | 1000001 |
Color Harmonies of #D162EB
Complementary color
Monochromatic Colors of #D162EB
Black with #D162EB
Text Example
Text Example
White with #D162EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162EB; }
p { color: rgb(209,98,235); }
H1.HeaderClassName
{
color: #D162EB;
}
.AnyTagClassName
{
color: #D162EB;
}
</style>
background-color css
<style>
a { background-color: #D162EB; }
a { background-color: rgb(209,98,235); }
div.DivClassName
{
background-color: #D162EB;
}
.BgClassName
{
background-color: #D162EB;
}
</style>
border-color css
<style>
span { border-color: #D162EB; }
span { border-color: rgb(209,98,235); }
td.TdClassName
{
border-color: #D162EB;
}
.TagClassName
{
border-color: #D162EB;
}
</style>