Shades of Cerise #DB3B71
Tints of Cerise #DB3B71
RGB
CMYK
RGB Variations
Color information
#DB3B71 (or 0xDB3B71) is known color: Cerise. HEX triplet: DB, 3B and 71. RGB value is (219,59,113). Sum of RGB (Red+Green+Blue) = 219+59+113=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 59 (23.44% from 255 or 15.09% from 391); Blue value is 113 (44.53% from 255 or 28.90% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B71 is #24C48E. Grayscale: #707070. Windows color (decimal): -2409615 or 7420891. OLE color: 7420891.
HSL color Cylindrical-coordinate representation of color #DB3B71: hue angle of 339.75º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.73%. Process color model (Four color, CMYK) of #DB3B71 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 113 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.14 |
| HSL | 339.75º | 0.69% | 0.55% | - |
| HSV(B) | 339.75º | 0.73% | 0.86% | - |
| XYZ | 33.76 | 19.38 | 17.58 | - |
| YUV | 113 | 128.01 | 203.61 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 113 | 0 | 0.73 | 0.48 | 0.14 | 339.75 | 0.69 | 0.55 |
| Hex | DB | 3B | 71 | 0 | 49 | 30 | E | 154 | 45 | 37 |
| Octal | 333 | 73 | 161 | 0 | 111 | 60 | 16 | 524 | 105 | 67 |
| Binary | 11011011 | 111011 | 1110001 | 0 | 1001001 | 110000 | 1110 | 101010100 | 1000101 | 110111 |
Color Harmonies of #DB3B71
Complementary color
Monochromatic Colors of #DB3B71
Black with #DB3B71
Text Example
Text Example
White with #DB3B71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B71; }
p { color: rgb(219,59,113); }
H1.HeaderClassName
{
color: #DB3B71;
}
.AnyTagClassName
{
color: #DB3B71;
}
</style>
background-color css
<style>
a { background-color: #DB3B71; }
a { background-color: rgb(219,59,113); }
div.DivClassName
{
background-color: #DB3B71;
}
.BgClassName
{
background-color: #DB3B71;
}
</style>
border-color css
<style>
span { border-color: #DB3B71; }
span { border-color: rgb(219,59,113); }
td.TdClassName
{
border-color: #DB3B71;
}
.TagClassName
{
border-color: #DB3B71;
}
</style>