Shades of Heliotrope #D87DF8
Tints of Heliotrope #D87DF8
RGB
CMYK
RGB Variations
Color information
#D87DF8 (or 0xD87DF8) is known color: Heliotrope. HEX triplet: D8, 7D and F8. RGB value is (216,125,248). Sum of RGB (Red+Green+Blue) = 216+125+248=589 (78% of max value = 765). Red value is 216 (84.77% from 255 or 36.67% from 589); Green value is 125 (49.22% from 255 or 21.22% from 589); Blue value is 248 (97.27% from 255 or 42.11% from 589); Max value from RGB is 248 - color contains mainly: blue. Hex color #D87DF8 is not a web safe color. Web safe color analog (approx): #CC66FF. Inversed color of #D87DF8 is #278207. Grayscale: #A5A5A5. Windows color (decimal): -2589192 or 16285144. OLE color: 16285144.
HSL color Cylindrical-coordinate representation of color #D87DF8: hue angle of 284.39º degrees, saturation: 0.9, lightness: 0.73%. HSV value (or HSB Brightness) of color is 0.97% and HSV saturation: 0.5%. Process color model (Four color, CMYK) of #D87DF8 is Cyan = 0.13, Magento = 0.50, Yellow = 0 and Black (K on CMYK) = 0.03.
Color convert
| RGB | 216 | 125 | 248 | - |
| CMYK | 0.13 | 0.50 | 0 | 0.03 |
| HSL | 284.39º | 0.9% | 0.73% | - |
| HSV(B) | 284.39º | 0.5% | 0.97% | - |
| XYZ | 52.6 | 36.04 | 92.99 | - |
| YUV | 166.23 | 174.15 | 163.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 125 | 248 | 0.13 | 0.50 | 0 | 0.03 | 284.39 | 0.9 | 0.73 |
| Hex | D8 | 7D | F8 | D | 32 | 0 | 3 | 11C | 5A | 49 |
| Octal | 330 | 175 | 370 | 15 | 62 | 0 | 3 | 434 | 132 | 111 |
| Binary | 11011000 | 1111101 | 11111000 | 1101 | 110010 | 0 | 11 | 100011100 | 1011010 | 1001001 |
Color Harmonies of #D87DF8
Complementary color
Monochromatic Colors of #D87DF8
Black with #D87DF8
Text Example
Text Example
White with #D87DF8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D87DF8; }
p { color: rgb(216,125,248); }
H1.HeaderClassName
{
color: #D87DF8;
}
.AnyTagClassName
{
color: #D87DF8;
}
</style>
background-color css
<style>
a { background-color: #D87DF8; }
a { background-color: rgb(216,125,248); }
div.DivClassName
{
background-color: #D87DF8;
}
.BgClassName
{
background-color: #D87DF8;
}
</style>
border-color css
<style>
span { border-color: #D87DF8; }
span { border-color: rgb(216,125,248); }
td.TdClassName
{
border-color: #D87DF8;
}
.TagClassName
{
border-color: #D87DF8;
}
</style>