Shades of Deep Cerise #DB2D79
Tints of Deep Cerise #DB2D79
RGB
CMYK
RGB Variations
Color information
#DB2D79 (or 0xDB2D79) is known color: Deep Cerise. HEX triplet: DB, 2D and 79. RGB value is (219,45,121). Sum of RGB (Red+Green+Blue) = 219+45+121=385 (50% of max value = 765). Red value is 219 (85.94% from 255 or 56.88% from 385); Green value is 45 (17.97% from 255 or 11.69% from 385); Blue value is 121 (47.66% from 255 or 31.43% from 385); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2D79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2D79 is #24D286. Grayscale: #696969. Windows color (decimal): -2413191 or 7941595. OLE color: 7941595.
HSL color Cylindrical-coordinate representation of color #DB2D79: hue angle of 333.79º degrees, saturation: 0.71, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2D79 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 45 | 121 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.14 |
| HSL | 333.79º | 0.71% | 0.52% | - |
| HSV(B) | 333.79º | 0.79% | 0.86% | - |
| XYZ | 33.6 | 18.32 | 19.85 | - |
| YUV | 105.69 | 136.65 | 208.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 45 | 121 | 0 | 0.79 | 0.45 | 0.14 | 333.79 | 0.71 | 0.52 |
| Hex | DB | 2D | 79 | 0 | 4F | 2D | E | 14E | 47 | 34 |
| Octal | 333 | 55 | 171 | 0 | 117 | 55 | 16 | 516 | 107 | 64 |
| Binary | 11011011 | 101101 | 1111001 | 0 | 1001111 | 101101 | 1110 | 101001110 | 1000111 | 110100 |
Color Harmonies of #DB2D79
Complementary color
Monochromatic Colors of #DB2D79
Black with #DB2D79
Text Example
Text Example
White with #DB2D79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2D79; }
p { color: rgb(219,45,121); }
H1.HeaderClassName
{
color: #DB2D79;
}
.AnyTagClassName
{
color: #DB2D79;
}
</style>
background-color css
<style>
a { background-color: #DB2D79; }
a { background-color: rgb(219,45,121); }
div.DivClassName
{
background-color: #DB2D79;
}
.BgClassName
{
background-color: #DB2D79;
}
</style>
border-color css
<style>
span { border-color: #DB2D79; }
span { border-color: rgb(219,45,121); }
td.TdClassName
{
border-color: #DB2D79;
}
.TagClassName
{
border-color: #DB2D79;
}
</style>