Shades of Deep Cerise #DB3BAA
Tints of Deep Cerise #DB3BAA
RGB
CMYK
RGB Variations
Color information
#DB3BAA (or 0xDB3BAA) is known color: Deep Cerise. HEX triplet: DB, 3B and AA. RGB value is (219,59,170). Sum of RGB (Red+Green+Blue) = 219+59+170=448 (59% of max value = 765). Red value is 219 (85.94% from 255 or 48.88% from 448); Green value is 59 (23.44% from 255 or 13.17% from 448); Blue value is 170 (66.80% from 255 or 37.95% from 448); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3BAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB3BAA is #24C455. Grayscale: #777777. Windows color (decimal): -2409558 or 11156443. OLE color: 11156443.
HSL color Cylindrical-coordinate representation of color #DB3BAA: hue angle of 318.38º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3BAA is Cyan = 0, Magento = 0.73, Yellow = 0.22 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 170 | - |
| CMYK | 0 | 0.73 | 0.22 | 0.14 |
| HSL | 318.38º | 0.69% | 0.55% | - |
| HSV(B) | 318.38º | 0.73% | 0.86% | - |
| XYZ | 38.03 | 21.09 | 40.1 | - |
| YUV | 119.49 | 156.51 | 198.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 170 | 0 | 0.73 | 0.22 | 0.14 | 318.38 | 0.69 | 0.55 |
| Hex | DB | 3B | AA | 0 | 49 | 16 | E | 13E | 45 | 37 |
| Octal | 333 | 73 | 252 | 0 | 111 | 26 | 16 | 476 | 105 | 67 |
| Binary | 11011011 | 111011 | 10101010 | 0 | 1001001 | 10110 | 1110 | 100111110 | 1000101 | 110111 |
Color Harmonies of #DB3BAA
Complementary color
Monochromatic Colors of #DB3BAA
Black with #DB3BAA
Text Example
Text Example
White with #DB3BAA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3BAA; }
p { color: rgb(219,59,170); }
H1.HeaderClassName
{
color: #DB3BAA;
}
.AnyTagClassName
{
color: #DB3BAA;
}
</style>
background-color css
<style>
a { background-color: #DB3BAA; }
a { background-color: rgb(219,59,170); }
div.DivClassName
{
background-color: #DB3BAA;
}
.BgClassName
{
background-color: #DB3BAA;
}
</style>
border-color css
<style>
span { border-color: #DB3BAA; }
span { border-color: rgb(219,59,170); }
td.TdClassName
{
border-color: #DB3BAA;
}
.TagClassName
{
border-color: #DB3BAA;
}
</style>