Shades of Heliotrope #D971ED
Tints of Heliotrope #D971ED
RGB
CMYK
RGB Variations
Color information
#D971ED (or 0xD971ED) is known color: Heliotrope. HEX triplet: D9, 71 and ED. RGB value is (217,113,237). Sum of RGB (Red+Green+Blue) = 217+113+237=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 113 (44.53% from 255 or 19.93% from 567); Blue value is 237 (92.97% from 255 or 41.80% from 567); Max value from RGB is 237 - color contains mainly: blue. Hex color #D971ED is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971ED is #268E12. Grayscale: #9D9D9D. Windows color (decimal): -2526739 or 15561177. OLE color: 15561177.
HSL color Cylindrical-coordinate representation of color #D971ED: hue angle of 290.32º 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 #D971ED is Cyan = 0.08, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 113 | 237 | - |
| CMYK | 0.08 | 0.52 | 0 | 0.07 |
| HSL | 290.32º | 0.78% | 0.69% | - |
| HSV(B) | 290.32º | 0.52% | 0.93% | - |
| XYZ | 49.81 | 32.68 | 83.8 | - |
| YUV | 158.23 | 172.46 | 169.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 237 | 0.08 | 0.52 | 0 | 0.07 | 290.32 | 0.78 | 0.69 |
| Hex | D9 | 71 | ED | 8 | 34 | 0 | 7 | 122 | 4E | 45 |
| Octal | 331 | 161 | 355 | 10 | 64 | 0 | 7 | 442 | 116 | 105 |
| Binary | 11011001 | 1110001 | 11101101 | 1000 | 110100 | 0 | 111 | 100100010 | 1001110 | 1000101 |
Color Harmonies of #D971ED
Complementary color
Monochromatic Colors of #D971ED
Black with #D971ED
Text Example
Text Example
White with #D971ED
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971ED; }
p { color: rgb(217,113,237); }
H1.HeaderClassName
{
color: #D971ED;
}
.AnyTagClassName
{
color: #D971ED;
}
</style>
background-color css
<style>
a { background-color: #D971ED; }
a { background-color: rgb(217,113,237); }
div.DivClassName
{
background-color: #D971ED;
}
.BgClassName
{
background-color: #D971ED;
}
</style>
border-color css
<style>
span { border-color: #D971ED; }
span { border-color: rgb(217,113,237); }
td.TdClassName
{
border-color: #D971ED;
}
.TagClassName
{
border-color: #D971ED;
}
</style>