Shades of Heliotrope #D96FEF
Tints of Heliotrope #D96FEF
RGB
CMYK
RGB Variations
Color information
#D96FEF (or 0xD96FEF) is known color: Heliotrope. HEX triplet: D9, 6F and EF. RGB value is (217,111,239). Sum of RGB (Red+Green+Blue) = 217+111+239=567 (75% of max value = 765). Red value is 217 (85.16% from 255 or 38.27% from 567); Green value is 111 (43.75% from 255 or 19.58% from 567); Blue value is 239 (93.75% from 255 or 42.15% from 567); Max value from RGB is 239 - color contains mainly: blue. Hex color #D96FEF is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FEF is #269010. Grayscale: #9C9C9C. Windows color (decimal): -2527249 or 15691737. OLE color: 15691737.
HSL color Cylindrical-coordinate representation of color #D96FEF: hue angle of 289.69º degrees, saturation: 0.8, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.54%. Process color model (Four color, CMYK) of #D96FEF is Cyan = 0.09, Magento = 0.54, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 217 | 111 | 239 | - |
| CMYK | 0.09 | 0.54 | 0 | 0.06 |
| HSL | 289.69º | 0.8% | 0.69% | - |
| HSV(B) | 289.69º | 0.54% | 0.94% | - |
| XYZ | 49.88 | 32.35 | 85.28 | - |
| YUV | 157.29 | 174.12 | 170.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 239 | 0.09 | 0.54 | 0 | 0.06 | 289.69 | 0.8 | 0.69 |
| Hex | D9 | 6F | EF | 9 | 36 | 0 | 6 | 122 | 50 | 45 |
| Octal | 331 | 157 | 357 | 11 | 66 | 0 | 6 | 442 | 120 | 105 |
| Binary | 11011001 | 1101111 | 11101111 | 1001 | 110110 | 0 | 110 | 100100010 | 1010000 | 1000101 |
Color Harmonies of #D96FEF
Complementary color
Monochromatic Colors of #D96FEF
Black with #D96FEF
Text Example
Text Example
White with #D96FEF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FEF; }
p { color: rgb(217,111,239); }
H1.HeaderClassName
{
color: #D96FEF;
}
.AnyTagClassName
{
color: #D96FEF;
}
</style>
background-color css
<style>
a { background-color: #D96FEF; }
a { background-color: rgb(217,111,239); }
div.DivClassName
{
background-color: #D96FEF;
}
.BgClassName
{
background-color: #D96FEF;
}
</style>
border-color css
<style>
span { border-color: #D96FEF; }
span { border-color: rgb(217,111,239); }
td.TdClassName
{
border-color: #D96FEF;
}
.TagClassName
{
border-color: #D96FEF;
}
</style>