Shades of Cerise #DB3A5F
Tints of Cerise #DB3A5F
RGB
CMYK
RGB Variations
Color information
#DB3A5F (or 0xDB3A5F) is known color: Cerise. HEX triplet: DB, 3A and 5F. RGB value is (219,58,95). Sum of RGB (Red+Green+Blue) = 219+58+95=372 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.87% from 372); Green value is 58 (23.05% from 255 or 15.59% from 372); Blue value is 95 (37.5% from 255 or 25.54% from 372); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3A5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3A5F is #24C5A0. Grayscale: #6E6E6E. Windows color (decimal): -2409889 or 6240987. OLE color: 6240987.
HSL color Cylindrical-coordinate representation of color #DB3A5F: hue angle of 346.21º 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 #DB3A5F is Cyan = 0, Magento = 0.74, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 58 | 95 | - |
| CMYK | 0 | 0.74 | 0.57 | 0.14 |
| HSL | 346.21º | 0.69% | 0.54% | - |
| HSV(B) | 346.21º | 0.74% | 0.86% | - |
| XYZ | 32.79 | 18.91 | 12.75 | - |
| YUV | 110.36 | 119.34 | 205.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 58 | 95 | 0 | 0.74 | 0.57 | 0.14 | 346.21 | 0.69 | 0.54 |
| Hex | DB | 3A | 5F | 0 | 4A | 39 | E | 15A | 45 | 36 |
| Octal | 333 | 72 | 137 | 0 | 112 | 71 | 16 | 532 | 105 | 66 |
| Binary | 11011011 | 111010 | 1011111 | 0 | 1001010 | 111001 | 1110 | 101011010 | 1000101 | 110110 |
Color Harmonies of #DB3A5F
Complementary color
Monochromatic Colors of #DB3A5F
Black with #DB3A5F
Text Example
Text Example
White with #DB3A5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3A5F; }
p { color: rgb(219,58,95); }
H1.HeaderClassName
{
color: #DB3A5F;
}
.AnyTagClassName
{
color: #DB3A5F;
}
</style>
background-color css
<style>
a { background-color: #DB3A5F; }
a { background-color: rgb(219,58,95); }
div.DivClassName
{
background-color: #DB3A5F;
}
.BgClassName
{
background-color: #DB3A5F;
}
</style>
border-color css
<style>
span { border-color: #DB3A5F; }
span { border-color: rgb(219,58,95); }
td.TdClassName
{
border-color: #DB3A5F;
}
.TagClassName
{
border-color: #DB3A5F;
}
</style>