Shades of Heliotrope #D171ED
Tints of Heliotrope #D171ED
RGB
CMYK
RGB Variations
Color information
#D171ED (or 0xD171ED) is known color: Heliotrope. HEX triplet: D1, 71 and ED. RGB value is (209,113,237). Sum of RGB (Red+Green+Blue) = 209+113+237=559 (74% of max value = 765). Red value is 209 (82.03% from 255 or 37.39% from 559); Green value is 113 (44.53% from 255 or 20.21% from 559); Blue value is 237 (92.97% from 255 or 42.40% from 559); Max value from RGB is 237 - color contains mainly: blue. Hex color #D171ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D171ED is #2E8E12. Grayscale: #9B9B9B. Windows color (decimal): -3051027 or 15561169. OLE color: 15561169.
HSL color Cylindrical-coordinate representation of color #D171ED: hue angle of 286.45º degrees, saturation: 0.77, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.93% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D171ED is Cyan = 0.12, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 209 | 113 | 237 | - |
| CMYK | 0.12 | 0.52 | 0 | 0.07 |
| HSL | 286.45º | 0.78% | 0.69% | - |
| HSV(B) | 286.45º | 0.52% | 0.93% | - |
| XYZ | 47.49 | 31.48 | 83.69 | - |
| YUV | 155.84 | 173.8 | 165.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 209 | 113 | 237 | 0.12 | 0.52 | 0 | 0.07 | 286.45 | 0.78 | 0.69 |
| Hex | D1 | 71 | ED | C | 34 | 0 | 7 | 11E | 4E | 45 |
| Octal | 321 | 161 | 355 | 14 | 64 | 0 | 7 | 436 | 116 | 105 |
| Binary | 11010001 | 1110001 | 11101101 | 1100 | 110100 | 0 | 111 | 100011110 | 1001110 | 1000101 |
Color Harmonies of #D171ED
Complementary color
Monochromatic Colors of #D171ED
Black with #D171ED
Text Example
Text Example
White with #D171ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D171ED; }
p { color: rgb(209,113,237); }
H1.HeaderClassName
{
color: #D171ED;
}
.AnyTagClassName
{
color: #D171ED;
}
</style>
background-color css
<style>
a { background-color: #D171ED; }
a { background-color: rgb(209,113,237); }
div.DivClassName
{
background-color: #D171ED;
}
.BgClassName
{
background-color: #D171ED;
}
</style>
border-color css
<style>
span { border-color: #D171ED; }
span { border-color: rgb(209,113,237); }
td.TdClassName
{
border-color: #D171ED;
}
.TagClassName
{
border-color: #D171ED;
}
</style>