Shades of Deep Cerise #DB387A
Tints of Deep Cerise #DB387A
RGB
CMYK
RGB Variations
Color information
#DB387A (or 0xDB387A) is known color: Deep Cerise. HEX triplet: DB, 38 and 7A. RGB value is (219,56,122). Sum of RGB (Red+Green+Blue) = 219+56+122=397 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.16% from 397); Green value is 56 (22.27% from 255 or 14.11% from 397); Blue value is 122 (48.05% from 255 or 30.73% from 397); Max value from RGB is 219 - color contains mainly: red. Hex color #DB387A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB387A is #24C785. Grayscale: #707070. Windows color (decimal): -2410374 or 8009947. OLE color: 8009947.
HSL color Cylindrical-coordinate representation of color #DB387A: hue angle of 335.71º 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 #DB387A is Cyan = 0, Magento = 0.74, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 122 | - |
| CMYK | 0 | 0.74 | 0.44 | 0.14 |
| HSL | 335.71º | 0.69% | 0.54% | - |
| HSV(B) | 335.71º | 0.74% | 0.86% | - |
| XYZ | 34.14 | 19.29 | 20.34 | - |
| YUV | 112.26 | 133.5 | 204.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 122 | 0 | 0.74 | 0.44 | 0.14 | 335.71 | 0.69 | 0.54 |
| Hex | DB | 38 | 7A | 0 | 4A | 2C | E | 150 | 45 | 36 |
| Octal | 333 | 70 | 172 | 0 | 112 | 54 | 16 | 520 | 105 | 66 |
| Binary | 11011011 | 111000 | 1111010 | 0 | 1001010 | 101100 | 1110 | 101010000 | 1000101 | 110110 |
Color Harmonies of #DB387A
Complementary color
Monochromatic Colors of #DB387A
Black with #DB387A
Text Example
Text Example
White with #DB387A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB387A; }
p { color: rgb(219,56,122); }
H1.HeaderClassName
{
color: #DB387A;
}
.AnyTagClassName
{
color: #DB387A;
}
</style>
background-color css
<style>
a { background-color: #DB387A; }
a { background-color: rgb(219,56,122); }
div.DivClassName
{
background-color: #DB387A;
}
.BgClassName
{
background-color: #DB387A;
}
</style>
border-color css
<style>
span { border-color: #DB387A; }
span { border-color: rgb(219,56,122); }
td.TdClassName
{
border-color: #DB387A;
}
.TagClassName
{
border-color: #DB387A;
}
</style>