Shades of Deep Cerise #DB377A
Tints of Deep Cerise #DB377A
RGB
CMYK
RGB Variations
Color information
#DB377A (or 0xDB377A) is known color: Deep Cerise. HEX triplet: DB, 37 and 7A. RGB value is (219,55,122). Sum of RGB (Red+Green+Blue) = 219+55+122=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 55 (21.88% from 255 or 13.89% from 396); Blue value is 122 (48.05% from 255 or 30.81% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB377A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB377A is #24C885. Grayscale: #6F6F6F. Windows color (decimal): -2410630 or 8009691. OLE color: 8009691.
HSL color Cylindrical-coordinate representation of color #DB377A: hue angle of 335.49º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB377A is Cyan = 0, Magento = 0.75, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 122 | - |
| CMYK | 0 | 0.75 | 0.44 | 0.14 |
| HSL | 335.49º | 0.69% | 0.54% | - |
| HSV(B) | 335.49º | 0.75% | 0.86% | - |
| XYZ | 34.09 | 19.2 | 20.32 | - |
| YUV | 111.67 | 133.83 | 204.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 122 | 0 | 0.75 | 0.44 | 0.14 | 335.49 | 0.69 | 0.54 |
| Hex | DB | 37 | 7A | 0 | 4B | 2C | E | 14F | 45 | 36 |
| Octal | 333 | 67 | 172 | 0 | 113 | 54 | 16 | 517 | 105 | 66 |
| Binary | 11011011 | 110111 | 1111010 | 0 | 1001011 | 101100 | 1110 | 101001111 | 1000101 | 110110 |
Color Harmonies of #DB377A
Complementary color
Monochromatic Colors of #DB377A
Black with #DB377A
Text Example
Text Example
White with #DB377A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB377A; }
p { color: rgb(219,55,122); }
H1.HeaderClassName
{
color: #DB377A;
}
.AnyTagClassName
{
color: #DB377A;
}
</style>
background-color css
<style>
a { background-color: #DB377A; }
a { background-color: rgb(219,55,122); }
div.DivClassName
{
background-color: #DB377A;
}
.BgClassName
{
background-color: #DB377A;
}
</style>
border-color css
<style>
span { border-color: #DB377A; }
span { border-color: rgb(219,55,122); }
td.TdClassName
{
border-color: #DB377A;
}
.TagClassName
{
border-color: #DB377A;
}
</style>