Shades of Heliotrope #D973EF
Tints of Heliotrope #D973EF
RGB
CMYK
RGB Variations
Color information
#D973EF (or 0xD973EF) is known color: Heliotrope. HEX triplet: D9, 73 and EF. RGB value is (217,115,239). Sum of RGB (Red+Green+Blue) = 217+115+239=571 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.00% from 571); Green value is 115 (45.31% from 255 or 20.14% from 571); Blue value is 239 (93.75% from 255 or 41.86% from 571); Max value from RGB is 239 - color contains mainly: blue. Hex color #D973EF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973EF is #268C10. Grayscale: #9F9F9F. Windows color (decimal): -2526225 or 15692761. OLE color: 15692761.
HSL color Cylindrical-coordinate representation of color #D973EF: hue angle of 289.35º degrees, saturation: 0.79, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.52%. Process color model (Four color, CMYK) of #D973EF is Cyan = 0.09, Magento = 0.52, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 115 | 239 | - |
| CMYK | 0.09 | 0.52 | 0 | 0.06 |
| HSL | 289.35º | 0.79% | 0.69% | - |
| HSV(B) | 289.35º | 0.52% | 0.94% | - |
| XYZ | 50.33 | 33.25 | 85.43 | - |
| YUV | 159.63 | 172.79 | 168.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 239 | 0.09 | 0.52 | 0 | 0.06 | 289.35 | 0.79 | 0.69 |
| Hex | D9 | 73 | EF | 9 | 34 | 0 | 6 | 121 | 4F | 45 |
| Octal | 331 | 163 | 357 | 11 | 64 | 0 | 6 | 441 | 117 | 105 |
| Binary | 11011001 | 1110011 | 11101111 | 1001 | 110100 | 0 | 110 | 100100001 | 1001111 | 1000101 |
Color Harmonies of #D973EF
Complementary color
Monochromatic Colors of #D973EF
Black with #D973EF
Text Example
Text Example
White with #D973EF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973EF; }
p { color: rgb(217,115,239); }
H1.HeaderClassName
{
color: #D973EF;
}
.AnyTagClassName
{
color: #D973EF;
}
</style>
background-color css
<style>
a { background-color: #D973EF; }
a { background-color: rgb(217,115,239); }
div.DivClassName
{
background-color: #D973EF;
}
.BgClassName
{
background-color: #D973EF;
}
</style>
border-color css
<style>
span { border-color: #D973EF; }
span { border-color: rgb(217,115,239); }
td.TdClassName
{
border-color: #D973EF;
}
.TagClassName
{
border-color: #D973EF;
}
</style>