Shades of Cerise #DB2471
Tints of Cerise #DB2471
RGB
CMYK
RGB Variations
Color information
#DB2471 (or 0xDB2471) is known color: Cerise. HEX triplet: DB, 24 and 71. RGB value is (219,36,113). Sum of RGB (Red+Green+Blue) = 219+36+113=368 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.51% from 368); Green value is 36 (14.45% from 255 or 9.78% from 368); Blue value is 113 (44.53% from 255 or 30.71% from 368); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2471 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2471 is #24DB8E. Grayscale: #636363. Windows color (decimal): -2415503 or 7415003. OLE color: 7415003.
HSL color Cylindrical-coordinate representation of color #DB2471: hue angle of 334.75º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB2471 is Cyan = 0, Magento = 0.84, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 113 | - |
| CMYK | 0 | 0.84 | 0.48 | 0.14 |
| HSL | 334.75º | 0.72% | 0.5% | - |
| HSV(B) | 334.75º | 0.84% | 0.86% | - |
| XYZ | 32.82 | 17.51 | 17.27 | - |
| YUV | 99.5 | 135.63 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 113 | 0 | 0.84 | 0.48 | 0.14 | 334.75 | 0.72 | 0.5 |
| Hex | DB | 24 | 71 | 0 | 54 | 30 | E | 14F | 48 | 32 |
| Octal | 333 | 44 | 161 | 0 | 124 | 60 | 16 | 517 | 110 | 62 |
| Binary | 11011011 | 100100 | 1110001 | 0 | 1010100 | 110000 | 1110 | 101001111 | 1001000 | 110010 |
Color Harmonies of #DB2471
Complementary color
Monochromatic Colors of #DB2471
Black with #DB2471
Text Example
Text Example
White with #DB2471
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2471; }
p { color: rgb(219,36,113); }
H1.HeaderClassName
{
color: #DB2471;
}
.AnyTagClassName
{
color: #DB2471;
}
</style>
background-color css
<style>
a { background-color: #DB2471; }
a { background-color: rgb(219,36,113); }
div.DivClassName
{
background-color: #DB2471;
}
.BgClassName
{
background-color: #DB2471;
}
</style>
border-color css
<style>
span { border-color: #DB2471; }
span { border-color: rgb(219,36,113); }
td.TdClassName
{
border-color: #DB2471;
}
.TagClassName
{
border-color: #DB2471;
}
</style>