Shades of Deep Cerise #DB2179
Tints of Deep Cerise #DB2179
RGB
CMYK
RGB Variations
Color information
#DB2179 (or 0xDB2179) is known color: Deep Cerise. HEX triplet: DB, 21 and 79. RGB value is (219,33,121). Sum of RGB (Red+Green+Blue) = 219+33+121=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 33 (13.28% from 255 or 8.85% from 373); Blue value is 121 (47.66% from 255 or 32.44% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2179 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2179 is #24DE86. Grayscale: #626262. Windows color (decimal): -2416263 or 7938523. OLE color: 7938523.
HSL color Cylindrical-coordinate representation of color #DB2179: hue angle of 331.61º 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 #DB2179 is Cyan = 0, Magento = 0.85, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 121 | - |
| CMYK | 0 | 0.85 | 0.45 | 0.14 |
| HSL | 331.61º | 0.74% | 0.49% | - |
| HSV(B) | 331.61º | 0.85% | 0.86% | - |
| XYZ | 33.21 | 17.53 | 19.72 | - |
| YUV | 98.65 | 140.62 | 213.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 121 | 0 | 0.85 | 0.45 | 0.14 | 331.61 | 0.74 | 0.49 |
| Hex | DB | 21 | 79 | 0 | 55 | 2D | E | 14C | 4A | 31 |
| Octal | 333 | 41 | 171 | 0 | 125 | 55 | 16 | 514 | 112 | 61 |
| Binary | 11011011 | 100001 | 1111001 | 0 | 1010101 | 101101 | 1110 | 101001100 | 1001010 | 110001 |
Color Harmonies of #DB2179
Complementary color
Monochromatic Colors of #DB2179
Black with #DB2179
Text Example
Text Example
White with #DB2179
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2179; }
p { color: rgb(219,33,121); }
H1.HeaderClassName
{
color: #DB2179;
}
.AnyTagClassName
{
color: #DB2179;
}
</style>
background-color css
<style>
a { background-color: #DB2179; }
a { background-color: rgb(219,33,121); }
div.DivClassName
{
background-color: #DB2179;
}
.BgClassName
{
background-color: #DB2179;
}
</style>
border-color css
<style>
span { border-color: #DB2179; }
span { border-color: rgb(219,33,121); }
td.TdClassName
{
border-color: #DB2179;
}
.TagClassName
{
border-color: #DB2179;
}
</style>