Shades of Cerise #DB3A72
Tints of Cerise #DB3A72
RGB
CMYK
RGB Variations
Color information
#DB3A72 (or 0xDB3A72) is known color: Cerise. HEX triplet: DB, 3A and 72. RGB value is (219,58,114). Sum of RGB (Red+Green+Blue) = 219+58+114=391 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.01% from 391); Green value is 58 (23.05% from 255 or 14.83% from 391); Blue value is 114 (44.92% from 255 or 29.16% from 391); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A72 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A72 is #24C58D. Grayscale: #707070. Windows color (decimal): -2409870 or 7486171. OLE color: 7486171.
HSL color Cylindrical-coordinate representation of color #DB3A72: hue angle of 339.13º degrees, saturation: 0.69, lightness: 0.54%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.74%. Process color model (Four color, CMYK) of #DB3A72 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 114 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.14 |
| HSL | 339.13º | 0.69% | 0.54% | - |
| HSV(B) | 339.13º | 0.74% | 0.86% | - |
| XYZ | 33.76 | 19.3 | 17.87 | - |
| YUV | 112.52 | 128.84 | 203.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 114 | 0 | 0.74 | 0.48 | 0.14 | 339.13 | 0.69 | 0.54 |
| Hex | DB | 3A | 72 | 0 | 4A | 30 | E | 153 | 45 | 36 |
| Octal | 333 | 72 | 162 | 0 | 112 | 60 | 16 | 523 | 105 | 66 |
| Binary | 11011011 | 111010 | 1110010 | 0 | 1001010 | 110000 | 1110 | 101010011 | 1000101 | 110110 |
Color Harmonies of #DB3A72
Complementary color
Monochromatic Colors of #DB3A72
Black with #DB3A72
Text Example
Text Example
White with #DB3A72
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A72; }
p { color: rgb(219,58,114); }
H1.HeaderClassName
{
color: #DB3A72;
}
.AnyTagClassName
{
color: #DB3A72;
}
</style>
background-color css
<style>
a { background-color: #DB3A72; }
a { background-color: rgb(219,58,114); }
div.DivClassName
{
background-color: #DB3A72;
}
.BgClassName
{
background-color: #DB3A72;
}
</style>
border-color css
<style>
span { border-color: #DB3A72; }
span { border-color: rgb(219,58,114); }
td.TdClassName
{
border-color: #DB3A72;
}
.TagClassName
{
border-color: #DB3A72;
}
</style>