Shades of Heliotrope #D971EF
Tints of Heliotrope #D971EF
RGB
CMYK
RGB Variations
Color information
#D971EF (or 0xD971EF) is known color: Heliotrope. HEX triplet: D9, 71 and EF. RGB value is (217,113,239). Sum of RGB (Red+Green+Blue) = 217+113+239=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 113 (44.53% from 255 or 19.86% from 569); Blue value is 239 (93.75% from 255 or 42.00% from 569); Max value from RGB is 239 - color contains mainly: blue. Hex color #D971EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D971EF is #268E10. Grayscale: #9E9E9E. Windows color (decimal): -2526737 or 15692249. OLE color: 15692249.
HSL color Cylindrical-coordinate representation of color #D971EF: hue angle of 289.52º 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 #D971EF is Cyan = 0.09, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 113 | 239 | - |
| CMYK | 0.09 | 0.53 | 0 | 0.06 |
| HSL | 289.52º | 0.8% | 0.69% | - |
| HSV(B) | 289.52º | 0.53% | 0.94% | - |
| XYZ | 50.1 | 32.79 | 85.35 | - |
| YUV | 158.46 | 173.46 | 169.75 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 113 | 239 | 0.09 | 0.53 | 0 | 0.06 | 289.52 | 0.8 | 0.69 |
| Hex | D9 | 71 | EF | 9 | 35 | 0 | 6 | 122 | 50 | 45 |
| Octal | 331 | 161 | 357 | 11 | 65 | 0 | 6 | 442 | 120 | 105 |
| Binary | 11011001 | 1110001 | 11101111 | 1001 | 110101 | 0 | 110 | 100100010 | 1010000 | 1000101 |
Color Harmonies of #D971EF
Complementary color
Monochromatic Colors of #D971EF
Black with #D971EF
Text Example
Text Example
White with #D971EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D971EF; }
p { color: rgb(217,113,239); }
H1.HeaderClassName
{
color: #D971EF;
}
.AnyTagClassName
{
color: #D971EF;
}
</style>
background-color css
<style>
a { background-color: #D971EF; }
a { background-color: rgb(217,113,239); }
div.DivClassName
{
background-color: #D971EF;
}
.BgClassName
{
background-color: #D971EF;
}
</style>
border-color css
<style>
span { border-color: #D971EF; }
span { border-color: rgb(217,113,239); }
td.TdClassName
{
border-color: #D971EF;
}
.TagClassName
{
border-color: #D971EF;
}
</style>