Shades of Deep Cerise #DB377F
Tints of Deep Cerise #DB377F
RGB
CMYK
RGB Variations
Color information
#DB377F (or 0xDB377F) is known color: Deep Cerise. HEX triplet: DB, 37 and 7F. RGB value is (219,55,127). Sum of RGB (Red+Green+Blue) = 219+55+127=401 (53% of max value = 765). Red value is 219 (85.94% from 255 or 54.61% from 401); Green value is 55 (21.88% from 255 or 13.72% from 401); Blue value is 127 (50% from 255 or 31.67% from 401); Max value from RGB is 219 - color contains mainly: red. Hex color #DB377F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB377F is #24C880. Grayscale: #707070. Windows color (decimal): -2410625 or 8337371. OLE color: 8337371.
HSL color Cylindrical-coordinate representation of color #DB377F: hue angle of 333.66º 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 #DB377F is Cyan = 0, Magento = 0.75, Yellow = 0.42 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 127 | - |
| CMYK | 0 | 0.75 | 0.42 | 0.14 |
| HSL | 333.66º | 0.69% | 0.54% | - |
| HSV(B) | 333.66º | 0.75% | 0.86% | - |
| XYZ | 34.41 | 19.32 | 22 | - |
| YUV | 112.24 | 136.33 | 204.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 127 | 0 | 0.75 | 0.42 | 0.14 | 333.66 | 0.69 | 0.54 |
| Hex | DB | 37 | 7F | 0 | 4B | 2A | E | 14E | 45 | 36 |
| Octal | 333 | 67 | 177 | 0 | 113 | 52 | 16 | 516 | 105 | 66 |
| Binary | 11011011 | 110111 | 1111111 | 0 | 1001011 | 101010 | 1110 | 101001110 | 1000101 | 110110 |
Color Harmonies of #DB377F
Complementary color
Monochromatic Colors of #DB377F
Black with #DB377F
Text Example
Text Example
White with #DB377F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB377F; }
p { color: rgb(219,55,127); }
H1.HeaderClassName
{
color: #DB377F;
}
.AnyTagClassName
{
color: #DB377F;
}
</style>
background-color css
<style>
a { background-color: #DB377F; }
a { background-color: rgb(219,55,127); }
div.DivClassName
{
background-color: #DB377F;
}
.BgClassName
{
background-color: #DB377F;
}
</style>
border-color css
<style>
span { border-color: #DB377F; }
span { border-color: rgb(219,55,127); }
td.TdClassName
{
border-color: #DB377F;
}
.TagClassName
{
border-color: #DB377F;
}
</style>