Shades of Heliotrope #DB87FA
Tints of Heliotrope #DB87FA
RGB
CMYK
RGB Variations
Color information
#DB87FA (or 0xDB87FA) is known color: Heliotrope. HEX triplet: DB, 87 and FA. RGB value is (219,135,250). Sum of RGB (Red+Green+Blue) = 219+135+250=604 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.26% from 604); Green value is 135 (53.12% from 255 or 22.35% from 604); Blue value is 250 (98.05% from 255 or 41.39% from 604); Max value from RGB is 250 - color contains mainly: blue. Hex color #DB87FA is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB87FA is #247805. Grayscale: #ACACAC. Windows color (decimal): -2390022 or 16418779. OLE color: 16418779.
HSL color Cylindrical-coordinate representation of color #DB87FA: hue angle of 283.83º degrees, saturation: 0.92, lightness: 0.75%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB87FA is Cyan = 0.12, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 135 | 250 | - |
| CMYK | 0.12 | 0.46 | 0 | 0.02 |
| HSL | 283.83º | 0.92% | 0.75% | - |
| HSV(B) | 283.83º | 0.46% | 0.98% | - |
| XYZ | 55.13 | 39.29 | 95.12 | - |
| YUV | 173.23 | 171.33 | 160.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 135 | 250 | 0.12 | 0.46 | 0 | 0.02 | 283.83 | 0.92 | 0.75 |
| Hex | DB | 87 | FA | C | 2E | 0 | 2 | 11C | 5C | 4B |
| Octal | 333 | 207 | 372 | 14 | 56 | 0 | 2 | 434 | 134 | 113 |
| Binary | 11011011 | 10000111 | 11111010 | 1100 | 101110 | 0 | 10 | 100011100 | 1011100 | 1001011 |
Color Harmonies of #DB87FA
Complementary color
Monochromatic Colors of #DB87FA
Black with #DB87FA
Text Example
Text Example
White with #DB87FA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB87FA; }
p { color: rgb(219,135,250); }
H1.HeaderClassName
{
color: #DB87FA;
}
.AnyTagClassName
{
color: #DB87FA;
}
</style>
background-color css
<style>
a { background-color: #DB87FA; }
a { background-color: rgb(219,135,250); }
div.DivClassName
{
background-color: #DB87FA;
}
.BgClassName
{
background-color: #DB87FA;
}
</style>
border-color css
<style>
span { border-color: #DB87FA; }
span { border-color: rgb(219,135,250); }
td.TdClassName
{
border-color: #DB87FA;
}
.TagClassName
{
border-color: #DB87FA;
}
</style>