Shades of Heliotrope #D170FF
Tints of Heliotrope #D170FF
RGB
CMYK
RGB Variations
Color information
#D170FF (or 0xD170FF) is known color: Heliotrope. HEX triplet: D1, 70 and FF. RGB value is (209,112,255). Sum of RGB (Red+Green+Blue) = 209+112+255=576 (76% of max value = 765). Red value is 209 (82.03% from 255 or 36.28% from 576); Green value is 112 (44.14% from 255 or 19.44% from 576); Blue value is 255 (100% from 255 or 44.27% from 576); Max value from RGB is 255 - color contains mainly: blue. Hex color #D170FF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170FF is #2E8F00. Grayscale: #9C9C9C. Windows color (decimal): -3051265 or 16740561. OLE color: 16740561.
HSL color Cylindrical-coordinate representation of color #D170FF: hue angle of 280.7º degrees, saturation: 1, lightness: 0.72%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D170FF is Cyan = 0.18, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 209 | 112 | 255 | - |
| CMYK | 0.18 | 0.56 | 0 | 0 |
| HSL | 280.7º | 1% | 0.72% | - |
| HSV(B) | 280.7º | 0.56% | 1% | - |
| XYZ | 50.14 | 32.36 | 98.21 | - |
| YUV | 157.31 | 183.14 | 164.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 255 | 0.18 | 0.56 | 0 | 0 | 280.7 | 1 | 0.72 |
| Hex | D1 | 70 | FF | 12 | 38 | 0 | 0 | 119 | 64 | 48 |
| Octal | 321 | 160 | 377 | 22 | 70 | 0 | 0 | 431 | 144 | 110 |
| Binary | 11010001 | 1110000 | 11111111 | 10010 | 111000 | 0 | 0 | 100011001 | 1100100 | 1001000 |
Color Harmonies of #D170FF
Complementary color
Monochromatic Colors of #D170FF
Black with #D170FF
Text Example
Text Example
White with #D170FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170FF; }
p { color: rgb(209,112,255); }
H1.HeaderClassName
{
color: #D170FF;
}
.AnyTagClassName
{
color: #D170FF;
}
</style>
background-color css
<style>
a { background-color: #D170FF; }
a { background-color: rgb(209,112,255); }
div.DivClassName
{
background-color: #D170FF;
}
.BgClassName
{
background-color: #D170FF;
}
</style>
border-color css
<style>
span { border-color: #D170FF; }
span { border-color: rgb(209,112,255); }
td.TdClassName
{
border-color: #D170FF;
}
.TagClassName
{
border-color: #D170FF;
}
</style>