Shades of Heliotrope #D972EB
Tints of Heliotrope #D972EB
RGB
CMYK
RGB Variations
Color information
#D972EB (or 0xD972EB) is known color: Heliotrope. HEX triplet: D9, 72 and EB. RGB value is (217,114,235). Sum of RGB (Red+Green+Blue) = 217+114+235=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 114 (44.92% from 255 or 20.14% from 566); Blue value is 235 (92.19% from 255 or 41.52% from 566); Max value from RGB is 235 - color contains mainly: blue. Hex color #D972EB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D972EB is #268D14. Grayscale: #9E9E9E. Windows color (decimal): -2526485 or 15430361. OLE color: 15430361.
HSL color Cylindrical-coordinate representation of color #D972EB: hue angle of 291.07º degrees, saturation: 0.75, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.92% and HSV saturation: 0.51%. Process color model (Four color, CMYK) of #D972EB is Cyan = 0.08, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 114 | 235 | - |
| CMYK | 0.08 | 0.51 | 0 | 0.08 |
| HSL | 291.07º | 0.75% | 0.68% | - |
| HSV(B) | 291.07º | 0.51% | 0.92% | - |
| XYZ | 49.63 | 32.78 | 82.31 | - |
| YUV | 158.59 | 171.12 | 169.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 114 | 235 | 0.08 | 0.51 | 0 | 0.08 | 291.07 | 0.75 | 0.68 |
| Hex | D9 | 72 | EB | 8 | 33 | 0 | 8 | 123 | 4B | 44 |
| Octal | 331 | 162 | 353 | 10 | 63 | 0 | 10 | 443 | 113 | 104 |
| Binary | 11011001 | 1110010 | 11101011 | 1000 | 110011 | 0 | 1000 | 100100011 | 1001011 | 1000100 |
Color Harmonies of #D972EB
Complementary color
Monochromatic Colors of #D972EB
Black with #D972EB
Text Example
Text Example
White with #D972EB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D972EB; }
p { color: rgb(217,114,235); }
H1.HeaderClassName
{
color: #D972EB;
}
.AnyTagClassName
{
color: #D972EB;
}
</style>
background-color css
<style>
a { background-color: #D972EB; }
a { background-color: rgb(217,114,235); }
div.DivClassName
{
background-color: #D972EB;
}
.BgClassName
{
background-color: #D972EB;
}
</style>
border-color css
<style>
span { border-color: #D972EB; }
span { border-color: rgb(217,114,235); }
td.TdClassName
{
border-color: #D972EB;
}
.TagClassName
{
border-color: #D972EB;
}
</style>