Shades of Cerise #DB4058
Tints of Cerise #DB4058
RGB
CMYK
RGB Variations
Color information
#DB4058 (or 0xDB4058) is known color: Cerise. HEX triplet: DB, 40 and 58. RGB value is (219,64,88). Sum of RGB (Red+Green+Blue) = 219+64+88=371 (49% of max value = 765). Red value is 219 (85.94% from 255 or 59.03% from 371); Green value is 64 (25.39% from 255 or 17.25% from 371); Blue value is 88 (34.77% from 255 or 23.72% from 371); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4058 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4058 is #24BFA7. Grayscale: #717171. Windows color (decimal): -2408360 or 5783771. OLE color: 5783771.
HSL color Cylindrical-coordinate representation of color #DB4058: hue angle of 350.71º 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 #DB4058 is Cyan = 0, Magento = 0.71, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 64 | 88 | - |
| CMYK | 0 | 0.71 | 0.60 | 0.14 |
| HSL | 350.71º | 0.68% | 0.55% | - |
| HSV(B) | 350.71º | 0.71% | 0.86% | - |
| XYZ | 32.81 | 19.43 | 11.25 | - |
| YUV | 113.08 | 113.85 | 203.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 64 | 88 | 0 | 0.71 | 0.60 | 0.14 | 350.71 | 0.68 | 0.55 |
| Hex | DB | 40 | 58 | 0 | 47 | 3C | E | 15F | 44 | 37 |
| Octal | 333 | 100 | 130 | 0 | 107 | 74 | 16 | 537 | 104 | 67 |
| Binary | 11011011 | 1000000 | 1011000 | 0 | 1000111 | 111100 | 1110 | 101011111 | 1000100 | 110111 |
Color Harmonies of #DB4058
Complementary color
Monochromatic Colors of #DB4058
Black with #DB4058
Text Example
Text Example
White with #DB4058
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4058; }
p { color: rgb(219,64,88); }
H1.HeaderClassName
{
color: #DB4058;
}
.AnyTagClassName
{
color: #DB4058;
}
</style>
background-color css
<style>
a { background-color: #DB4058; }
a { background-color: rgb(219,64,88); }
div.DivClassName
{
background-color: #DB4058;
}
.BgClassName
{
background-color: #DB4058;
}
</style>
border-color css
<style>
span { border-color: #DB4058; }
span { border-color: rgb(219,64,88); }
td.TdClassName
{
border-color: #DB4058;
}
.TagClassName
{
border-color: #DB4058;
}
</style>