Shades of Deep Cerise #DB2F79
Tints of Deep Cerise #DB2F79
RGB
CMYK
RGB Variations
Color information
#DB2F79 (or 0xDB2F79) is known color: Deep Cerise. HEX triplet: DB, 2F and 79. RGB value is (219,47,121). Sum of RGB (Red+Green+Blue) = 219+47+121=387 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.59% from 387); Green value is 47 (18.75% from 255 or 12.14% from 387); Blue value is 121 (47.66% from 255 or 31.27% from 387); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F79 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F79 is #24D086. Grayscale: #6A6A6A. Windows color (decimal): -2412679 or 7942107. OLE color: 7942107.
HSL color Cylindrical-coordinate representation of color #DB2F79: hue angle of 334.19º degrees, saturation: 0.7, 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 #DB2F79 is Cyan = 0, Magento = 0.79, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 121 | - |
| CMYK | 0 | 0.79 | 0.45 | 0.14 |
| HSL | 334.19º | 0.7% | 0.52% | - |
| HSV(B) | 334.19º | 0.79% | 0.86% | - |
| XYZ | 33.68 | 18.47 | 19.88 | - |
| YUV | 106.86 | 135.98 | 207.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 121 | 0 | 0.79 | 0.45 | 0.14 | 334.19 | 0.7 | 0.52 |
| Hex | DB | 2F | 79 | 0 | 4F | 2D | E | 14E | 46 | 34 |
| Octal | 333 | 57 | 171 | 0 | 117 | 55 | 16 | 516 | 106 | 64 |
| Binary | 11011011 | 101111 | 1111001 | 0 | 1001111 | 101101 | 1110 | 101001110 | 1000110 | 110100 |
Color Harmonies of #DB2F79
Complementary color
Monochromatic Colors of #DB2F79
Black with #DB2F79
Text Example
Text Example
White with #DB2F79
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F79; }
p { color: rgb(219,47,121); }
H1.HeaderClassName
{
color: #DB2F79;
}
.AnyTagClassName
{
color: #DB2F79;
}
</style>
background-color css
<style>
a { background-color: #DB2F79; }
a { background-color: rgb(219,47,121); }
div.DivClassName
{
background-color: #DB2F79;
}
.BgClassName
{
background-color: #DB2F79;
}
</style>
border-color css
<style>
span { border-color: #DB2F79; }
span { border-color: rgb(219,47,121); }
td.TdClassName
{
border-color: #DB2F79;
}
.TagClassName
{
border-color: #DB2F79;
}
</style>