Shades of Deep Cerise #DB378A
Tints of Deep Cerise #DB378A
RGB
CMYK
RGB Variations
Color information
#DB378A (or 0xDB378A) is known color: Deep Cerise. HEX triplet: DB, 37 and 8A. RGB value is (219,55,138). Sum of RGB (Red+Green+Blue) = 219+55+138=412 (54% of max value = 765). Red value is 219 (85.94% from 255 or 53.16% from 412); Green value is 55 (21.88% from 255 or 13.35% from 412); Blue value is 138 (54.30% from 255 or 33.50% from 412); Max value from RGB is 219 - color contains mainly: red. Hex color #DB378A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB378A is #24C875. Grayscale: #717171. Windows color (decimal): -2410614 or 9058267. OLE color: 9058267.
HSL color Cylindrical-coordinate representation of color #DB378A: hue angle of 329.63º 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 #DB378A is Cyan = 0, Magento = 0.75, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 138 | - |
| CMYK | 0 | 0.75 | 0.37 | 0.14 |
| HSL | 329.63º | 0.69% | 0.54% | - |
| HSV(B) | 329.63º | 0.75% | 0.86% | - |
| XYZ | 35.17 | 19.63 | 25.98 | - |
| YUV | 113.5 | 141.83 | 203.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 138 | 0 | 0.75 | 0.37 | 0.14 | 329.63 | 0.69 | 0.54 |
| Hex | DB | 37 | 8A | 0 | 4B | 25 | E | 14A | 45 | 36 |
| Octal | 333 | 67 | 212 | 0 | 113 | 45 | 16 | 512 | 105 | 66 |
| Binary | 11011011 | 110111 | 10001010 | 0 | 1001011 | 100101 | 1110 | 101001010 | 1000101 | 110110 |
Color Harmonies of #DB378A
Complementary color
Monochromatic Colors of #DB378A
Black with #DB378A
Text Example
Text Example
White with #DB378A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB378A; }
p { color: rgb(219,55,138); }
H1.HeaderClassName
{
color: #DB378A;
}
.AnyTagClassName
{
color: #DB378A;
}
</style>
background-color css
<style>
a { background-color: #DB378A; }
a { background-color: rgb(219,55,138); }
div.DivClassName
{
background-color: #DB378A;
}
.BgClassName
{
background-color: #DB378A;
}
</style>
border-color css
<style>
span { border-color: #DB378A; }
span { border-color: rgb(219,55,138); }
td.TdClassName
{
border-color: #DB378A;
}
.TagClassName
{
border-color: #DB378A;
}
</style>