Shades of Cerise #DB4158
Tints of Cerise #DB4158
RGB
CMYK
RGB Variations
Color information
#DB4158 (or 0xDB4158) is known color: Cerise. HEX triplet: DB, 41 and 58. RGB value is (219,65,88). Sum of RGB (Red+Green+Blue) = 219+65+88=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 65 (25.78% from 255 or 17.47% from 372); Blue value is 88 (34.77% from 255 or 23.66% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB4158 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB4158 is #24BEA7. Grayscale: #717171. Windows color (decimal): -2408104 or 5784027. OLE color: 5784027.
HSL color Cylindrical-coordinate representation of color #DB4158: hue angle of 351.04º degrees, saturation: 0.68, lightness: 0.56%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.7%. Process color model (Four color, CMYK) of #DB4158 is Cyan = 0, Magento = 0.70, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 65 | 88 | - |
| CMYK | 0 | 0.70 | 0.60 | 0.14 |
| HSL | 351.04º | 0.68% | 0.56% | - |
| HSV(B) | 351.04º | 0.7% | 0.86% | - |
| XYZ | 32.87 | 19.55 | 11.27 | - |
| YUV | 113.67 | 113.52 | 203.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 65 | 88 | 0 | 0.70 | 0.60 | 0.14 | 351.04 | 0.68 | 0.56 |
| Hex | DB | 41 | 58 | 0 | 46 | 3C | E | 15F | 44 | 38 |
| Octal | 333 | 101 | 130 | 0 | 106 | 74 | 16 | 537 | 104 | 70 |
| Binary | 11011011 | 1000001 | 1011000 | 0 | 1000110 | 111100 | 1110 | 101011111 | 1000100 | 111000 |
Color Harmonies of #DB4158
Complementary color
Monochromatic Colors of #DB4158
Black with #DB4158
Text Example
Text Example
White with #DB4158
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB4158; }
p { color: rgb(219,65,88); }
H1.HeaderClassName
{
color: #DB4158;
}
.AnyTagClassName
{
color: #DB4158;
}
</style>
background-color css
<style>
a { background-color: #DB4158; }
a { background-color: rgb(219,65,88); }
div.DivClassName
{
background-color: #DB4158;
}
.BgClassName
{
background-color: #DB4158;
}
</style>
border-color css
<style>
span { border-color: #DB4158; }
span { border-color: rgb(219,65,88); }
td.TdClassName
{
border-color: #DB4158;
}
.TagClassName
{
border-color: #DB4158;
}
</style>