Shades of Heliotrope #D972EE
Tints of Heliotrope #D972EE
RGB
CMYK
RGB Variations
Color information
#D972EE (or 0xD972EE) is known color: Heliotrope. HEX triplet: D9, 72 and EE. RGB value is (217,114,238). Sum of RGB (Red+Green+Blue) = 217+114+238=569 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.14% from 569); Green value is 114 (44.92% from 255 or 20.04% from 569); Blue value is 238 (93.36% from 255 or 41.83% from 569); Max value from RGB is 238 - color contains mainly: blue. Hex color #D972EE is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972EE is #268D11. Grayscale: #9E9E9E. Windows color (decimal): -2526482 or 15626969. OLE color: 15626969.
HSL color Cylindrical-coordinate representation of color #D972EE: hue angle of 289.84º degrees, saturation: 0.78, 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 #D972EE is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.07.
Color convert
| RGB | 217 | 114 | 238 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.07 |
| HSL | 289.84º | 0.78% | 0.69% | - |
| HSV(B) | 289.84º | 0.52% | 0.93% | - |
| XYZ | 50.07 | 32.96 | 84.61 | - |
| YUV | 158.93 | 172.62 | 169.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 238 | 0.09 | 0.52 | 0 | 0.07 | 289.84 | 0.78 | 0.69 |
| Hex | D9 | 72 | EE | 9 | 34 | 0 | 7 | 122 | 4E | 45 |
| Octal | 331 | 162 | 356 | 11 | 64 | 0 | 7 | 442 | 116 | 105 |
| Binary | 11011001 | 1110010 | 11101110 | 1001 | 110100 | 0 | 111 | 100100010 | 1001110 | 1000101 |
Color Harmonies of #D972EE
Complementary color
Monochromatic Colors of #D972EE
Black with #D972EE
Text Example
Text Example
White with #D972EE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972EE; }
p { color: rgb(217,114,238); }
H1.HeaderClassName
{
color: #D972EE;
}
.AnyTagClassName
{
color: #D972EE;
}
</style>
background-color css
<style>
a { background-color: #D972EE; }
a { background-color: rgb(217,114,238); }
div.DivClassName
{
background-color: #D972EE;
}
.BgClassName
{
background-color: #D972EE;
}
</style>
border-color css
<style>
span { border-color: #D972EE; }
span { border-color: rgb(217,114,238); }
td.TdClassName
{
border-color: #D972EE;
}
.TagClassName
{
border-color: #D972EE;
}
</style>