Shades of Heliotrope #D170F0
Tints of Heliotrope #D170F0
RGB
CMYK
RGB Variations
Color information
#D170F0 (or 0xD170F0) is known color: Heliotrope. HEX triplet: D1, 70 and F0. RGB value is (209,112,240). Sum of RGB (Red+Green+Blue) = 209+112+240=561 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.25% from 561); Green value is 112 (44.14% from 255 or 19.96% from 561); Blue value is 240 (94.14% from 255 or 42.78% from 561); Max value from RGB is 240 - color contains mainly: blue. Hex color #D170F0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170F0 is #2E8F0F. Grayscale: #9B9B9B. Windows color (decimal): -3051280 or 15757521. OLE color: 15757521.
HSL color Cylindrical-coordinate representation of color #D170F0: hue angle of 285.47º degrees, saturation: 0.81, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D170F0 is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 112 | 240 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.06 |
| HSL | 285.47º | 0.81% | 0.69% | - |
| HSV(B) | 285.47º | 0.53% | 0.94% | - |
| XYZ | 47.82 | 31.43 | 85.99 | - |
| YUV | 155.6 | 175.64 | 166.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 240 | 0.13 | 0.53 | 0 | 0.06 | 285.47 | 0.81 | 0.69 |
| Hex | D1 | 70 | F0 | D | 35 | 0 | 6 | 11D | 51 | 45 |
| Octal | 321 | 160 | 360 | 15 | 65 | 0 | 6 | 435 | 121 | 105 |
| Binary | 11010001 | 1110000 | 11110000 | 1101 | 110101 | 0 | 110 | 100011101 | 1010001 | 1000101 |
Color Harmonies of #D170F0
Complementary color
Monochromatic Colors of #D170F0
Black with #D170F0
Text Example
Text Example
White with #D170F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170F0; }
p { color: rgb(209,112,240); }
H1.HeaderClassName
{
color: #D170F0;
}
.AnyTagClassName
{
color: #D170F0;
}
</style>
background-color css
<style>
a { background-color: #D170F0; }
a { background-color: rgb(209,112,240); }
div.DivClassName
{
background-color: #D170F0;
}
.BgClassName
{
background-color: #D170F0;
}
</style>
border-color css
<style>
span { border-color: #D170F0; }
span { border-color: rgb(209,112,240); }
td.TdClassName
{
border-color: #D170F0;
}
.TagClassName
{
border-color: #D170F0;
}
</style>