Shades of Deep Cerise #DB378F
Tints of Deep Cerise #DB378F
RGB
CMYK
RGB Variations
Color information
#DB378F (or 0xDB378F) is known color: Deep Cerise. HEX triplet: DB, 37 and 8F. RGB value is (219,55,143). Sum of RGB (Red+Green+Blue) = 219+55+143=417 (55% of max value = 765). Red value is 219 (85.94% from 255 or 52.52% from 417); Green value is 55 (21.88% from 255 or 13.19% from 417); Blue value is 143 (56.25% from 255 or 34.29% from 417); Max value from RGB is 219 - color contains mainly: red. Hex color #DB378F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB378F is #24C870. Grayscale: #717171. Windows color (decimal): -2410609 or 9385947. OLE color: 9385947.
HSL color Cylindrical-coordinate representation of color #DB378F: hue angle of 327.8º 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 #DB378F is Cyan = 0, Magento = 0.75, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 143 | - |
| CMYK | 0 | 0.75 | 0.35 | 0.14 |
| HSL | 327.8º | 0.69% | 0.54% | - |
| HSV(B) | 327.8º | 0.75% | 0.86% | - |
| XYZ | 35.54 | 19.78 | 27.93 | - |
| YUV | 114.07 | 144.33 | 202.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 143 | 0 | 0.75 | 0.35 | 0.14 | 327.8 | 0.69 | 0.54 |
| Hex | DB | 37 | 8F | 0 | 4B | 23 | E | 148 | 45 | 36 |
| Octal | 333 | 67 | 217 | 0 | 113 | 43 | 16 | 510 | 105 | 66 |
| Binary | 11011011 | 110111 | 10001111 | 0 | 1001011 | 100011 | 1110 | 101001000 | 1000101 | 110110 |
Color Harmonies of #DB378F
Complementary color
Monochromatic Colors of #DB378F
Black with #DB378F
Text Example
Text Example
White with #DB378F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB378F; }
p { color: rgb(219,55,143); }
H1.HeaderClassName
{
color: #DB378F;
}
.AnyTagClassName
{
color: #DB378F;
}
</style>
background-color css
<style>
a { background-color: #DB378F; }
a { background-color: rgb(219,55,143); }
div.DivClassName
{
background-color: #DB378F;
}
.BgClassName
{
background-color: #DB378F;
}
</style>
border-color css
<style>
span { border-color: #DB378F; }
span { border-color: rgb(219,55,143); }
td.TdClassName
{
border-color: #DB378F;
}
.TagClassName
{
border-color: #DB378F;
}
</style>