Shades of Deep Cerise #DB377E
Tints of Deep Cerise #DB377E
RGB
CMYK
RGB Variations
Color information
#DB377E (or 0xDB377E) is known color: Deep Cerise. HEX triplet: DB, 37 and 7E. RGB value is (219,55,126). Sum of RGB (Red+Green+Blue) = 219+55+126=400 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.75% from 400); Green value is 55 (21.88% from 255 or 13.75% from 400); Blue value is 126 (49.61% from 255 or 31.5% from 400); Max value from RGB is 219 - color contains mainly: red. Hex color #DB377E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB377E is #24C881. Grayscale: #707070. Windows color (decimal): -2410626 or 8271835. OLE color: 8271835.
HSL color Cylindrical-coordinate representation of color #DB377E: hue angle of 334.02º 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 #DB377E is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 126 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.14 |
| HSL | 334.02º | 0.69% | 0.54% | - |
| HSV(B) | 334.02º | 0.75% | 0.86% | - |
| XYZ | 34.35 | 19.3 | 21.65 | - |
| YUV | 112.13 | 135.83 | 204.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 126 | 0 | 0.75 | 0.42 | 0.14 | 334.02 | 0.69 | 0.54 |
| Hex | DB | 37 | 7E | 0 | 4B | 2A | E | 14E | 45 | 36 |
| Octal | 333 | 67 | 176 | 0 | 113 | 52 | 16 | 516 | 105 | 66 |
| Binary | 11011011 | 110111 | 1111110 | 0 | 1001011 | 101010 | 1110 | 101001110 | 1000101 | 110110 |
Color Harmonies of #DB377E
Complementary color
Monochromatic Colors of #DB377E
Black with #DB377E
Text Example
Text Example
White with #DB377E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB377E; }
p { color: rgb(219,55,126); }
H1.HeaderClassName
{
color: #DB377E;
}
.AnyTagClassName
{
color: #DB377E;
}
</style>
background-color css
<style>
a { background-color: #DB377E; }
a { background-color: rgb(219,55,126); }
div.DivClassName
{
background-color: #DB377E;
}
.BgClassName
{
background-color: #DB377E;
}
</style>
border-color css
<style>
span { border-color: #DB377E; }
span { border-color: rgb(219,55,126); }
td.TdClassName
{
border-color: #DB377E;
}
.TagClassName
{
border-color: #DB377E;
}
</style>