Shades of Heliotrope #D164FF
Tints of Heliotrope #D164FF
RGB
CMYK
RGB Variations
Color information
#D164FF (or 0xD164FF) is known color: Heliotrope. HEX triplet: D1, 64 and FF. RGB value is (209,100,255). Sum of RGB (Red+Green+Blue) = 209+100+255=564 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.06% from 564); Green value is 100 (39.45% from 255 or 17.73% from 564); Blue value is 255 (100% from 255 or 45.21% from 564); Max value from RGB is 255 - color contains mainly: blue. Hex color #D164FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D164FF is #2E9B00. Grayscale: #959595. Windows color (decimal): -3054337 or 16737489. OLE color: 16737489.
HSL color Cylindrical-coordinate representation of color #D164FF: hue angle of 282.19º degrees, saturation: 1, lightness: 0.7%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.61%. Process color model (Four color, CMYK) of #D164FF is Cyan = 0.18, Magento = 0.61, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 100 | 255 | - |
| CMYK | 0.18 | 0.61 | 0 | 0 |
| HSL | 282.19º | 1% | 0.7% | - |
| HSV(B) | 282.19º | 0.61% | 1% | - |
| XYZ | 48.9 | 29.89 | 97.8 | - |
| YUV | 150.26 | 187.11 | 169.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 100 | 255 | 0.18 | 0.61 | 0 | 0 | 282.19 | 1 | 0.7 |
| Hex | D1 | 64 | FF | 12 | 3D | 0 | 0 | 11A | 64 | 46 |
| Octal | 321 | 144 | 377 | 22 | 75 | 0 | 0 | 432 | 144 | 106 |
| Binary | 11010001 | 1100100 | 11111111 | 10010 | 111101 | 0 | 0 | 100011010 | 1100100 | 1000110 |
Color Harmonies of #D164FF
Complementary color
Monochromatic Colors of #D164FF
Black with #D164FF
Text Example
Text Example
White with #D164FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D164FF; }
p { color: rgb(209,100,255); }
H1.HeaderClassName
{
color: #D164FF;
}
.AnyTagClassName
{
color: #D164FF;
}
</style>
background-color css
<style>
a { background-color: #D164FF; }
a { background-color: rgb(209,100,255); }
div.DivClassName
{
background-color: #D164FF;
}
.BgClassName
{
background-color: #D164FF;
}
</style>
border-color css
<style>
span { border-color: #D164FF; }
span { border-color: rgb(209,100,255); }
td.TdClassName
{
border-color: #D164FF;
}
.TagClassName
{
border-color: #D164FF;
}
</style>