Shades of Heliotrope #DB88FF
Tints of Heliotrope #DB88FF
RGB
CMYK
RGB Variations
Color information
#DB88FF (or 0xDB88FF) is known color: Heliotrope. HEX triplet: DB, 88 and FF. RGB value is (219,136,255). Sum of RGB (Red+Green+Blue) = 219+136+255=610 (80% of max value = 765). Red value is 219 (85.94% from 255 or 35.90% from 610); Green value is 136 (53.52% from 255 or 22.30% from 610); Blue value is 255 (100% from 255 or 41.80% from 610); Max value from RGB is 255 - color contains mainly: blue. Hex color #DB88FF is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FF is #247700. Grayscale: #ADADAD. Windows color (decimal): -2389761 or 16746715. OLE color: 16746715.
HSL color Cylindrical-coordinate representation of color #DB88FF: hue angle of 281.85º degrees, saturation: 1, lightness: 0.77%. HSV value (or HSB Brightness) of color is 1% and HSV saturation: 0.47%. Process color model (Four color, CMYK) of #DB88FF is Cyan = 0.14, Magento = 0.47, Yellow = 0 and Black (K on CMYK) = 0.
Color convert
| RGB | 219 | 136 | 255 | - |
| CMYK | 0.14 | 0.47 | 0 | 0 |
| HSL | 281.85º | 1% | 0.77% | - |
| HSV(B) | 281.85º | 0.47% | 1% | - |
| XYZ | 56.07 | 39.89 | 99.35 | - |
| YUV | 174.38 | 173.5 | 159.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 255 | 0.14 | 0.47 | 0 | 0 | 281.85 | 1 | 0.77 |
| Hex | DB | 88 | FF | E | 2F | 0 | 0 | 11A | 64 | 4D |
| Octal | 333 | 210 | 377 | 16 | 57 | 0 | 0 | 432 | 144 | 115 |
| Binary | 11011011 | 10001000 | 11111111 | 1110 | 101111 | 0 | 0 | 100011010 | 1100100 | 1001101 |
Color Harmonies of #DB88FF
Complementary color
Monochromatic Colors of #DB88FF
Black with #DB88FF
Text Example
Text Example
White with #DB88FF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88FF; }
p { color: rgb(219,136,255); }
H1.HeaderClassName
{
color: #DB88FF;
}
.AnyTagClassName
{
color: #DB88FF;
}
</style>
background-color css
<style>
a { background-color: #DB88FF; }
a { background-color: rgb(219,136,255); }
div.DivClassName
{
background-color: #DB88FF;
}
.BgClassName
{
background-color: #DB88FF;
}
</style>
border-color css
<style>
span { border-color: #DB88FF; }
span { border-color: rgb(219,136,255); }
td.TdClassName
{
border-color: #DB88FF;
}
.TagClassName
{
border-color: #DB88FF;
}
</style>