Shades of Heliotrope #D96FFB
Tints of Heliotrope #D96FFB
RGB
CMYK
RGB Variations
Color information
#D96FFB (or 0xD96FFB) is known color: Heliotrope. HEX triplet: D9, 6F and FB. RGB value is (217,111,251). Sum of RGB (Red+Green+Blue) = 217+111+251=579 (76% of max value = 765). Red value is 217 (85.16% from 255 or 37.48% from 579); Green value is 111 (43.75% from 255 or 19.17% from 579); Blue value is 251 (98.44% from 255 or 43.35% from 579); Max value from RGB is 251 - color contains mainly: blue. Hex color #D96FFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D96FFB is #269004. Grayscale: #9E9E9E. Windows color (decimal): -2527237 or 16478169. OLE color: 16478169.
HSL color Cylindrical-coordinate representation of color #D96FFB: hue angle of 285.43º degrees, saturation: 0.95, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.56%. Process color model (Four color, CMYK) of #D96FFB is Cyan = 0.14, Magento = 0.56, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 217 | 111 | 251 | - |
| CMYK | 0.14 | 0.56 | 0 | 0.02 |
| HSL | 285.43º | 0.95% | 0.71% | - |
| HSV(B) | 285.43º | 0.56% | 0.98% | - |
| XYZ | 51.71 | 33.09 | 94.93 | - |
| YUV | 158.65 | 180.12 | 169.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 111 | 251 | 0.14 | 0.56 | 0 | 0.02 | 285.43 | 0.95 | 0.71 |
| Hex | D9 | 6F | FB | E | 38 | 0 | 2 | 11D | 5F | 47 |
| Octal | 331 | 157 | 373 | 16 | 70 | 0 | 2 | 435 | 137 | 107 |
| Binary | 11011001 | 1101111 | 11111011 | 1110 | 111000 | 0 | 10 | 100011101 | 1011111 | 1000111 |
Color Harmonies of #D96FFB
Complementary color
Monochromatic Colors of #D96FFB
Black with #D96FFB
Text Example
Text Example
White with #D96FFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D96FFB; }
p { color: rgb(217,111,251); }
H1.HeaderClassName
{
color: #D96FFB;
}
.AnyTagClassName
{
color: #D96FFB;
}
</style>
background-color css
<style>
a { background-color: #D96FFB; }
a { background-color: rgb(217,111,251); }
div.DivClassName
{
background-color: #D96FFB;
}
.BgClassName
{
background-color: #D96FFB;
}
</style>
border-color css
<style>
span { border-color: #D96FFB; }
span { border-color: rgb(217,111,251); }
td.TdClassName
{
border-color: #D96FFB;
}
.TagClassName
{
border-color: #D96FFB;
}
</style>