Shades of Cerise #DB3B5F
Tints of Cerise #DB3B5F
RGB
CMYK
RGB Variations
Color information
#DB3B5F (or 0xDB3B5F) is known color: Cerise. HEX triplet: DB, 3B and 5F. RGB value is (219,59,95). Sum of RGB (Red+Green+Blue) = 219+59+95=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 59 (23.44% from 255 or 15.82% from 373); Blue value is 95 (37.5% from 255 or 25.47% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB3B5F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB3B5F is #24C4A0. Grayscale: #6E6E6E. Windows color (decimal): -2409633 or 6241243. OLE color: 6241243.
HSL color Cylindrical-coordinate representation of color #DB3B5F: hue angle of 346.5º 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 #DB3B5F is Cyan = 0, Magento = 0.73, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 59 | 95 | - |
| CMYK | 0 | 0.73 | 0.57 | 0.14 |
| HSL | 346.5º | 0.69% | 0.55% | - |
| HSV(B) | 346.5º | 0.73% | 0.86% | - |
| XYZ | 32.84 | 19.01 | 12.77 | - |
| YUV | 110.94 | 119.01 | 205.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 59 | 95 | 0 | 0.73 | 0.57 | 0.14 | 346.5 | 0.69 | 0.55 |
| Hex | DB | 3B | 5F | 0 | 49 | 39 | E | 15A | 45 | 37 |
| Octal | 333 | 73 | 137 | 0 | 111 | 71 | 16 | 532 | 105 | 67 |
| Binary | 11011011 | 111011 | 1011111 | 0 | 1001001 | 111001 | 1110 | 101011010 | 1000101 | 110111 |
Color Harmonies of #DB3B5F
Complementary color
Monochromatic Colors of #DB3B5F
Black with #DB3B5F
Text Example
Text Example
White with #DB3B5F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB3B5F; }
p { color: rgb(219,59,95); }
H1.HeaderClassName
{
color: #DB3B5F;
}
.AnyTagClassName
{
color: #DB3B5F;
}
</style>
background-color css
<style>
a { background-color: #DB3B5F; }
a { background-color: rgb(219,59,95); }
div.DivClassName
{
background-color: #DB3B5F;
}
.BgClassName
{
background-color: #DB3B5F;
}
</style>
border-color css
<style>
span { border-color: #DB3B5F; }
span { border-color: rgb(219,59,95); }
td.TdClassName
{
border-color: #DB3B5F;
}
.TagClassName
{
border-color: #DB3B5F;
}
</style>