Shades of Cerise #DB2672
Tints of Cerise #DB2672
RGB
CMYK
RGB Variations
Color information
#DB2672 (or 0xDB2672) is known color: Cerise. HEX triplet: DB, 26 and 72. RGB value is (219,38,114). Sum of RGB (Red+Green+Blue) = 219+38+114=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 38 (15.23% from 255 or 10.24% from 371); Blue value is 114 (44.92% from 255 or 30.73% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2672 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2672 is #24D98D. Grayscale: #646464. Windows color (decimal): -2414990 or 7481051. OLE color: 7481051.
HSL color Cylindrical-coordinate representation of color #DB2672: hue angle of 334.81º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2672 is Cyan = 0, Magento = 0.83, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 38 | 114 | - |
| CMYK | 0 | 0.83 | 0.48 | 0.14 |
| HSL | 334.81º | 0.72% | 0.5% | - |
| HSV(B) | 334.81º | 0.83% | 0.86% | - |
| XYZ | 32.94 | 17.66 | 17.59 | - |
| YUV | 100.78 | 135.47 | 212.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 38 | 114 | 0 | 0.83 | 0.48 | 0.14 | 334.81 | 0.72 | 0.5 |
| Hex | DB | 26 | 72 | 0 | 53 | 30 | E | 14F | 48 | 32 |
| Octal | 333 | 46 | 162 | 0 | 123 | 60 | 16 | 517 | 110 | 62 |
| Binary | 11011011 | 100110 | 1110010 | 0 | 1010011 | 110000 | 1110 | 101001111 | 1001000 | 110010 |
Color Harmonies of #DB2672
Complementary color
Monochromatic Colors of #DB2672
Black with #DB2672
Text Example
Text Example
White with #DB2672
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2672; }
p { color: rgb(219,38,114); }
H1.HeaderClassName
{
color: #DB2672;
}
.AnyTagClassName
{
color: #DB2672;
}
</style>
background-color css
<style>
a { background-color: #DB2672; }
a { background-color: rgb(219,38,114); }
div.DivClassName
{
background-color: #DB2672;
}
.BgClassName
{
background-color: #DB2672;
}
</style>
border-color css
<style>
span { border-color: #DB2672; }
span { border-color: rgb(219,38,114); }
td.TdClassName
{
border-color: #DB2672;
}
.TagClassName
{
border-color: #DB2672;
}
</style>