Shades of Heliotrope #D170FA
Tints of Heliotrope #D170FA
RGB
CMYK
RGB Variations
Color information
#D170FA (or 0xD170FA) is known color: Heliotrope. HEX triplet: D1, 70 and FA. RGB value is (209,112,250). Sum of RGB (Red+Green+Blue) = 209+112+250=571 (75% of max value = 765). Red value is 209 (82.03% from 255 or 36.60% from 571); Green value is 112 (44.14% from 255 or 19.61% from 571); Blue value is 250 (98.05% from 255 or 43.78% from 571); Max value from RGB is 250 - color contains mainly: blue. Hex color #D170FA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170FA is #2E8F05. Grayscale: #9C9C9C. Windows color (decimal): -3051270 or 16412881. OLE color: 16412881.
HSL color Cylindrical-coordinate representation of color #D170FA: hue angle of 282.17º degrees, saturation: 0.93, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D170FA is Cyan = 0.16, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 209 | 112 | 250 | - |
| CMYK | 0.16 | 0.55 | 0 | 0.02 |
| HSL | 282.17º | 0.93% | 0.71% | - |
| HSV(B) | 282.17º | 0.55% | 0.98% | - |
| XYZ | 49.34 | 32.05 | 94.03 | - |
| YUV | 156.74 | 180.64 | 165.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 250 | 0.16 | 0.55 | 0 | 0.02 | 282.17 | 0.93 | 0.71 |
| Hex | D1 | 70 | FA | 10 | 37 | 0 | 2 | 11A | 5D | 47 |
| Octal | 321 | 160 | 372 | 20 | 67 | 0 | 2 | 432 | 135 | 107 |
| Binary | 11010001 | 1110000 | 11111010 | 10000 | 110111 | 0 | 10 | 100011010 | 1011101 | 1000111 |
Color Harmonies of #D170FA
Complementary color
Monochromatic Colors of #D170FA
Black with #D170FA
Text Example
Text Example
White with #D170FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170FA; }
p { color: rgb(209,112,250); }
H1.HeaderClassName
{
color: #D170FA;
}
.AnyTagClassName
{
color: #D170FA;
}
</style>
background-color css
<style>
a { background-color: #D170FA; }
a { background-color: rgb(209,112,250); }
div.DivClassName
{
background-color: #D170FA;
}
.BgClassName
{
background-color: #D170FA;
}
</style>
border-color css
<style>
span { border-color: #D170FA; }
span { border-color: rgb(209,112,250); }
td.TdClassName
{
border-color: #D170FA;
}
.TagClassName
{
border-color: #D170FA;
}
</style>