Shades of Deep Cerise #DB2AA7
Tints of Deep Cerise #DB2AA7
RGB
CMYK
RGB Variations
Color information
#DB2AA7 (or 0xDB2AA7) is known color: Deep Cerise. HEX triplet: DB, 2A and A7. RGB value is (219,42,167). Sum of RGB (Red+Green+Blue) = 219+42+167=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 42 (16.80% from 255 or 9.81% from 428); Blue value is 167 (65.62% from 255 or 39.02% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2AA7 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB2AA7 is #24D558. Grayscale: #6C6C6C. Windows color (decimal): -2413913 or 10955483. OLE color: 10955483.
HSL color Cylindrical-coordinate representation of color #DB2AA7: hue angle of 317.63º 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 #DB2AA7 is Cyan = 0, Magento = 0.81, Yellow = 0.24 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 167 | - |
| CMYK | 0 | 0.81 | 0.24 | 0.14 |
| HSL | 317.63º | 0.71% | 0.51% | - |
| HSV(B) | 317.63º | 0.81% | 0.86% | - |
| XYZ | 37.02 | 19.51 | 38.37 | - |
| YUV | 109.17 | 160.64 | 206.34 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 167 | 0 | 0.81 | 0.24 | 0.14 | 317.63 | 0.71 | 0.51 |
| Hex | DB | 2A | A7 | 0 | 51 | 18 | E | 13E | 47 | 33 |
| Octal | 333 | 52 | 247 | 0 | 121 | 30 | 16 | 476 | 107 | 63 |
| Binary | 11011011 | 101010 | 10100111 | 0 | 1010001 | 11000 | 1110 | 100111110 | 1000111 | 110011 |
Color Harmonies of #DB2AA7
Complementary color
Monochromatic Colors of #DB2AA7
Black with #DB2AA7
Text Example
Text Example
White with #DB2AA7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2AA7; }
p { color: rgb(219,42,167); }
H1.HeaderClassName
{
color: #DB2AA7;
}
.AnyTagClassName
{
color: #DB2AA7;
}
</style>
background-color css
<style>
a { background-color: #DB2AA7; }
a { background-color: rgb(219,42,167); }
div.DivClassName
{
background-color: #DB2AA7;
}
.BgClassName
{
background-color: #DB2AA7;
}
</style>
border-color css
<style>
span { border-color: #DB2AA7; }
span { border-color: rgb(219,42,167); }
td.TdClassName
{
border-color: #DB2AA7;
}
.TagClassName
{
border-color: #DB2AA7;
}
</style>