Shades of Cerise #DB3557
Tints of Cerise #DB3557
RGB
CMYK
RGB Variations
Color information
#DB3557 (or 0xDB3557) is known color: Cerise. HEX triplet: DB, 35 and 57. RGB value is (219,53,87). Sum of RGB (Red+Green+Blue) = 219+53+87=359 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.00% from 359); Green value is 53 (21.09% from 255 or 14.76% from 359); Blue value is 87 (34.38% from 255 or 24.23% from 359); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3557 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3557 is #24CAA8. Grayscale: #6A6A6A. Windows color (decimal): -2411177 or 5715419. OLE color: 5715419.
HSL color Cylindrical-coordinate representation of color #DB3557: hue angle of 347.71º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB3557 is Cyan = 0, Magento = 0.76, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 87 | - |
| CMYK | 0 | 0.76 | 0.60 | 0.14 |
| HSL | 347.71º | 0.7% | 0.53% | - |
| HSV(B) | 347.71º | 0.76% | 0.86% | - |
| XYZ | 32.21 | 18.29 | 10.85 | - |
| YUV | 106.51 | 117 | 208.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 87 | 0 | 0.76 | 0.60 | 0.14 | 347.71 | 0.7 | 0.53 |
| Hex | DB | 35 | 57 | 0 | 4C | 3C | E | 15C | 46 | 35 |
| Octal | 333 | 65 | 127 | 0 | 114 | 74 | 16 | 534 | 106 | 65 |
| Binary | 11011011 | 110101 | 1010111 | 0 | 1001100 | 111100 | 1110 | 101011100 | 1000110 | 110101 |
Color Harmonies of #DB3557
Complementary color
Monochromatic Colors of #DB3557
Black with #DB3557
Text Example
Text Example
White with #DB3557
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3557; }
p { color: rgb(219,53,87); }
H1.HeaderClassName
{
color: #DB3557;
}
.AnyTagClassName
{
color: #DB3557;
}
</style>
background-color css
<style>
a { background-color: #DB3557; }
a { background-color: rgb(219,53,87); }
div.DivClassName
{
background-color: #DB3557;
}
.BgClassName
{
background-color: #DB3557;
}
</style>
border-color css
<style>
span { border-color: #DB3557; }
span { border-color: rgb(219,53,87); }
td.TdClassName
{
border-color: #DB3557;
}
.TagClassName
{
border-color: #DB3557;
}
</style>