Shades of Deep Cerise #DB3AA8
Tints of Deep Cerise #DB3AA8
RGB
CMYK
RGB Variations
Color information
#DB3AA8 (or 0xDB3AA8) is known color: Deep Cerise. HEX triplet: DB, 3A and A8. RGB value is (219,58,168). Sum of RGB (Red+Green+Blue) = 219+58+168=445 (58% of max value = 765). Red value is 219 (85.94% from 255 or 49.21% from 445); Green value is 58 (23.05% from 255 or 13.03% from 445); Blue value is 168 (66.02% from 255 or 37.75% from 445); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AA8 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AA8 is #24C557. Grayscale: #767676. Windows color (decimal): -2409816 or 11025115. OLE color: 11025115.
HSL color Cylindrical-coordinate representation of color #DB3AA8: hue angle of 319.01º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3AA8 is Cyan = 0, Magento = 0.74, Yellow = 0.23 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 168 | - |
| CMYK | 0 | 0.74 | 0.23 | 0.14 |
| HSL | 319.01º | 0.69% | 0.54% | - |
| HSV(B) | 319.01º | 0.74% | 0.86% | - |
| XYZ | 37.79 | 20.91 | 39.09 | - |
| YUV | 118.68 | 155.84 | 199.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 168 | 0 | 0.74 | 0.23 | 0.14 | 319.01 | 0.69 | 0.54 |
| Hex | DB | 3A | A8 | 0 | 4A | 17 | E | 13F | 45 | 36 |
| Octal | 333 | 72 | 250 | 0 | 112 | 27 | 16 | 477 | 105 | 66 |
| Binary | 11011011 | 111010 | 10101000 | 0 | 1001010 | 10111 | 1110 | 100111111 | 1000101 | 110110 |
Color Harmonies of #DB3AA8
Complementary color
Monochromatic Colors of #DB3AA8
Black with #DB3AA8
Text Example
Text Example
White with #DB3AA8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AA8; }
p { color: rgb(219,58,168); }
H1.HeaderClassName
{
color: #DB3AA8;
}
.AnyTagClassName
{
color: #DB3AA8;
}
</style>
background-color css
<style>
a { background-color: #DB3AA8; }
a { background-color: rgb(219,58,168); }
div.DivClassName
{
background-color: #DB3AA8;
}
.BgClassName
{
background-color: #DB3AA8;
}
</style>
border-color css
<style>
span { border-color: #DB3AA8; }
span { border-color: rgb(219,58,168); }
td.TdClassName
{
border-color: #DB3AA8;
}
.TagClassName
{
border-color: #DB3AA8;
}
</style>