Shades of Deep Cerise #DB4487
Tints of Deep Cerise #DB4487
RGB
CMYK
RGB Variations
Color information
#DB4487 (or 0xDB4487) is known color: Deep Cerise. HEX triplet: DB, 44 and 87. RGB value is (219,68,135). Sum of RGB (Red+Green+Blue) = 219+68+135=422 (55% of max value = 765). Red value is 219 (85.94% from 255 or 51.90% from 422); Green value is 68 (26.95% from 255 or 16.11% from 422); Blue value is 135 (53.12% from 255 or 31.99% from 422); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4487 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB4487 is #24BB78. Grayscale: #787878. Windows color (decimal): -2407289 or 8864987. OLE color: 8864987.
HSL color Cylindrical-coordinate representation of color #DB4487: hue angle of 333.38º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.69%. Process color model (Four color, CMYK) of #DB4487 is Cyan = 0, Magento = 0.69, Yellow = 0.38 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 68 | 135 | - |
| CMYK | 0 | 0.69 | 0.38 | 0.14 |
| HSL | 333.38º | 0.68% | 0.56% | - |
| HSV(B) | 333.38º | 0.69% | 0.86% | - |
| XYZ | 35.65 | 20.94 | 25.09 | - |
| YUV | 120.79 | 136.03 | 198.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 68 | 135 | 0 | 0.69 | 0.38 | 0.14 | 333.38 | 0.68 | 0.56 |
| Hex | DB | 44 | 87 | 0 | 45 | 26 | E | 14D | 44 | 38 |
| Octal | 333 | 104 | 207 | 0 | 105 | 46 | 16 | 515 | 104 | 70 |
| Binary | 11011011 | 1000100 | 10000111 | 0 | 1000101 | 100110 | 1110 | 101001101 | 1000100 | 111000 |
Color Harmonies of #DB4487
Complementary color
Monochromatic Colors of #DB4487
Black with #DB4487
Text Example
Text Example
White with #DB4487
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4487; }
p { color: rgb(219,68,135); }
H1.HeaderClassName
{
color: #DB4487;
}
.AnyTagClassName
{
color: #DB4487;
}
</style>
background-color css
<style>
a { background-color: #DB4487; }
a { background-color: rgb(219,68,135); }
div.DivClassName
{
background-color: #DB4487;
}
.BgClassName
{
background-color: #DB4487;
}
</style>
border-color css
<style>
span { border-color: #DB4487; }
span { border-color: rgb(219,68,135); }
td.TdClassName
{
border-color: #DB4487;
}
.TagClassName
{
border-color: #DB4487;
}
</style>