Shades of Cerise #DB2B74
Tints of Cerise #DB2B74
RGB
CMYK
RGB Variations
Color information
#DB2B74 (or 0xDB2B74) is known color: Cerise. HEX triplet: DB, 2B and 74. RGB value is (219,43,116). Sum of RGB (Red+Green+Blue) = 219+43+116=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 43 (17.19% from 255 or 11.38% from 378); Blue value is 116 (45.70% from 255 or 30.69% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2B74 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2B74 is #24D48B. Grayscale: #676767. Windows color (decimal): -2413708 or 7613403. OLE color: 7613403.
HSL color Cylindrical-coordinate representation of color #DB2B74: hue angle of 335.11º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.8%. Process color model (Four color, CMYK) of #DB2B74 is Cyan = 0, Magento = 0.80, Yellow = 0.47 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 43 | 116 | - |
| CMYK | 0 | 0.80 | 0.47 | 0.14 |
| HSL | 335.11º | 0.71% | 0.51% | - |
| HSV(B) | 335.11º | 0.8% | 0.86% | - |
| XYZ | 33.23 | 18.05 | 18.26 | - |
| YUV | 103.95 | 134.81 | 210.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 43 | 116 | 0 | 0.80 | 0.47 | 0.14 | 335.11 | 0.71 | 0.51 |
| Hex | DB | 2B | 74 | 0 | 50 | 2F | E | 14F | 47 | 33 |
| Octal | 333 | 53 | 164 | 0 | 120 | 57 | 16 | 517 | 107 | 63 |
| Binary | 11011011 | 101011 | 1110100 | 0 | 1010000 | 101111 | 1110 | 101001111 | 1000111 | 110011 |
Color Harmonies of #DB2B74
Complementary color
Monochromatic Colors of #DB2B74
Black with #DB2B74
Text Example
Text Example
White with #DB2B74
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2B74; }
p { color: rgb(219,43,116); }
H1.HeaderClassName
{
color: #DB2B74;
}
.AnyTagClassName
{
color: #DB2B74;
}
</style>
background-color css
<style>
a { background-color: #DB2B74; }
a { background-color: rgb(219,43,116); }
div.DivClassName
{
background-color: #DB2B74;
}
.BgClassName
{
background-color: #DB2B74;
}
</style>
border-color css
<style>
span { border-color: #DB2B74; }
span { border-color: rgb(219,43,116); }
td.TdClassName
{
border-color: #DB2B74;
}
.TagClassName
{
border-color: #DB2B74;
}
</style>