Shades of Deep Cerise #DB379B
Tints of Deep Cerise #DB379B
RGB
CMYK
RGB Variations
Color information
#DB379B (or 0xDB379B) is known color: Deep Cerise. HEX triplet: DB, 37 and 9B. RGB value is (219,55,155). Sum of RGB (Red+Green+Blue) = 219+55+155=429 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.05% from 429); Green value is 55 (21.88% from 255 or 12.82% from 429); Blue value is 155 (60.94% from 255 or 36.13% from 429); Max value from RGB is 219 - color contains mainly: red. Hex color #DB379B is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB379B is #24C864. Grayscale: #737373. Windows color (decimal): -2410597 or 10172379. OLE color: 10172379.
HSL color Cylindrical-coordinate representation of color #DB379B: hue angle of 323.41º 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 #DB379B is Cyan = 0, Magento = 0.75, Yellow = 0.29 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 155 | - |
| CMYK | 0 | 0.75 | 0.29 | 0.14 |
| HSL | 323.41º | 0.69% | 0.54% | - |
| HSV(B) | 323.41º | 0.75% | 0.86% | - |
| XYZ | 36.5 | 20.16 | 32.98 | - |
| YUV | 115.44 | 150.33 | 201.87 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 155 | 0 | 0.75 | 0.29 | 0.14 | 323.41 | 0.69 | 0.54 |
| Hex | DB | 37 | 9B | 0 | 4B | 1D | E | 143 | 45 | 36 |
| Octal | 333 | 67 | 233 | 0 | 113 | 35 | 16 | 503 | 105 | 66 |
| Binary | 11011011 | 110111 | 10011011 | 0 | 1001011 | 11101 | 1110 | 101000011 | 1000101 | 110110 |
Color Harmonies of #DB379B
Complementary color
Monochromatic Colors of #DB379B
Black with #DB379B
Text Example
Text Example
White with #DB379B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB379B; }
p { color: rgb(219,55,155); }
H1.HeaderClassName
{
color: #DB379B;
}
.AnyTagClassName
{
color: #DB379B;
}
</style>
background-color css
<style>
a { background-color: #DB379B; }
a { background-color: rgb(219,55,155); }
div.DivClassName
{
background-color: #DB379B;
}
.BgClassName
{
background-color: #DB379B;
}
</style>
border-color css
<style>
span { border-color: #DB379B; }
span { border-color: rgb(219,55,155); }
td.TdClassName
{
border-color: #DB379B;
}
.TagClassName
{
border-color: #DB379B;
}
</style>