Shades of Violet #DB8AE4
Tints of Violet #DB8AE4
RGB
CMYK
RGB Variations
Color information
#DB8AE4 (or 0xDB8AE4) is known color: Violet. HEX triplet: DB, 8A and E4. RGB value is (219,138,228). Sum of RGB (Red+Green+Blue) = 219+138+228=585 (77% of max value = 765). Red value is 219 (85.94% from 255 or 37.44% from 585); Green value is 138 (54.30% from 255 or 23.59% from 585); Blue value is 228 (89.45% from 255 or 38.97% from 585); Max value from RGB is 228 - color contains mainly: blue. Hex color #DB8AE4 is not a web safe color. Web safe color analog (approx): #CC99CC. Inversed color of #DB8AE4 is #24751B. Grayscale: #ACACAC. Windows color (decimal): -2389276 or 14977755. OLE color: 14977755.
HSL color Cylindrical-coordinate representation of color #DB8AE4: hue angle of 294º degrees, saturation: 0.62, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.89% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #DB8AE4 is Cyan = 0.04, Magento = 0.39, Yellow = 0 and Black (K on CMYK) = 0.11.
Color convert
| RGB | 219 | 138 | 228 | - |
| CMYK | 0.04 | 0.39 | 0 | 0.11 |
| HSL | 294º | 0.63% | 0.72% | - |
| HSV(B) | 294º | 0.39% | 0.89% | - |
| XYZ | 52.31 | 38.84 | 78.14 | - |
| YUV | 172.48 | 159.34 | 161.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 138 | 228 | 0.04 | 0.39 | 0 | 0.11 | 294 | 0.63 | 0.72 |
| Hex | DB | 8A | E4 | 4 | 27 | 0 | B | 126 | 3E | 48 |
| Octal | 333 | 212 | 344 | 4 | 47 | 0 | 13 | 446 | 76 | 110 |
| Binary | 11011011 | 10001010 | 11100100 | 100 | 100111 | 0 | 1011 | 100100110 | 111110 | 1001000 |
Color Harmonies of #DB8AE4
Complementary color
Monochromatic Colors of #DB8AE4
Black with #DB8AE4
Text Example
Text Example
White with #DB8AE4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB8AE4; }
p { color: rgb(219,138,228); }
H1.HeaderClassName
{
color: #DB8AE4;
}
.AnyTagClassName
{
color: #DB8AE4;
}
</style>
background-color css
<style>
a { background-color: #DB8AE4; }
a { background-color: rgb(219,138,228); }
div.DivClassName
{
background-color: #DB8AE4;
}
.BgClassName
{
background-color: #DB8AE4;
}
</style>
border-color css
<style>
span { border-color: #DB8AE4; }
span { border-color: rgb(219,138,228); }
td.TdClassName
{
border-color: #DB8AE4;
}
.TagClassName
{
border-color: #DB8AE4;
}
</style>