Shades of Cerise #DB2172
Tints of Cerise #DB2172
RGB
CMYK
RGB Variations
Color information
#DB2172 (or 0xDB2172) is known color: Cerise. HEX triplet: DB, 21 and 72. RGB value is (219,33,114). Sum of RGB (Red+Green+Blue) = 219+33+114=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 33 (13.28% from 255 or 9.02% from 366); Blue value is 114 (44.92% from 255 or 31.15% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2172 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2172 is #24DE8D. Grayscale: #616161. Windows color (decimal): -2416270 or 7479771. OLE color: 7479771.
HSL color Cylindrical-coordinate representation of color #DB2172: hue angle of 333.87º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2172 is Cyan = 0, Magento = 0.85, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 114 | - |
| CMYK | 0 | 0.85 | 0.48 | 0.14 |
| HSL | 333.87º | 0.74% | 0.49% | - |
| HSV(B) | 333.87º | 0.85% | 0.86% | - |
| XYZ | 32.79 | 17.36 | 17.54 | - |
| YUV | 97.85 | 137.12 | 214.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 114 | 0 | 0.85 | 0.48 | 0.14 | 333.87 | 0.74 | 0.49 |
| Hex | DB | 21 | 72 | 0 | 55 | 30 | E | 14E | 4A | 31 |
| Octal | 333 | 41 | 162 | 0 | 125 | 60 | 16 | 516 | 112 | 61 |
| Binary | 11011011 | 100001 | 1110010 | 0 | 1010101 | 110000 | 1110 | 101001110 | 1001010 | 110001 |
Color Harmonies of #DB2172
Complementary color
Monochromatic Colors of #DB2172
Black with #DB2172
Text Example
Text Example
White with #DB2172
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2172; }
p { color: rgb(219,33,114); }
H1.HeaderClassName
{
color: #DB2172;
}
.AnyTagClassName
{
color: #DB2172;
}
</style>
background-color css
<style>
a { background-color: #DB2172; }
a { background-color: rgb(219,33,114); }
div.DivClassName
{
background-color: #DB2172;
}
.BgClassName
{
background-color: #DB2172;
}
</style>
border-color css
<style>
span { border-color: #DB2172; }
span { border-color: rgb(219,33,114); }
td.TdClassName
{
border-color: #DB2172;
}
.TagClassName
{
border-color: #DB2172;
}
</style>