Shades of Heliotrope #D973EA
Tints of Heliotrope #D973EA
RGB
CMYK
RGB Variations
Color information
#D973EA (or 0xD973EA) is known color: Heliotrope. HEX triplet: D9, 73 and EA. RGB value is (217,115,234). Sum of RGB (Red+Green+Blue) = 217+115+234=566 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.34% from 566); Green value is 115 (45.31% from 255 or 20.32% from 566); Blue value is 234 (91.80% from 255 or 41.34% from 566); Max value from RGB is 234 - color contains mainly: blue. Hex color #D973EA is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973EA is #268C15. Grayscale: #9E9E9E. Windows color (decimal): -2526230 or 15365081. OLE color: 15365081.
HSL color Cylindrical-coordinate representation of color #D973EA: hue angle of 291.43º degrees, saturation: 0.74, 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 #D973EA is Cyan = 0.07, Magento = 0.51, Yellow = 0 and Black (K on CMYK) = 0.08.
Color convert
| RGB | 217 | 115 | 234 | - |
| CMYK | 0.07 | 0.51 | 0 | 0.08 |
| HSL | 291.43º | 0.74% | 0.68% | - |
| HSV(B) | 291.43º | 0.51% | 0.92% | - |
| XYZ | 49.6 | 32.95 | 81.59 | - |
| YUV | 159.06 | 170.29 | 169.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 234 | 0.07 | 0.51 | 0 | 0.08 | 291.43 | 0.74 | 0.68 |
| Hex | D9 | 73 | EA | 7 | 33 | 0 | 8 | 123 | 4A | 44 |
| Octal | 331 | 163 | 352 | 7 | 63 | 0 | 10 | 443 | 112 | 104 |
| Binary | 11011001 | 1110011 | 11101010 | 111 | 110011 | 0 | 1000 | 100100011 | 1001010 | 1000100 |
Color Harmonies of #D973EA
Complementary color
Monochromatic Colors of #D973EA
Black with #D973EA
Text Example
Text Example
White with #D973EA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973EA; }
p { color: rgb(217,115,234); }
H1.HeaderClassName
{
color: #D973EA;
}
.AnyTagClassName
{
color: #D973EA;
}
</style>
background-color css
<style>
a { background-color: #D973EA; }
a { background-color: rgb(217,115,234); }
div.DivClassName
{
background-color: #D973EA;
}
.BgClassName
{
background-color: #D973EA;
}
</style>
border-color css
<style>
span { border-color: #D973EA; }
span { border-color: rgb(217,115,234); }
td.TdClassName
{
border-color: #D973EA;
}
.TagClassName
{
border-color: #D973EA;
}
</style>