Shades of Deep Cerise #DB379A
Tints of Deep Cerise #DB379A
RGB
CMYK
RGB Variations
Color information
#DB379A (or 0xDB379A) is known color: Deep Cerise. HEX triplet: DB, 37 and 9A. RGB value is (219,55,154). Sum of RGB (Red+Green+Blue) = 219+55+154=428 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.17% from 428); Green value is 55 (21.88% from 255 or 12.85% from 428); Blue value is 154 (60.55% from 255 or 35.98% from 428); Max value from RGB is 219 - color contains mainly: red. Hex color #DB379A is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB379A is #24C865. Grayscale: #737373. Windows color (decimal): -2410598 or 10106843. OLE color: 10106843.
HSL color Cylindrical-coordinate representation of color #DB379A: hue angle of 323.78º 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 #DB379A is Cyan = 0, Magento = 0.75, Yellow = 0.30 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 154 | - |
| CMYK | 0 | 0.75 | 0.30 | 0.14 |
| HSL | 323.78º | 0.69% | 0.54% | - |
| HSV(B) | 323.78º | 0.75% | 0.86% | - |
| XYZ | 36.41 | 20.13 | 32.54 | - |
| YUV | 115.32 | 149.83 | 201.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 154 | 0 | 0.75 | 0.30 | 0.14 | 323.78 | 0.69 | 0.54 |
| Hex | DB | 37 | 9A | 0 | 4B | 1E | E | 144 | 45 | 36 |
| Octal | 333 | 67 | 232 | 0 | 113 | 36 | 16 | 504 | 105 | 66 |
| Binary | 11011011 | 110111 | 10011010 | 0 | 1001011 | 11110 | 1110 | 101000100 | 1000101 | 110110 |
Color Harmonies of #DB379A
Complementary color
Monochromatic Colors of #DB379A
Black with #DB379A
Text Example
Text Example
White with #DB379A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB379A; }
p { color: rgb(219,55,154); }
H1.HeaderClassName
{
color: #DB379A;
}
.AnyTagClassName
{
color: #DB379A;
}
</style>
background-color css
<style>
a { background-color: #DB379A; }
a { background-color: rgb(219,55,154); }
div.DivClassName
{
background-color: #DB379A;
}
.BgClassName
{
background-color: #DB379A;
}
</style>
border-color css
<style>
span { border-color: #DB379A; }
span { border-color: rgb(219,55,154); }
td.TdClassName
{
border-color: #DB379A;
}
.TagClassName
{
border-color: #DB379A;
}
</style>