Shades of Heliotrope #DB87F0
Tints of Heliotrope #DB87F0
RGB
CMYK
RGB Variations
Color information
#DB87F0 (or 0xDB87F0) is known color: Heliotrope. HEX triplet: DB, 87 and F0. RGB value is (219,135,240). Sum of RGB (Red+Green+Blue) = 219+135+240=594 (78% of max value = 765). Red value is 219 (85.94% from 255 or 36.87% from 594); Green value is 135 (53.12% from 255 or 22.73% from 594); Blue value is 240 (94.14% from 255 or 40.40% from 594); Max value from RGB is 240 - color contains mainly: blue. Hex color #DB87F0 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB87F0 is #24780F. Grayscale: #ABABAB. Windows color (decimal): -2390032 or 15763419. OLE color: 15763419.
HSL color Cylindrical-coordinate representation of color #DB87F0: hue angle of 288º degrees, saturation: 0.78, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.94% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB87F0 is Cyan = 0.09, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.06.
Color convert
| RGB | 219 | 135 | 240 | - |
| CMYK | 0.09 | 0.44 | 0 | 0.06 |
| HSL | 288º | 0.78% | 0.74% | - |
| HSV(B) | 288º | 0.44% | 0.94% | - |
| XYZ | 53.61 | 38.68 | 87.08 | - |
| YUV | 172.09 | 166.33 | 161.46 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 240 | 0.09 | 0.44 | 0 | 0.06 | 288 | 0.78 | 0.74 |
| Hex | DB | 87 | F0 | 9 | 2C | 0 | 6 | 120 | 4E | 4A |
| Octal | 333 | 207 | 360 | 11 | 54 | 0 | 6 | 440 | 116 | 112 |
| Binary | 11011011 | 10000111 | 11110000 | 1001 | 101100 | 0 | 110 | 100100000 | 1001110 | 1001010 |
Color Harmonies of #DB87F0
Complementary color
Monochromatic Colors of #DB87F0
Black with #DB87F0
Text Example
Text Example
White with #DB87F0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87F0; }
p { color: rgb(219,135,240); }
H1.HeaderClassName
{
color: #DB87F0;
}
.AnyTagClassName
{
color: #DB87F0;
}
</style>
background-color css
<style>
a { background-color: #DB87F0; }
a { background-color: rgb(219,135,240); }
div.DivClassName
{
background-color: #DB87F0;
}
.BgClassName
{
background-color: #DB87F0;
}
</style>
border-color css
<style>
span { border-color: #DB87F0; }
span { border-color: rgb(219,135,240); }
td.TdClassName
{
border-color: #DB87F0;
}
.TagClassName
{
border-color: #DB87F0;
}
</style>