Shades of Cerise #DB3C72
Tints of Cerise #DB3C72
RGB
CMYK
RGB Variations
Color information
#DB3C72 (or 0xDB3C72) is known color: Cerise. HEX triplet: DB, 3C and 72. RGB value is (219,60,114). Sum of RGB (Red+Green+Blue) = 219+60+114=393 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.73% from 393); Green value is 60 (23.83% from 255 or 15.27% from 393); Blue value is 114 (44.92% from 255 or 29.01% from 393); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3C72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3C72 is #24C38D. Grayscale: #717171. Windows color (decimal): -2409358 or 7486683. OLE color: 7486683.
HSL color Cylindrical-coordinate representation of color #DB3C72: hue angle of 339.62º 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 #DB3C72 is Cyan = 0, Magento = 0.73, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 60 | 114 | - |
| CMYK | 0 | 0.73 | 0.48 | 0.14 |
| HSL | 339.62º | 0.69% | 0.55% | - |
| HSV(B) | 339.62º | 0.73% | 0.86% | - |
| XYZ | 33.87 | 19.51 | 17.9 | - |
| YUV | 113.7 | 128.18 | 203.11 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 60 | 114 | 0 | 0.73 | 0.48 | 0.14 | 339.62 | 0.69 | 0.55 |
| Hex | DB | 3C | 72 | 0 | 49 | 30 | E | 154 | 45 | 37 |
| Octal | 333 | 74 | 162 | 0 | 111 | 60 | 16 | 524 | 105 | 67 |
| Binary | 11011011 | 111100 | 1110010 | 0 | 1001001 | 110000 | 1110 | 101010100 | 1000101 | 110111 |
Color Harmonies of #DB3C72
Complementary color
Monochromatic Colors of #DB3C72
Black with #DB3C72
Text Example
Text Example
White with #DB3C72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3C72; }
p { color: rgb(219,60,114); }
H1.HeaderClassName
{
color: #DB3C72;
}
.AnyTagClassName
{
color: #DB3C72;
}
</style>
background-color css
<style>
a { background-color: #DB3C72; }
a { background-color: rgb(219,60,114); }
div.DivClassName
{
background-color: #DB3C72;
}
.BgClassName
{
background-color: #DB3C72;
}
</style>
border-color css
<style>
span { border-color: #DB3C72; }
span { border-color: rgb(219,60,114); }
td.TdClassName
{
border-color: #DB3C72;
}
.TagClassName
{
border-color: #DB3C72;
}
</style>