Shades of Heliotrope #D973F4
Tints of Heliotrope #D973F4
RGB
CMYK
RGB Variations
Color information
#D973F4 (or 0xD973F4) is known color: Heliotrope. HEX triplet: D9, 73 and F4. RGB value is (217,115,244). Sum of RGB (Red+Green+Blue) = 217+115+244=576 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.67% from 576); Green value is 115 (45.31% from 255 or 19.97% from 576); Blue value is 244 (95.70% from 255 or 42.36% from 576); Max value from RGB is 244 - color contains mainly: blue. Hex color #D973F4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D973F4 is #268C0B. Grayscale: #9F9F9F. Windows color (decimal): -2526220 or 16020441. OLE color: 16020441.
HSL color Cylindrical-coordinate representation of color #D973F4: hue angle of 287.44º degrees, saturation: 0.85, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.53%. Process color model (Four color, CMYK) of #D973F4 is Cyan = 0.11, Magento = 0.53, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 115 | 244 | - |
| CMYK | 0.11 | 0.53 | 0 | 0.04 |
| HSL | 287.44º | 0.85% | 0.7% | - |
| HSV(B) | 287.44º | 0.53% | 0.96% | - |
| XYZ | 51.08 | 33.54 | 89.37 | - |
| YUV | 160.2 | 175.29 | 168.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 115 | 244 | 0.11 | 0.53 | 0 | 0.04 | 287.44 | 0.85 | 0.7 |
| Hex | D9 | 73 | F4 | B | 35 | 0 | 4 | 11F | 55 | 46 |
| Octal | 331 | 163 | 364 | 13 | 65 | 0 | 4 | 437 | 125 | 106 |
| Binary | 11011001 | 1110011 | 11110100 | 1011 | 110101 | 0 | 100 | 100011111 | 1010101 | 1000110 |
Color Harmonies of #D973F4
Complementary color
Monochromatic Colors of #D973F4
Black with #D973F4
Text Example
Text Example
White with #D973F4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D973F4; }
p { color: rgb(217,115,244); }
H1.HeaderClassName
{
color: #D973F4;
}
.AnyTagClassName
{
color: #D973F4;
}
</style>
background-color css
<style>
a { background-color: #D973F4; }
a { background-color: rgb(217,115,244); }
div.DivClassName
{
background-color: #D973F4;
}
.BgClassName
{
background-color: #D973F4;
}
</style>
border-color css
<style>
span { border-color: #D973F4; }
span { border-color: rgb(217,115,244); }
td.TdClassName
{
border-color: #D973F4;
}
.TagClassName
{
border-color: #D973F4;
}
</style>