Shades of Heliotrope #D87DFB
Tints of Heliotrope #D87DFB
RGB
CMYK
RGB Variations
Color information
#D87DFB (or 0xD87DFB) is known color: Heliotrope. HEX triplet: D8, 7D and FB. RGB value is (216,125,251). Sum of RGB (Red+Green+Blue) = 216+125+251=592 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.49% from 592); Green value is 125 (49.22% from 255 or 21.11% from 592); Blue value is 251 (98.44% from 255 or 42.40% from 592); Max value from RGB is 251 - color contains mainly: blue. Hex color #D87DFB is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87DFB is #278204. Grayscale: #A6A6A6. Windows color (decimal): -2589189 or 16481752. OLE color: 16481752.
HSL color Cylindrical-coordinate representation of color #D87DFB: hue angle of 283.33º degrees, saturation: 0.94, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87DFB is Cyan = 0.14, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 216 | 125 | 251 | - |
| CMYK | 0.14 | 0.50 | 0 | 0.02 |
| HSL | 283.33º | 0.94% | 0.74% | - |
| HSV(B) | 283.33º | 0.5% | 0.98% | - |
| XYZ | 53.07 | 36.23 | 95.46 | - |
| YUV | 166.57 | 175.65 | 163.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 251 | 0.14 | 0.50 | 0 | 0.02 | 283.33 | 0.94 | 0.74 |
| Hex | D8 | 7D | FB | E | 32 | 0 | 2 | 11B | 5E | 4A |
| Octal | 330 | 175 | 373 | 16 | 62 | 0 | 2 | 433 | 136 | 112 |
| Binary | 11011000 | 1111101 | 11111011 | 1110 | 110010 | 0 | 10 | 100011011 | 1011110 | 1001010 |
Color Harmonies of #D87DFB
Complementary color
Monochromatic Colors of #D87DFB
Black with #D87DFB
Text Example
Text Example
White with #D87DFB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DFB; }
p { color: rgb(216,125,251); }
H1.HeaderClassName
{
color: #D87DFB;
}
.AnyTagClassName
{
color: #D87DFB;
}
</style>
background-color css
<style>
a { background-color: #D87DFB; }
a { background-color: rgb(216,125,251); }
div.DivClassName
{
background-color: #D87DFB;
}
.BgClassName
{
background-color: #D87DFB;
}
</style>
border-color css
<style>
span { border-color: #D87DFB; }
span { border-color: rgb(216,125,251); }
td.TdClassName
{
border-color: #D87DFB;
}
.TagClassName
{
border-color: #D87DFB;
}
</style>