Shades of Deep Cerise #DB377D
Tints of Deep Cerise #DB377D
RGB
CMYK
RGB Variations
Color information
#DB377D (or 0xDB377D) is known color: Deep Cerise. HEX triplet: DB, 37 and 7D. RGB value is (219,55,125). Sum of RGB (Red+Green+Blue) = 219+55+125=399 (52% of max value = 765). Red value is 219 (85.94% from 255 or 54.89% from 399); Green value is 55 (21.88% from 255 or 13.78% from 399); Blue value is 125 (49.22% from 255 or 31.33% from 399); Max value from RGB is 219 - color contains mainly: red. Hex color #DB377D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB377D is #24C882. Grayscale: #6F6F6F. Windows color (decimal): -2410627 or 8206299. OLE color: 8206299.
HSL color Cylindrical-coordinate representation of color #DB377D: hue angle of 334.39º 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 #DB377D is Cyan = 0, Magento = 0.75, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 125 | - |
| CMYK | 0 | 0.75 | 0.43 | 0.14 |
| HSL | 334.39º | 0.69% | 0.54% | - |
| HSV(B) | 334.39º | 0.75% | 0.86% | - |
| XYZ | 34.28 | 19.27 | 21.32 | - |
| YUV | 112.02 | 135.33 | 204.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 125 | 0 | 0.75 | 0.43 | 0.14 | 334.39 | 0.69 | 0.54 |
| Hex | DB | 37 | 7D | 0 | 4B | 2B | E | 14E | 45 | 36 |
| Octal | 333 | 67 | 175 | 0 | 113 | 53 | 16 | 516 | 105 | 66 |
| Binary | 11011011 | 110111 | 1111101 | 0 | 1001011 | 101011 | 1110 | 101001110 | 1000101 | 110110 |
Color Harmonies of #DB377D
Complementary color
Monochromatic Colors of #DB377D
Black with #DB377D
Text Example
Text Example
White with #DB377D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB377D; }
p { color: rgb(219,55,125); }
H1.HeaderClassName
{
color: #DB377D;
}
.AnyTagClassName
{
color: #DB377D;
}
</style>
background-color css
<style>
a { background-color: #DB377D; }
a { background-color: rgb(219,55,125); }
div.DivClassName
{
background-color: #DB377D;
}
.BgClassName
{
background-color: #DB377D;
}
</style>
border-color css
<style>
span { border-color: #DB377D; }
span { border-color: rgb(219,55,125); }
td.TdClassName
{
border-color: #DB377D;
}
.TagClassName
{
border-color: #DB377D;
}
</style>