Shades of Deep Cerise #DB2AA5
Tints of Deep Cerise #DB2AA5
RGB
CMYK
RGB Variations
Color information
#DB2AA5 (or 0xDB2AA5) is known color: Deep Cerise. HEX triplet: DB, 2A and A5. RGB value is (219,42,165). Sum of RGB (Red+Green+Blue) = 219+42+165=426 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.41% from 426); Green value is 42 (16.80% from 255 or 9.86% from 426); Blue value is 165 (64.84% from 255 or 38.73% from 426); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AA5 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AA5 is #24D55A. Grayscale: #6C6C6C. Windows color (decimal): -2413915 or 10824411. OLE color: 10824411.
HSL color Cylindrical-coordinate representation of color #DB2AA5: hue angle of 318.31º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2AA5 is Cyan = 0, Magento = 0.81, Yellow = 0.25 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 165 | - |
| CMYK | 0 | 0.81 | 0.25 | 0.14 |
| HSL | 318.31º | 0.71% | 0.51% | - |
| HSV(B) | 318.31º | 0.81% | 0.86% | - |
| XYZ | 36.83 | 19.43 | 37.41 | - |
| YUV | 108.95 | 159.64 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 165 | 0 | 0.81 | 0.25 | 0.14 | 318.31 | 0.71 | 0.51 |
| Hex | DB | 2A | A5 | 0 | 51 | 19 | E | 13E | 47 | 33 |
| Octal | 333 | 52 | 245 | 0 | 121 | 31 | 16 | 476 | 107 | 63 |
| Binary | 11011011 | 101010 | 10100101 | 0 | 1010001 | 11001 | 1110 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DB2AA5
Complementary color
Monochromatic Colors of #DB2AA5
Black with #DB2AA5
Text Example
Text Example
White with #DB2AA5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AA5; }
p { color: rgb(219,42,165); }
H1.HeaderClassName
{
color: #DB2AA5;
}
.AnyTagClassName
{
color: #DB2AA5;
}
</style>
background-color css
<style>
a { background-color: #DB2AA5; }
a { background-color: rgb(219,42,165); }
div.DivClassName
{
background-color: #DB2AA5;
}
.BgClassName
{
background-color: #DB2AA5;
}
</style>
border-color css
<style>
span { border-color: #DB2AA5; }
span { border-color: rgb(219,42,165); }
td.TdClassName
{
border-color: #DB2AA5;
}
.TagClassName
{
border-color: #DB2AA5;
}
</style>