Shades of Cerise #DB3058
Tints of Cerise #DB3058
RGB
CMYK
RGB Variations
Color information
#DB3058 (or 0xDB3058) is known color: Cerise. HEX triplet: DB, 30 and 58. RGB value is (219,48,88). Sum of RGB (Red+Green+Blue) = 219+48+88=355 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.69% from 355); Green value is 48 (19.14% from 255 or 13.52% from 355); Blue value is 88 (34.77% from 255 or 24.79% from 355); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3058 is #24CFA7. Grayscale: #676767. Windows color (decimal): -2412456 or 5779675. OLE color: 5779675.
HSL color Cylindrical-coordinate representation of color #DB3058: hue angle of 345.96º degrees, saturation: 0.7, lightness: 0.52%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.78%. Process color model (Four color, CMYK) of #DB3058 is Cyan = 0, Magento = 0.78, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 48 | 88 | - |
| CMYK | 0 | 0.78 | 0.60 | 0.14 |
| HSL | 345.96º | 0.7% | 0.52% | - |
| HSV(B) | 345.96º | 0.78% | 0.86% | - |
| XYZ | 32.03 | 17.88 | 11 | - |
| YUV | 103.69 | 119.15 | 210.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 48 | 88 | 0 | 0.78 | 0.60 | 0.14 | 345.96 | 0.7 | 0.52 |
| Hex | DB | 30 | 58 | 0 | 4E | 3C | E | 15A | 46 | 34 |
| Octal | 333 | 60 | 130 | 0 | 116 | 74 | 16 | 532 | 106 | 64 |
| Binary | 11011011 | 110000 | 1011000 | 0 | 1001110 | 111100 | 1110 | 101011010 | 1000110 | 110100 |
Color Harmonies of #DB3058
Complementary color
Monochromatic Colors of #DB3058
Black with #DB3058
Text Example
Text Example
White with #DB3058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3058; }
p { color: rgb(219,48,88); }
H1.HeaderClassName
{
color: #DB3058;
}
.AnyTagClassName
{
color: #DB3058;
}
</style>
background-color css
<style>
a { background-color: #DB3058; }
a { background-color: rgb(219,48,88); }
div.DivClassName
{
background-color: #DB3058;
}
.BgClassName
{
background-color: #DB3058;
}
</style>
border-color css
<style>
span { border-color: #DB3058; }
span { border-color: rgb(219,48,88); }
td.TdClassName
{
border-color: #DB3058;
}
.TagClassName
{
border-color: #DB3058;
}
</style>