Shades of Deep Cerise #DB3AAA
Tints of Deep Cerise #DB3AAA
RGB
CMYK
RGB Variations
Color information
#DB3AAA (or 0xDB3AAA) is known color: Deep Cerise. HEX triplet: DB, 3A and AA. RGB value is (219,58,170). Sum of RGB (Red+Green+Blue) = 219+58+170=447 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.99% from 447); Green value is 58 (23.05% from 255 or 12.98% from 447); Blue value is 170 (66.80% from 255 or 38.03% from 447); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3AAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3AAA is #24C555. Grayscale: #767676. Windows color (decimal): -2409814 or 11156187. OLE color: 11156187.
HSL color Cylindrical-coordinate representation of color #DB3AAA: hue angle of 318.26º 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 #DB3AAA is Cyan = 0, Magento = 0.74, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 170 | - |
| CMYK | 0 | 0.74 | 0.22 | 0.14 |
| HSL | 318.26º | 0.69% | 0.54% | - |
| HSV(B) | 318.26º | 0.74% | 0.86% | - |
| XYZ | 37.98 | 20.99 | 40.08 | - |
| YUV | 118.91 | 156.84 | 199.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 170 | 0 | 0.74 | 0.22 | 0.14 | 318.26 | 0.69 | 0.54 |
| Hex | DB | 3A | AA | 0 | 4A | 16 | E | 13E | 45 | 36 |
| Octal | 333 | 72 | 252 | 0 | 112 | 26 | 16 | 476 | 105 | 66 |
| Binary | 11011011 | 111010 | 10101010 | 0 | 1001010 | 10110 | 1110 | 100111110 | 1000101 | 110110 |
Color Harmonies of #DB3AAA
Complementary color
Monochromatic Colors of #DB3AAA
Black with #DB3AAA
Text Example
Text Example
White with #DB3AAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3AAA; }
p { color: rgb(219,58,170); }
H1.HeaderClassName
{
color: #DB3AAA;
}
.AnyTagClassName
{
color: #DB3AAA;
}
</style>
background-color css
<style>
a { background-color: #DB3AAA; }
a { background-color: rgb(219,58,170); }
div.DivClassName
{
background-color: #DB3AAA;
}
.BgClassName
{
background-color: #DB3AAA;
}
</style>
border-color css
<style>
span { border-color: #DB3AAA; }
span { border-color: rgb(219,58,170); }
td.TdClassName
{
border-color: #DB3AAA;
}
.TagClassName
{
border-color: #DB3AAA;
}
</style>