Shades of Deep Cerise #DB4789
Tints of Deep Cerise #DB4789
RGB
CMYK
RGB Variations
Color information
#DB4789 (or 0xDB4789) is known color: Deep Cerise. HEX triplet: DB, 47 and 89. RGB value is (219,71,137). Sum of RGB (Red+Green+Blue) = 219+71+137=427 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.29% from 427); Green value is 71 (28.12% from 255 or 16.63% from 427); Blue value is 137 (53.91% from 255 or 32.08% from 427); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4789 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4789 is #24B876. Grayscale: #7A7A7A. Windows color (decimal): -2406519 or 8996827. OLE color: 8996827.
HSL color Cylindrical-coordinate representation of color #DB4789: hue angle of 333.24º degrees, saturation: 0.67, lightness: 0.57%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4789 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 71 | 137 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.14 |
| HSL | 333.24º | 0.67% | 0.57% | - |
| HSV(B) | 333.24º | 0.68% | 0.86% | - |
| XYZ | 35.98 | 21.37 | 25.9 | - |
| YUV | 122.78 | 136.03 | 196.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 71 | 137 | 0 | 0.68 | 0.37 | 0.14 | 333.24 | 0.67 | 0.57 |
| Hex | DB | 47 | 89 | 0 | 44 | 25 | E | 14D | 43 | 39 |
| Octal | 333 | 107 | 211 | 0 | 104 | 45 | 16 | 515 | 103 | 71 |
| Binary | 11011011 | 1000111 | 10001001 | 0 | 1000100 | 100101 | 1110 | 101001101 | 1000011 | 111001 |
Color Harmonies of #DB4789
Complementary color
Monochromatic Colors of #DB4789
Black with #DB4789
Text Example
Text Example
White with #DB4789
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4789; }
p { color: rgb(219,71,137); }
H1.HeaderClassName
{
color: #DB4789;
}
.AnyTagClassName
{
color: #DB4789;
}
</style>
background-color css
<style>
a { background-color: #DB4789; }
a { background-color: rgb(219,71,137); }
div.DivClassName
{
background-color: #DB4789;
}
.BgClassName
{
background-color: #DB4789;
}
</style>
border-color css
<style>
span { border-color: #DB4789; }
span { border-color: rgb(219,71,137); }
td.TdClassName
{
border-color: #DB4789;
}
.TagClassName
{
border-color: #DB4789;
}
</style>