Shades of Deep Cerise #DB378B
Tints of Deep Cerise #DB378B
RGB
CMYK
RGB Variations
Color information
#DB378B (or 0xDB378B) is known color: Deep Cerise. HEX triplet: DB, 37 and 8B. RGB value is (219,55,139). Sum of RGB (Red+Green+Blue) = 219+55+139=413 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.03% from 413); Green value is 55 (21.88% from 255 or 13.32% from 413); Blue value is 139 (54.69% from 255 or 33.66% from 413); Max value from RGB is 219 - color contains mainly: red. Hex color #DB378B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB378B is #24C874. Grayscale: #717171. Windows color (decimal): -2410613 or 9123803. OLE color: 9123803.
HSL color Cylindrical-coordinate representation of color #DB378B: hue angle of 329.27º 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 #DB378B is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 139 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.14 |
| HSL | 329.27º | 0.69% | 0.54% | - |
| HSV(B) | 329.27º | 0.75% | 0.86% | - |
| XYZ | 35.24 | 19.66 | 26.36 | - |
| YUV | 113.61 | 142.33 | 203.17 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 139 | 0 | 0.75 | 0.37 | 0.14 | 329.27 | 0.69 | 0.54 |
| Hex | DB | 37 | 8B | 0 | 4B | 25 | E | 149 | 45 | 36 |
| Octal | 333 | 67 | 213 | 0 | 113 | 45 | 16 | 511 | 105 | 66 |
| Binary | 11011011 | 110111 | 10001011 | 0 | 1001011 | 100101 | 1110 | 101001001 | 1000101 | 110110 |
Color Harmonies of #DB378B
Complementary color
Monochromatic Colors of #DB378B
Black with #DB378B
Text Example
Text Example
White with #DB378B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB378B; }
p { color: rgb(219,55,139); }
H1.HeaderClassName
{
color: #DB378B;
}
.AnyTagClassName
{
color: #DB378B;
}
</style>
background-color css
<style>
a { background-color: #DB378B; }
a { background-color: rgb(219,55,139); }
div.DivClassName
{
background-color: #DB378B;
}
.BgClassName
{
background-color: #DB378B;
}
</style>
border-color css
<style>
span { border-color: #DB378B; }
span { border-color: rgb(219,55,139); }
td.TdClassName
{
border-color: #DB378B;
}
.TagClassName
{
border-color: #DB378B;
}
</style>