Shades of Cerise #DB2A58
Tints of Cerise #DB2A58
RGB
CMYK
RGB Variations
Color information
#DB2A58 (or 0xDB2A58) is known color: Cerise. HEX triplet: DB, 2A and 58. RGB value is (219,42,88). Sum of RGB (Red+Green+Blue) = 219+42+88=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 42 (16.80% from 255 or 12.03% from 349); Blue value is 88 (34.77% from 255 or 25.21% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2A58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2A58 is #24D5A7. Grayscale: #646464. Windows color (decimal): -2413992 or 5778139. OLE color: 5778139.
HSL color Cylindrical-coordinate representation of color #DB2A58: hue angle of 344.41º degrees, saturation: 0.71, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.81%. Process color model (Four color, CMYK) of #DB2A58 is Cyan = 0, Magento = 0.81, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 42 | 88 | - |
| CMYK | 0 | 0.81 | 0.60 | 0.14 |
| HSL | 344.41º | 0.71% | 0.51% | - |
| HSV(B) | 344.41º | 0.81% | 0.86% | - |
| XYZ | 31.8 | 17.42 | 10.92 | - |
| YUV | 100.17 | 121.14 | 212.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 42 | 88 | 0 | 0.81 | 0.60 | 0.14 | 344.41 | 0.71 | 0.51 |
| Hex | DB | 2A | 58 | 0 | 51 | 3C | E | 158 | 47 | 33 |
| Octal | 333 | 52 | 130 | 0 | 121 | 74 | 16 | 530 | 107 | 63 |
| Binary | 11011011 | 101010 | 1011000 | 0 | 1010001 | 111100 | 1110 | 101011000 | 1000111 | 110011 |
Color Harmonies of #DB2A58
Complementary color
Monochromatic Colors of #DB2A58
Black with #DB2A58
Text Example
Text Example
White with #DB2A58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2A58; }
p { color: rgb(219,42,88); }
H1.HeaderClassName
{
color: #DB2A58;
}
.AnyTagClassName
{
color: #DB2A58;
}
</style>
background-color css
<style>
a { background-color: #DB2A58; }
a { background-color: rgb(219,42,88); }
div.DivClassName
{
background-color: #DB2A58;
}
.BgClassName
{
background-color: #DB2A58;
}
</style>
border-color css
<style>
span { border-color: #DB2A58; }
span { border-color: rgb(219,42,88); }
td.TdClassName
{
border-color: #DB2A58;
}
.TagClassName
{
border-color: #DB2A58;
}
</style>