Shades of Violet #DB88E1
Tints of Violet #DB88E1
RGB
CMYK
RGB Variations
Color information
#DB88E1 (or 0xDB88E1) is known color: Violet. HEX triplet: DB, 88 and E1. RGB value is (219,136,225). Sum of RGB (Red+Green+Blue) = 219+136+225=580 (76% of max value = 765). Red value is 219 (85.94% from 255 or 37.76% from 580); Green value is 136 (53.52% from 255 or 23.45% from 580); Blue value is 225 (88.28% from 255 or 38.79% from 580); Max value from RGB is 225 - color contains mainly: blue. Hex color #DB88E1 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB88E1 is #24771E. Grayscale: #AAAAAA. Windows color (decimal): -2389791 or 14780635. OLE color: 14780635.
HSL color Cylindrical-coordinate representation of color #DB88E1: hue angle of 295.96º degrees, saturation: 0.6, lightness: 0.71%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DB88E1 is Cyan = 0.03, Magento = 0.40, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 219 | 136 | 225 | - |
| CMYK | 0.03 | 0.40 | 0 | 0.12 |
| HSL | 295.96º | 0.6% | 0.71% | - |
| HSV(B) | 295.96º | 0.4% | 0.88% | - |
| XYZ | 51.61 | 38.1 | 75.87 | - |
| YUV | 170.96 | 158.5 | 162.26 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 136 | 225 | 0.03 | 0.40 | 0 | 0.12 | 295.96 | 0.6 | 0.71 |
| Hex | DB | 88 | E1 | 3 | 28 | 0 | C | 128 | 3C | 47 |
| Octal | 333 | 210 | 341 | 3 | 50 | 0 | 14 | 450 | 74 | 107 |
| Binary | 11011011 | 10001000 | 11100001 | 11 | 101000 | 0 | 1100 | 100101000 | 111100 | 1000111 |
Color Harmonies of #DB88E1
Complementary color
Monochromatic Colors of #DB88E1
Black with #DB88E1
Text Example
Text Example
White with #DB88E1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB88E1; }
p { color: rgb(219,136,225); }
H1.HeaderClassName
{
color: #DB88E1;
}
.AnyTagClassName
{
color: #DB88E1;
}
</style>
background-color css
<style>
a { background-color: #DB88E1; }
a { background-color: rgb(219,136,225); }
div.DivClassName
{
background-color: #DB88E1;
}
.BgClassName
{
background-color: #DB88E1;
}
</style>
border-color css
<style>
span { border-color: #DB88E1; }
span { border-color: rgb(219,136,225); }
td.TdClassName
{
border-color: #DB88E1;
}
.TagClassName
{
border-color: #DB88E1;
}
</style>