Shades of Heliotrope #DB88FB
Tints of Heliotrope #DB88FB
RGB
CMYK
RGB Variations
Color information
#DB88FB (or 0xDB88FB) is known color: Heliotrope. HEX triplet: DB, 88 and FB. RGB value is (219,136,251). Sum of RGB (Red+Green+Blue) = 219+136+251=606 (80% of max value = 765). Red value is 219 (85.94% from 255 or 36.14% from 606); Green value is 136 (53.52% from 255 or 22.44% from 606); Blue value is 251 (98.44% from 255 or 41.42% from 606); Max value from RGB is 251 - color contains mainly: blue. Hex color #DB88FB is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88FB is #247704. Grayscale: #ADADAD. Windows color (decimal): -2389765 or 16484571. OLE color: 16484571.
HSL color Cylindrical-coordinate representation of color #DB88FB: hue angle of 283.3º degrees, saturation: 0.93, lightness: 0.76%. HSV value (or HSB Brightness) of color is 0.98% and HSV saturation: 0.46%. Process color model (Four color, CMYK) of #DB88FB is Cyan = 0.13, Magento = 0.46, Yellow = 0 and Black (K on CMYK) = 0.02.
Color convert
| RGB | 219 | 136 | 251 | - |
| CMYK | 0.13 | 0.46 | 0 | 0.02 |
| HSL | 283.3º | 0.93% | 0.76% | - |
| HSV(B) | 283.3º | 0.46% | 0.98% | - |
| XYZ | 55.43 | 39.63 | 96 | - |
| YUV | 173.93 | 171.5 | 160.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 251 | 0.13 | 0.46 | 0 | 0.02 | 283.3 | 0.93 | 0.76 |
| Hex | DB | 88 | FB | D | 2E | 0 | 2 | 11B | 5D | 4C |
| Octal | 333 | 210 | 373 | 15 | 56 | 0 | 2 | 433 | 135 | 114 |
| Binary | 11011011 | 10001000 | 11111011 | 1101 | 101110 | 0 | 10 | 100011011 | 1011101 | 1001100 |
Color Harmonies of #DB88FB
Complementary color
Monochromatic Colors of #DB88FB
Black with #DB88FB
Text Example
Text Example
White with #DB88FB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88FB; }
p { color: rgb(219,136,251); }
H1.HeaderClassName
{
color: #DB88FB;
}
.AnyTagClassName
{
color: #DB88FB;
}
</style>
background-color css
<style>
a { background-color: #DB88FB; }
a { background-color: rgb(219,136,251); }
div.DivClassName
{
background-color: #DB88FB;
}
.BgClassName
{
background-color: #DB88FB;
}
</style>
border-color css
<style>
span { border-color: #DB88FB; }
span { border-color: rgb(219,136,251); }
td.TdClassName
{
border-color: #DB88FB;
}
.TagClassName
{
border-color: #DB88FB;
}
</style>