Shades of Cerise #DB3758
Tints of Cerise #DB3758
RGB
CMYK
RGB Variations
Color information
#DB3758 (or 0xDB3758) is known color: Cerise. HEX triplet: DB, 37 and 58. RGB value is (219,55,88). Sum of RGB (Red+Green+Blue) = 219+55+88=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 55 (21.88% from 255 or 15.19% from 362); Blue value is 88 (34.77% from 255 or 24.31% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3758 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3758 is #24C8A7. Grayscale: #6B6B6B. Windows color (decimal): -2410664 or 5781467. OLE color: 5781467.
HSL color Cylindrical-coordinate representation of color #DB3758: hue angle of 347.93º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.75%. Process color model (Four color, CMYK) of #DB3758 is Cyan = 0, Magento = 0.75, Yellow = 0.60 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 55 | 88 | - |
| CMYK | 0 | 0.75 | 0.60 | 0.14 |
| HSL | 347.93º | 0.69% | 0.54% | - |
| HSV(B) | 347.93º | 0.75% | 0.86% | - |
| XYZ | 32.34 | 18.5 | 11.1 | - |
| YUV | 107.8 | 116.83 | 207.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 55 | 88 | 0 | 0.75 | 0.60 | 0.14 | 347.93 | 0.69 | 0.54 |
| Hex | DB | 37 | 58 | 0 | 4B | 3C | E | 15C | 45 | 36 |
| Octal | 333 | 67 | 130 | 0 | 113 | 74 | 16 | 534 | 105 | 66 |
| Binary | 11011011 | 110111 | 1011000 | 0 | 1001011 | 111100 | 1110 | 101011100 | 1000101 | 110110 |
Color Harmonies of #DB3758
Complementary color
Monochromatic Colors of #DB3758
Black with #DB3758
Text Example
Text Example
White with #DB3758
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3758; }
p { color: rgb(219,55,88); }
H1.HeaderClassName
{
color: #DB3758;
}
.AnyTagClassName
{
color: #DB3758;
}
</style>
background-color css
<style>
a { background-color: #DB3758; }
a { background-color: rgb(219,55,88); }
div.DivClassName
{
background-color: #DB3758;
}
.BgClassName
{
background-color: #DB3758;
}
</style>
border-color css
<style>
span { border-color: #DB3758; }
span { border-color: rgb(219,55,88); }
td.TdClassName
{
border-color: #DB3758;
}
.TagClassName
{
border-color: #DB3758;
}
</style>