Shades of Deep Cerise #DB3979
Tints of Deep Cerise #DB3979
RGB
CMYK
RGB Variations
Color information
#DB3979 (or 0xDB3979) is known color: Deep Cerise. HEX triplet: DB, 39 and 79. RGB value is (219,57,121). Sum of RGB (Red+Green+Blue) = 219+57+121=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 57 (22.66% from 255 or 14.36% from 397); Blue value is 121 (47.66% from 255 or 30.48% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3979 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3979 is #24C686. Grayscale: #707070. Windows color (decimal): -2410119 or 7944667. OLE color: 7944667.
HSL color Cylindrical-coordinate representation of color #DB3979: hue angle of 336.3º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3979 is Cyan = 0, Magento = 0.74, Yellow = 0.45 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 57 | 121 | - |
| CMYK | 0 | 0.74 | 0.45 | 0.14 |
| HSL | 336.3º | 0.69% | 0.54% | - |
| HSV(B) | 336.3º | 0.74% | 0.86% | - |
| XYZ | 34.13 | 19.37 | 20.03 | - |
| YUV | 112.73 | 132.67 | 203.8 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 57 | 121 | 0 | 0.74 | 0.45 | 0.14 | 336.3 | 0.69 | 0.54 |
| Hex | DB | 39 | 79 | 0 | 4A | 2D | E | 150 | 45 | 36 |
| Octal | 333 | 71 | 171 | 0 | 112 | 55 | 16 | 520 | 105 | 66 |
| Binary | 11011011 | 111001 | 1111001 | 0 | 1001010 | 101101 | 1110 | 101010000 | 1000101 | 110110 |
Color Harmonies of #DB3979
Complementary color
Monochromatic Colors of #DB3979
Black with #DB3979
Text Example
Text Example
White with #DB3979
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3979; }
p { color: rgb(219,57,121); }
H1.HeaderClassName
{
color: #DB3979;
}
.AnyTagClassName
{
color: #DB3979;
}
</style>
background-color css
<style>
a { background-color: #DB3979; }
a { background-color: rgb(219,57,121); }
div.DivClassName
{
background-color: #DB3979;
}
.BgClassName
{
background-color: #DB3979;
}
</style>
border-color css
<style>
span { border-color: #DB3979; }
span { border-color: rgb(219,57,121); }
td.TdClassName
{
border-color: #DB3979;
}
.TagClassName
{
border-color: #DB3979;
}
</style>