Shades of Heliotrope #D162F2
Tints of Heliotrope #D162F2
RGB
CMYK
RGB Variations
Color information
#D162F2 (or 0xD162F2) is known color: Heliotrope. HEX triplet: D1, 62 and F2. RGB value is (209,98,242). Sum of RGB (Red+Green+Blue) = 209+98+242=549 (72% of max value = 765). Red value is 209 (82.03% from 255 or 38.07% from 549); Green value is 98 (38.67% from 255 or 17.85% from 549); Blue value is 242 (94.92% from 255 or 44.08% from 549); Max value from RGB is 242 - color contains mainly: blue. Hex color #D162F2 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162F2 is #2E9D0D. Grayscale: #939393. Windows color (decimal): -3054862 or 15885009. OLE color: 15885009.
HSL color Cylindrical-coordinate representation of color #D162F2: hue angle of 286.25º degrees, saturation: 0.85, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.6%. Process color model (Four color, CMYK) of #D162F2 is Cyan = 0.14, Magento = 0.60, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 209 | 98 | 242 | - |
| CMYK | 0.14 | 0.60 | 0 | 0.05 |
| HSL | 286.25º | 0.85% | 0.67% | - |
| HSV(B) | 286.25º | 0.6% | 0.95% | - |
| XYZ | 46.69 | 28.7 | 87.08 | - |
| YUV | 147.61 | 181.27 | 171.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 242 | 0.14 | 0.60 | 0 | 0.05 | 286.25 | 0.85 | 0.67 |
| Hex | D1 | 62 | F2 | E | 3C | 0 | 5 | 11E | 55 | 43 |
| Octal | 321 | 142 | 362 | 16 | 74 | 0 | 5 | 436 | 125 | 103 |
| Binary | 11010001 | 1100010 | 11110010 | 1110 | 111100 | 0 | 101 | 100011110 | 1010101 | 1000011 |
Color Harmonies of #D162F2
Complementary color
Monochromatic Colors of #D162F2
Black with #D162F2
Text Example
Text Example
White with #D162F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162F2; }
p { color: rgb(209,98,242); }
H1.HeaderClassName
{
color: #D162F2;
}
.AnyTagClassName
{
color: #D162F2;
}
</style>
background-color css
<style>
a { background-color: #D162F2; }
a { background-color: rgb(209,98,242); }
div.DivClassName
{
background-color: #D162F2;
}
.BgClassName
{
background-color: #D162F2;
}
</style>
border-color css
<style>
span { border-color: #D162F2; }
span { border-color: rgb(209,98,242); }
td.TdClassName
{
border-color: #D162F2;
}
.TagClassName
{
border-color: #D162F2;
}
</style>