Shades of Heliotrope #D170EE
Tints of Heliotrope #D170EE
RGB
CMYK
RGB Variations
Color information
#D170EE (or 0xD170EE) is known color: Heliotrope. HEX triplet: D1, 70 and EE. RGB value is (209,112,238). Sum of RGB (Red+Green+Blue) = 209+112+238=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 112 (44.14% from 255 or 20.04% from 559); Blue value is 238 (93.36% from 255 or 42.58% from 559); Max value from RGB is 238 - color contains mainly: blue. Hex color #D170EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D170EE is #2E8F11. Grayscale: #9A9A9A. Windows color (decimal): -3051282 or 15626449. OLE color: 15626449.
HSL color Cylindrical-coordinate representation of color #D170EE: hue angle of 286.19º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D170EE is Cyan = 0.12, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 112 | 238 | - |
| CMYK | 0.12 | 0.53 | 0 | 0.07 |
| HSL | 286.19º | 0.79% | 0.69% | - |
| HSV(B) | 286.19º | 0.53% | 0.93% | - |
| XYZ | 47.52 | 31.32 | 84.43 | - |
| YUV | 155.37 | 174.64 | 166.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 112 | 238 | 0.12 | 0.53 | 0 | 0.07 | 286.19 | 0.79 | 0.69 |
| Hex | D1 | 70 | EE | C | 35 | 0 | 7 | 11E | 4F | 45 |
| Octal | 321 | 160 | 356 | 14 | 65 | 0 | 7 | 436 | 117 | 105 |
| Binary | 11010001 | 1110000 | 11101110 | 1100 | 110101 | 0 | 111 | 100011110 | 1001111 | 1000101 |
Color Harmonies of #D170EE
Complementary color
Monochromatic Colors of #D170EE
Black with #D170EE
Text Example
Text Example
White with #D170EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D170EE; }
p { color: rgb(209,112,238); }
H1.HeaderClassName
{
color: #D170EE;
}
.AnyTagClassName
{
color: #D170EE;
}
</style>
background-color css
<style>
a { background-color: #D170EE; }
a { background-color: rgb(209,112,238); }
div.DivClassName
{
background-color: #D170EE;
}
.BgClassName
{
background-color: #D170EE;
}
</style>
border-color css
<style>
span { border-color: #D170EE; }
span { border-color: rgb(209,112,238); }
td.TdClassName
{
border-color: #D170EE;
}
.TagClassName
{
border-color: #D170EE;
}
</style>