Shades of Heliotrope #D162F5
Tints of Heliotrope #D162F5
RGB
CMYK
RGB Variations
Color information
#D162F5 (or 0xD162F5) is known color: Heliotrope. HEX triplet: D1, 62 and F5. RGB value is (209,98,245). Sum of RGB (Red+Green+Blue) = 209+98+245=552 (73% of max value = 765). Red value is 209 (82.03% from 255 or 37.86% from 552); Green value is 98 (38.67% from 255 or 17.75% from 552); Blue value is 245 (96.09% from 255 or 44.38% from 552); Max value from RGB is 245 - color contains mainly: blue. Hex color #D162F5 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162F5 is #2E9D0A. Grayscale: #939393. Windows color (decimal): -3054859 or 16081617. OLE color: 16081617.
HSL color Cylindrical-coordinate representation of color #D162F5: hue angle of 285.31º degrees, saturation: 0.88, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D162F5 is Cyan = 0.15, Magento = 0.6, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 209 | 98 | 245 | - |
| CMYK | 0.15 | 0.6 | 0 | 0.04 |
| HSL | 285.31º | 0.88% | 0.67% | - |
| HSV(B) | 285.31º | 0.6% | 0.96% | - |
| XYZ | 47.14 | 28.88 | 89.48 | - |
| YUV | 147.95 | 182.77 | 171.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 245 | 0.15 | 0.6 | 0 | 0.04 | 285.31 | 0.88 | 0.67 |
| Hex | D1 | 62 | F5 | F | 3C | 0 | 4 | 11D | 58 | 43 |
| Octal | 321 | 142 | 365 | 17 | 74 | 0 | 4 | 435 | 130 | 103 |
| Binary | 11010001 | 1100010 | 11110101 | 1111 | 111100 | 0 | 100 | 100011101 | 1011000 | 1000011 |
Color Harmonies of #D162F5
Complementary color
Monochromatic Colors of #D162F5
Black with #D162F5
Text Example
Text Example
White with #D162F5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162F5; }
p { color: rgb(209,98,245); }
H1.HeaderClassName
{
color: #D162F5;
}
.AnyTagClassName
{
color: #D162F5;
}
</style>
background-color css
<style>
a { background-color: #D162F5; }
a { background-color: rgb(209,98,245); }
div.DivClassName
{
background-color: #D162F5;
}
.BgClassName
{
background-color: #D162F5;
}
</style>
border-color css
<style>
span { border-color: #D162F5; }
span { border-color: rgb(209,98,245); }
td.TdClassName
{
border-color: #D162F5;
}
.TagClassName
{
border-color: #D162F5;
}
</style>