Shades of Heliotrope #DB88F2
Tints of Heliotrope #DB88F2
RGB
CMYK
RGB Variations
Color information
#DB88F2 (or 0xDB88F2) is known color: Heliotrope. HEX triplet: DB, 88 and F2. RGB value is (219,136,242). Sum of RGB (Red+Green+Blue) = 219+136+242=597 (79% of max value = 765). Red value is 219 (85.94% from 255 or 36.68% from 597); Green value is 136 (53.52% from 255 or 22.78% from 597); Blue value is 242 (94.92% from 255 or 40.54% from 597); Max value from RGB is 242 - color contains mainly: blue. Hex color #DB88F2 is not a web safe color. Web safe color analog (approx): #CC99FF. Inversed color of #DB88F2 is #24770D. Grayscale: #ACACAC. Windows color (decimal): -2389774 or 15894747. OLE color: 15894747.
HSL color Cylindrical-coordinate representation of color #DB88F2: hue angle of 286.98º degrees, saturation: 0.8, lightness: 0.74%. HSV value (or HSB Brightness) of color is 0.95% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DB88F2 is Cyan = 0.10, Magento = 0.44, Yellow = 0 and Black (K on CMYK) = 0.05.
Color convert
| RGB | 219 | 136 | 242 | - |
| CMYK | 0.10 | 0.44 | 0 | 0.05 |
| HSL | 286.98º | 0.8% | 0.74% | - |
| HSV(B) | 286.98º | 0.44% | 0.95% | - |
| XYZ | 54.04 | 39.08 | 88.7 | - |
| YUV | 172.9 | 167 | 160.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 242 | 0.10 | 0.44 | 0 | 0.05 | 286.98 | 0.8 | 0.74 |
| Hex | DB | 88 | F2 | A | 2C | 0 | 5 | 11F | 50 | 4A |
| Octal | 333 | 210 | 362 | 12 | 54 | 0 | 5 | 437 | 120 | 112 |
| Binary | 11011011 | 10001000 | 11110010 | 1010 | 101100 | 0 | 101 | 100011111 | 1010000 | 1001010 |
Color Harmonies of #DB88F2
Complementary color
Monochromatic Colors of #DB88F2
Black with #DB88F2
Text Example
Text Example
White with #DB88F2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88F2; }
p { color: rgb(219,136,242); }
H1.HeaderClassName
{
color: #DB88F2;
}
.AnyTagClassName
{
color: #DB88F2;
}
</style>
background-color css
<style>
a { background-color: #DB88F2; }
a { background-color: rgb(219,136,242); }
div.DivClassName
{
background-color: #DB88F2;
}
.BgClassName
{
background-color: #DB88F2;
}
</style>
border-color css
<style>
span { border-color: #DB88F2; }
span { border-color: rgb(219,136,242); }
td.TdClassName
{
border-color: #DB88F2;
}
.TagClassName
{
border-color: #DB88F2;
}
</style>