Shades of Heliotrope #D170EF
Tints of Heliotrope #D170EF
RGB
CMYK
RGB Variations
Color information
#D170EF (or 0xD170EF) is known color: Heliotrope. HEX triplet: D1, 70 and EF. RGB value is (209,112,239). Sum of RGB (Red+Green+Blue) = 209+112+239=560 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.32% from 560); Green value is 112 (44.14% from 255 or 20% from 560); Blue value is 239 (93.75% from 255 or 42.68% from 560); Max value from RGB is 239 - color contains mainly: blue. Hex color #D170EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170EF is #2E8F10. Grayscale: #9B9B9B. Windows color (decimal): -3051281 or 15691985. OLE color: 15691985.
HSL color Cylindrical-coordinate representation of color #D170EF: hue angle of 285.83º degrees, saturation: 0.8, 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 #D170EF is Cyan = 0.13, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 209 | 112 | 239 | - |
| CMYK | 0.13 | 0.53 | 0 | 0.06 |
| HSL | 285.83º | 0.8% | 0.69% | - |
| HSV(B) | 285.83º | 0.53% | 0.94% | - |
| XYZ | 47.67 | 31.38 | 85.21 | - |
| YUV | 155.48 | 175.14 | 166.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 239 | 0.13 | 0.53 | 0 | 0.06 | 285.83 | 0.8 | 0.69 |
| Hex | D1 | 70 | EF | D | 35 | 0 | 6 | 11E | 50 | 45 |
| Octal | 321 | 160 | 357 | 15 | 65 | 0 | 6 | 436 | 120 | 105 |
| Binary | 11010001 | 1110000 | 11101111 | 1101 | 110101 | 0 | 110 | 100011110 | 1010000 | 1000101 |
Color Harmonies of #D170EF
Complementary color
Monochromatic Colors of #D170EF
Black with #D170EF
Text Example
Text Example
White with #D170EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170EF; }
p { color: rgb(209,112,239); }
H1.HeaderClassName
{
color: #D170EF;
}
.AnyTagClassName
{
color: #D170EF;
}
</style>
background-color css
<style>
a { background-color: #D170EF; }
a { background-color: rgb(209,112,239); }
div.DivClassName
{
background-color: #D170EF;
}
.BgClassName
{
background-color: #D170EF;
}
</style>
border-color css
<style>
span { border-color: #D170EF; }
span { border-color: rgb(209,112,239); }
td.TdClassName
{
border-color: #D170EF;
}
.TagClassName
{
border-color: #D170EF;
}
</style>