Shades of Cerise #DB3872
Tints of Cerise #DB3872
RGB
CMYK
RGB Variations
Color information
#DB3872 (or 0xDB3872) is known color: Cerise. HEX triplet: DB, 38 and 72. RGB value is (219,56,114). Sum of RGB (Red+Green+Blue) = 219+56+114=389 (51% of max value = 765). Red value is 219 (85.94% from 255 or 56.30% from 389); Green value is 56 (22.27% from 255 or 14.40% from 389); Blue value is 114 (44.92% from 255 or 29.31% from 389); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3872 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3872 is #24C78D. Grayscale: #6F6F6F. Windows color (decimal): -2410382 or 7485659. OLE color: 7485659.
HSL color Cylindrical-coordinate representation of color #DB3872: hue angle of 338.65º 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 #DB3872 is Cyan = 0, Magento = 0.74, Yellow = 0.48 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 56 | 114 | - |
| CMYK | 0 | 0.74 | 0.48 | 0.14 |
| HSL | 338.65º | 0.69% | 0.54% | - |
| HSV(B) | 338.65º | 0.74% | 0.86% | - |
| XYZ | 33.66 | 19.1 | 17.83 | - |
| YUV | 111.35 | 129.5 | 204.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 56 | 114 | 0 | 0.74 | 0.48 | 0.14 | 338.65 | 0.69 | 0.54 |
| Hex | DB | 38 | 72 | 0 | 4A | 30 | E | 153 | 45 | 36 |
| Octal | 333 | 70 | 162 | 0 | 112 | 60 | 16 | 523 | 105 | 66 |
| Binary | 11011011 | 111000 | 1110010 | 0 | 1001010 | 110000 | 1110 | 101010011 | 1000101 | 110110 |
Color Harmonies of #DB3872
Complementary color
Monochromatic Colors of #DB3872
Black with #DB3872
Text Example
Text Example
White with #DB3872
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3872; }
p { color: rgb(219,56,114); }
H1.HeaderClassName
{
color: #DB3872;
}
.AnyTagClassName
{
color: #DB3872;
}
</style>
background-color css
<style>
a { background-color: #DB3872; }
a { background-color: rgb(219,56,114); }
div.DivClassName
{
background-color: #DB3872;
}
.BgClassName
{
background-color: #DB3872;
}
</style>
border-color css
<style>
span { border-color: #DB3872; }
span { border-color: rgb(219,56,114); }
td.TdClassName
{
border-color: #DB3872;
}
.TagClassName
{
border-color: #DB3872;
}
</style>