Shades of Heliotrope #D96AF0
Tints of Heliotrope #D96AF0
RGB
CMYK
RGB Variations
Color information
#D96AF0 (or 0xD96AF0) is known color: Heliotrope. HEX triplet: D9, 6A and F0. RGB value is (217,106,240). Sum of RGB (Red+Green+Blue) = 217+106+240=563 (74% of max value = 765). Red value is 217 (85.16% from 255 or 38.54% from 563); Green value is 106 (41.80% from 255 or 18.83% from 563); Blue value is 240 (94.14% from 255 or 42.63% from 563); Max value from RGB is 240 - color contains mainly: blue. Hex color #D96AF0 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96AF0 is #26950F. Grayscale: #9A9A9A. Windows color (decimal): -2528528 or 15755993. OLE color: 15755993.
HSL color Cylindrical-coordinate representation of color #D96AF0: hue angle of 289.7º degrees, saturation: 0.82, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96AF0 is Cyan = 0.10, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 106 | 240 | - |
| CMYK | 0.10 | 0.56 | 0 | 0.06 |
| HSL | 289.7º | 0.82% | 0.68% | - |
| HSV(B) | 289.7º | 0.56% | 0.94% | - |
| XYZ | 49.5 | 31.35 | 85.88 | - |
| YUV | 154.47 | 176.27 | 172.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 106 | 240 | 0.10 | 0.56 | 0 | 0.06 | 289.7 | 0.82 | 0.68 |
| Hex | D9 | 6A | F0 | A | 38 | 0 | 6 | 122 | 52 | 44 |
| Octal | 331 | 152 | 360 | 12 | 70 | 0 | 6 | 442 | 122 | 104 |
| Binary | 11011001 | 1101010 | 11110000 | 1010 | 111000 | 0 | 110 | 100100010 | 1010010 | 1000100 |
Color Harmonies of #D96AF0
Complementary color
Monochromatic Colors of #D96AF0
Black with #D96AF0
Text Example
Text Example
White with #D96AF0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96AF0; }
p { color: rgb(217,106,240); }
H1.HeaderClassName
{
color: #D96AF0;
}
.AnyTagClassName
{
color: #D96AF0;
}
</style>
background-color css
<style>
a { background-color: #D96AF0; }
a { background-color: rgb(217,106,240); }
div.DivClassName
{
background-color: #D96AF0;
}
.BgClassName
{
background-color: #D96AF0;
}
</style>
border-color css
<style>
span { border-color: #D96AF0; }
span { border-color: rgb(217,106,240); }
td.TdClassName
{
border-color: #D96AF0;
}
.TagClassName
{
border-color: #D96AF0;
}
</style>