Shades of Heliotrope #D96DF4
Tints of Heliotrope #D96DF4
RGB
CMYK
RGB Variations
Color information
#D96DF4 (or 0xD96DF4) is known color: Heliotrope. HEX triplet: D9, 6D and F4. RGB value is (217,109,244). Sum of RGB (Red+Green+Blue) = 217+109+244=570 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.07% from 570); Green value is 109 (42.97% from 255 or 19.12% from 570); Blue value is 244 (95.70% from 255 or 42.81% from 570); Max value from RGB is 244 - color contains mainly: blue. Hex color #D96DF4 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96DF4 is #26920B. Grayscale: #9C9C9C. Windows color (decimal): -2527756 or 16018905. OLE color: 16018905.
HSL color Cylindrical-coordinate representation of color #D96DF4: hue angle of 288º degrees, saturation: 0.86, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.96% and HSV saturation: 0.55%. Process color model (Four color, CMYK) of #D96DF4 is Cyan = 0.11, Magento = 0.55, Yellow = 0 and Black (K on CMYK) = 0.04.
Color convert
| RGB | 217 | 109 | 244 | - |
| CMYK | 0.11 | 0.55 | 0 | 0.04 |
| HSL | 288º | 0.86% | 0.69% | - |
| HSV(B) | 288º | 0.55% | 0.96% | - |
| XYZ | 50.41 | 32.22 | 89.15 | - |
| YUV | 156.68 | 177.28 | 171.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 109 | 244 | 0.11 | 0.55 | 0 | 0.04 | 288 | 0.86 | 0.69 |
| Hex | D9 | 6D | F4 | B | 37 | 0 | 4 | 120 | 56 | 45 |
| Octal | 331 | 155 | 364 | 13 | 67 | 0 | 4 | 440 | 126 | 105 |
| Binary | 11011001 | 1101101 | 11110100 | 1011 | 110111 | 0 | 100 | 100100000 | 1010110 | 1000101 |
Color Harmonies of #D96DF4
Complementary color
Monochromatic Colors of #D96DF4
Black with #D96DF4
Text Example
Text Example
White with #D96DF4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96DF4; }
p { color: rgb(217,109,244); }
H1.HeaderClassName
{
color: #D96DF4;
}
.AnyTagClassName
{
color: #D96DF4;
}
</style>
background-color css
<style>
a { background-color: #D96DF4; }
a { background-color: rgb(217,109,244); }
div.DivClassName
{
background-color: #D96DF4;
}
.BgClassName
{
background-color: #D96DF4;
}
</style>
border-color css
<style>
span { border-color: #D96DF4; }
span { border-color: rgb(217,109,244); }
td.TdClassName
{
border-color: #D96DF4;
}
.TagClassName
{
border-color: #D96DF4;
}
</style>