Shades of Deep Cerise #DB2176
Tints of Deep Cerise #DB2176
RGB
CMYK
RGB Variations
Color information
#DB2176 (or 0xDB2176) is known color: Deep Cerise. HEX triplet: DB, 21 and 76. RGB value is (219,33,118). Sum of RGB (Red+Green+Blue) = 219+33+118=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 33 (13.28% from 255 or 8.92% from 370); Blue value is 118 (46.48% from 255 or 31.89% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2176 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2176 is #24DE89. Grayscale: #626262. Windows color (decimal): -2416266 or 7741915. OLE color: 7741915.
HSL color Cylindrical-coordinate representation of color #DB2176: hue angle of 332.58º 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 #DB2176 is Cyan = 0, Magento = 0.85, Yellow = 0.46 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 118 | - |
| CMYK | 0 | 0.85 | 0.46 | 0.14 |
| HSL | 332.58º | 0.74% | 0.49% | - |
| HSV(B) | 332.58º | 0.85% | 0.86% | - |
| XYZ | 33.03 | 17.46 | 18.77 | - |
| YUV | 98.3 | 139.12 | 214.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 118 | 0 | 0.85 | 0.46 | 0.14 | 332.58 | 0.74 | 0.49 |
| Hex | DB | 21 | 76 | 0 | 55 | 2E | E | 14D | 4A | 31 |
| Octal | 333 | 41 | 166 | 0 | 125 | 56 | 16 | 515 | 112 | 61 |
| Binary | 11011011 | 100001 | 1110110 | 0 | 1010101 | 101110 | 1110 | 101001101 | 1001010 | 110001 |
Color Harmonies of #DB2176
Complementary color
Monochromatic Colors of #DB2176
Black with #DB2176
Text Example
Text Example
White with #DB2176
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2176; }
p { color: rgb(219,33,118); }
H1.HeaderClassName
{
color: #DB2176;
}
.AnyTagClassName
{
color: #DB2176;
}
</style>
background-color css
<style>
a { background-color: #DB2176; }
a { background-color: rgb(219,33,118); }
div.DivClassName
{
background-color: #DB2176;
}
.BgClassName
{
background-color: #DB2176;
}
</style>
border-color css
<style>
span { border-color: #DB2176; }
span { border-color: rgb(219,33,118); }
td.TdClassName
{
border-color: #DB2176;
}
.TagClassName
{
border-color: #DB2176;
}
</style>