Shades of Cerise #DB3D71
Tints of Cerise #DB3D71
RGB
CMYK
RGB Variations
Color information
#DB3D71 (or 0xDB3D71) is known color: Cerise. HEX triplet: DB, 3D and 71. RGB value is (219,61,113). Sum of RGB (Red+Green+Blue) = 219+61+113=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 61 (24.22% from 255 or 15.52% from 393); Blue value is 113 (44.53% from 255 or 28.75% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3D71 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3D71 is #24C28E. Grayscale: #727272. Windows color (decimal): -2409103 or 7421403. OLE color: 7421403.
HSL color Cylindrical-coordinate representation of color #DB3D71: hue angle of 340.25º degrees, saturation: 0.69, lightness: 0.55%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.72%. Process color model (Four color, CMYK) of #DB3D71 is Cyan = 0, Magento = 0.72, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 61 | 113 | - |
| CMYK | 0 | 0.72 | 0.48 | 0.14 |
| HSL | 340.25º | 0.69% | 0.55% | - |
| HSV(B) | 340.25º | 0.72% | 0.86% | - |
| XYZ | 33.86 | 19.59 | 17.62 | - |
| YUV | 114.17 | 127.35 | 202.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 61 | 113 | 0 | 0.72 | 0.48 | 0.14 | 340.25 | 0.69 | 0.55 |
| Hex | DB | 3D | 71 | 0 | 48 | 30 | E | 154 | 45 | 37 |
| Octal | 333 | 75 | 161 | 0 | 110 | 60 | 16 | 524 | 105 | 67 |
| Binary | 11011011 | 111101 | 1110001 | 0 | 1001000 | 110000 | 1110 | 101010100 | 1000101 | 110111 |
Color Harmonies of #DB3D71
Complementary color
Monochromatic Colors of #DB3D71
Black with #DB3D71
Text Example
Text Example
White with #DB3D71
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3D71; }
p { color: rgb(219,61,113); }
H1.HeaderClassName
{
color: #DB3D71;
}
.AnyTagClassName
{
color: #DB3D71;
}
</style>
background-color css
<style>
a { background-color: #DB3D71; }
a { background-color: rgb(219,61,113); }
div.DivClassName
{
background-color: #DB3D71;
}
.BgClassName
{
background-color: #DB3D71;
}
</style>
border-color css
<style>
span { border-color: #DB3D71; }
span { border-color: rgb(219,61,113); }
td.TdClassName
{
border-color: #DB3D71;
}
.TagClassName
{
border-color: #DB3D71;
}
</style>