Shades of Cerise #DB2F58
Tints of Cerise #DB2F58
RGB
CMYK
RGB Variations
Color information
#DB2F58 (or 0xDB2F58) is known color: Cerise. HEX triplet: DB, 2F and 58. RGB value is (219,47,88). Sum of RGB (Red+Green+Blue) = 219+47+88=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 47 (18.75% from 255 or 13.28% from 354); Blue value is 88 (34.77% from 255 or 24.86% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2F58 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2F58 is #24D0A7. Grayscale: #676767. Windows color (decimal): -2412712 or 5779419. OLE color: 5779419.
HSL color Cylindrical-coordinate representation of color #DB2F58: hue angle of 345.7º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.79%. Process color model (Four color, CMYK) of #DB2F58 is Cyan = 0, Magento = 0.79, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 47 | 88 | - |
| CMYK | 0 | 0.79 | 0.60 | 0.14 |
| HSL | 345.7º | 0.7% | 0.52% | - |
| HSV(B) | 345.7º | 0.79% | 0.86% | - |
| XYZ | 31.99 | 17.8 | 10.98 | - |
| YUV | 103.1 | 119.48 | 210.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 47 | 88 | 0 | 0.79 | 0.60 | 0.14 | 345.7 | 0.7 | 0.52 |
| Hex | DB | 2F | 58 | 0 | 4F | 3C | E | 15A | 46 | 34 |
| Octal | 333 | 57 | 130 | 0 | 117 | 74 | 16 | 532 | 106 | 64 |
| Binary | 11011011 | 101111 | 1011000 | 0 | 1001111 | 111100 | 1110 | 101011010 | 1000110 | 110100 |
Color Harmonies of #DB2F58
Complementary color
Monochromatic Colors of #DB2F58
Black with #DB2F58
Text Example
Text Example
White with #DB2F58
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2F58; }
p { color: rgb(219,47,88); }
H1.HeaderClassName
{
color: #DB2F58;
}
.AnyTagClassName
{
color: #DB2F58;
}
</style>
background-color css
<style>
a { background-color: #DB2F58; }
a { background-color: rgb(219,47,88); }
div.DivClassName
{
background-color: #DB2F58;
}
.BgClassName
{
background-color: #DB2F58;
}
</style>
border-color css
<style>
span { border-color: #DB2F58; }
span { border-color: rgb(219,47,88); }
td.TdClassName
{
border-color: #DB2F58;
}
.TagClassName
{
border-color: #DB2F58;
}
</style>