Shades of Cerise #DB4057
Tints of Cerise #DB4057
RGB
CMYK
RGB Variations
Color information
#DB4057 (or 0xDB4057) is known color: Cerise. HEX triplet: DB, 40 and 57. RGB value is (219,64,87). Sum of RGB (Red+Green+Blue) = 219+64+87=370 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.19% from 370); Green value is 64 (25.39% from 255 or 17.30% from 370); Blue value is 87 (34.38% from 255 or 23.51% from 370); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4057 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4057 is #24BFA8. Grayscale: #717171. Windows color (decimal): -2408361 or 5718235. OLE color: 5718235.
HSL color Cylindrical-coordinate representation of color #DB4057: hue angle of 351.1º degrees, saturation: 0.68, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.71%. Process color model (Four color, CMYK) of #DB4057 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 87 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.14 |
| HSL | 351.1º | 0.68% | 0.55% | - |
| HSV(B) | 351.1º | 0.71% | 0.86% | - |
| XYZ | 32.77 | 19.41 | 11.04 | - |
| YUV | 112.97 | 113.35 | 203.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 87 | 0 | 0.71 | 0.60 | 0.14 | 351.1 | 0.68 | 0.55 |
| Hex | DB | 40 | 57 | 0 | 47 | 3C | E | 15F | 44 | 37 |
| Octal | 333 | 100 | 127 | 0 | 107 | 74 | 16 | 537 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1010111 | 0 | 1000111 | 111100 | 1110 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DB4057
Complementary color
Monochromatic Colors of #DB4057
Black with #DB4057
Text Example
Text Example
White with #DB4057
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4057; }
p { color: rgb(219,64,87); }
H1.HeaderClassName
{
color: #DB4057;
}
.AnyTagClassName
{
color: #DB4057;
}
</style>
background-color css
<style>
a { background-color: #DB4057; }
a { background-color: rgb(219,64,87); }
div.DivClassName
{
background-color: #DB4057;
}
.BgClassName
{
background-color: #DB4057;
}
</style>
border-color css
<style>
span { border-color: #DB4057; }
span { border-color: rgb(219,64,87); }
td.TdClassName
{
border-color: #DB4057;
}
.TagClassName
{
border-color: #DB4057;
}
</style>