Shades of Deep Cerise #DB388C
Tints of Deep Cerise #DB388C
RGB
CMYK
RGB Variations
Color information
#DB388C (or 0xDB388C) is known color: Deep Cerise. HEX triplet: DB, 38 and 8C. RGB value is (219,56,140). Sum of RGB (Red+Green+Blue) = 219+56+140=415 (54% of max value = 765). Red value is 219 (85.94% from 255 or 52.77% from 415); Green value is 56 (22.27% from 255 or 13.49% from 415); Blue value is 140 (55.08% from 255 or 33.73% from 415); Max value from RGB is 219 - color contains mainly: red. Hex color #DB388C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB388C is #24C773. Grayscale: #727272. Windows color (decimal): -2410356 or 9189595. OLE color: 9189595.
HSL color Cylindrical-coordinate representation of color #DB388C: hue angle of 329.08º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB388C is Cyan = 0, Magento = 0.74, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 140 | - |
| CMYK | 0 | 0.74 | 0.36 | 0.14 |
| HSL | 329.08º | 0.69% | 0.54% | - |
| HSV(B) | 329.08º | 0.74% | 0.86% | - |
| XYZ | 35.36 | 19.78 | 26.77 | - |
| YUV | 114.31 | 142.5 | 202.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 140 | 0 | 0.74 | 0.36 | 0.14 | 329.08 | 0.69 | 0.54 |
| Hex | DB | 38 | 8C | 0 | 4A | 24 | E | 149 | 45 | 36 |
| Octal | 333 | 70 | 214 | 0 | 112 | 44 | 16 | 511 | 105 | 66 |
| Binary | 11011011 | 111000 | 10001100 | 0 | 1001010 | 100100 | 1110 | 101001001 | 1000101 | 110110 |
Color Harmonies of #DB388C
Complementary color
Monochromatic Colors of #DB388C
Black with #DB388C
Text Example
Text Example
White with #DB388C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB388C; }
p { color: rgb(219,56,140); }
H1.HeaderClassName
{
color: #DB388C;
}
.AnyTagClassName
{
color: #DB388C;
}
</style>
background-color css
<style>
a { background-color: #DB388C; }
a { background-color: rgb(219,56,140); }
div.DivClassName
{
background-color: #DB388C;
}
.BgClassName
{
background-color: #DB388C;
}
</style>
border-color css
<style>
span { border-color: #DB388C; }
span { border-color: rgb(219,56,140); }
td.TdClassName
{
border-color: #DB388C;
}
.TagClassName
{
border-color: #DB388C;
}
</style>