Shades of Cerise #DB2A72
Tints of Cerise #DB2A72
RGB
CMYK
RGB Variations
Color information
#DB2A72 (or 0xDB2A72) is known color: Cerise. HEX triplet: DB, 2A and 72. RGB value is (219,42,114). Sum of RGB (Red+Green+Blue) = 219+42+114=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 42 (16.80% from 255 or 11.2% from 375); Blue value is 114 (44.92% from 255 or 30.4% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A72 is #24D58D. Grayscale: #676767. Windows color (decimal): -2413966 or 7482075. OLE color: 7482075.
HSL color Cylindrical-coordinate representation of color #DB2A72: hue angle of 335.59º 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 #DB2A72 is Cyan = 0, Magento = 0.81, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 114 | - |
| CMYK | 0 | 0.81 | 0.48 | 0.14 |
| HSL | 335.59º | 0.71% | 0.51% | - |
| HSV(B) | 335.59º | 0.81% | 0.86% | - |
| XYZ | 33.08 | 17.93 | 17.64 | - |
| YUV | 103.13 | 134.14 | 210.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 114 | 0 | 0.81 | 0.48 | 0.14 | 335.59 | 0.71 | 0.51 |
| Hex | DB | 2A | 72 | 0 | 51 | 30 | E | 150 | 47 | 33 |
| Octal | 333 | 52 | 162 | 0 | 121 | 60 | 16 | 520 | 107 | 63 |
| Binary | 11011011 | 101010 | 1110010 | 0 | 1010001 | 110000 | 1110 | 101010000 | 1000111 | 110011 |
Color Harmonies of #DB2A72
Complementary color
Monochromatic Colors of #DB2A72
Black with #DB2A72
Text Example
Text Example
White with #DB2A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A72; }
p { color: rgb(219,42,114); }
H1.HeaderClassName
{
color: #DB2A72;
}
.AnyTagClassName
{
color: #DB2A72;
}
</style>
background-color css
<style>
a { background-color: #DB2A72; }
a { background-color: rgb(219,42,114); }
div.DivClassName
{
background-color: #DB2A72;
}
.BgClassName
{
background-color: #DB2A72;
}
</style>
border-color css
<style>
span { border-color: #DB2A72; }
span { border-color: rgb(219,42,114); }
td.TdClassName
{
border-color: #DB2A72;
}
.TagClassName
{
border-color: #DB2A72;
}
</style>