Shades of Deep Cerise #DB4589
Tints of Deep Cerise #DB4589
RGB
CMYK
RGB Variations
Color information
#DB4589 (or 0xDB4589) is known color: Deep Cerise. HEX triplet: DB, 45 and 89. RGB value is (219,69,137). Sum of RGB (Red+Green+Blue) = 219+69+137=425 (56% of max value = 765). Red value is 219 (85.94% from 255 or 51.53% from 425); Green value is 69 (27.34% from 255 or 16.24% from 425); Blue value is 137 (53.91% from 255 or 32.24% from 425); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4589 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4589 is #24BA76. Grayscale: #797979. Windows color (decimal): -2407031 or 8996315. OLE color: 8996315.
HSL color Cylindrical-coordinate representation of color #DB4589: hue angle of 332.8º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.68%. Process color model (Four color, CMYK) of #DB4589 is Cyan = 0, Magento = 0.68, Yellow = 0.37 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 69 | 137 | - |
| CMYK | 0 | 0.68 | 0.37 | 0.14 |
| HSL | 332.8º | 0.68% | 0.56% | - |
| HSV(B) | 332.8º | 0.68% | 0.86% | - |
| XYZ | 35.86 | 21.12 | 25.85 | - |
| YUV | 121.6 | 136.7 | 197.47 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 69 | 137 | 0 | 0.68 | 0.37 | 0.14 | 332.8 | 0.68 | 0.56 |
| Hex | DB | 45 | 89 | 0 | 44 | 25 | E | 14D | 44 | 38 |
| Octal | 333 | 105 | 211 | 0 | 104 | 45 | 16 | 515 | 104 | 70 |
| Binary | 11011011 | 1000101 | 10001001 | 0 | 1000100 | 100101 | 1110 | 101001101 | 1000100 | 111000 |
Color Harmonies of #DB4589
Complementary color
Monochromatic Colors of #DB4589
Black with #DB4589
Text Example
Text Example
White with #DB4589
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4589; }
p { color: rgb(219,69,137); }
H1.HeaderClassName
{
color: #DB4589;
}
.AnyTagClassName
{
color: #DB4589;
}
</style>
background-color css
<style>
a { background-color: #DB4589; }
a { background-color: rgb(219,69,137); }
div.DivClassName
{
background-color: #DB4589;
}
.BgClassName
{
background-color: #DB4589;
}
</style>
border-color css
<style>
span { border-color: #DB4589; }
span { border-color: rgb(219,69,137); }
td.TdClassName
{
border-color: #DB4589;
}
.TagClassName
{
border-color: #DB4589;
}
</style>