Shades of Heliotrope #D162FC
Tints of Heliotrope #D162FC
RGB
CMYK
RGB Variations
Color information
#D162FC (or 0xD162FC) is known color: Heliotrope. HEX triplet: D1, 62 and FC. RGB value is (209,98,252). Sum of RGB (Red+Green+Blue) = 209+98+252=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 98 (38.67% from 255 or 17.53% from 559); Blue value is 252 (98.83% from 255 or 45.08% from 559); Max value from RGB is 252 - color contains mainly: blue. Hex color #D162FC is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D162FC is #2E9D03. Grayscale: #949494. Windows color (decimal): -3054852 or 16540369. OLE color: 16540369.
HSL color Cylindrical-coordinate representation of color #D162FC: hue angle of 283.25º degrees, saturation: 0.96, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.99% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D162FC is Cyan = 0.17, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.01.
Color convert
| RGB | 209 | 98 | 252 | - |
| CMYK | 0.17 | 0.61 | 0 | 0.01 |
| HSL | 283.25º | 0.96% | 0.69% | - |
| HSV(B) | 283.25º | 0.61% | 0.99% | - |
| XYZ | 48.23 | 29.32 | 95.21 | - |
| YUV | 148.75 | 186.27 | 170.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 98 | 252 | 0.17 | 0.61 | 0 | 0.01 | 283.25 | 0.96 | 0.69 |
| Hex | D1 | 62 | FC | 11 | 3D | 0 | 1 | 11B | 60 | 45 |
| Octal | 321 | 142 | 374 | 21 | 75 | 0 | 1 | 433 | 140 | 105 |
| Binary | 11010001 | 1100010 | 11111100 | 10001 | 111101 | 0 | 1 | 100011011 | 1100000 | 1000101 |
Color Harmonies of #D162FC
Complementary color
Monochromatic Colors of #D162FC
Black with #D162FC
Text Example
Text Example
White with #D162FC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D162FC; }
p { color: rgb(209,98,252); }
H1.HeaderClassName
{
color: #D162FC;
}
.AnyTagClassName
{
color: #D162FC;
}
</style>
background-color css
<style>
a { background-color: #D162FC; }
a { background-color: rgb(209,98,252); }
div.DivClassName
{
background-color: #D162FC;
}
.BgClassName
{
background-color: #D162FC;
}
</style>
border-color css
<style>
span { border-color: #D162FC; }
span { border-color: rgb(209,98,252); }
td.TdClassName
{
border-color: #D162FC;
}
.TagClassName
{
border-color: #D162FC;
}
</style>