Shades of Cerise #DB355E
Tints of Cerise #DB355E
RGB
CMYK
RGB Variations
Color information
#DB355E (or 0xDB355E) is known color: Cerise. HEX triplet: DB, 35 and 5E. RGB value is (219,53,94). Sum of RGB (Red+Green+Blue) = 219+53+94=366 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.84% from 366); Green value is 53 (21.09% from 255 or 14.48% from 366); Blue value is 94 (37.11% from 255 or 25.68% from 366); Max value from RGB is 219 - color contains mainly: red. Hex color #DB355E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB355E is #24CAA1. Grayscale: #6B6B6B. Windows color (decimal): -2411170 or 6174171. OLE color: 6174171.
HSL color Cylindrical-coordinate representation of color #DB355E: hue angle of 345.18º degrees, saturation: 0.7, lightness: 0.53%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.76%. Process color model (Four color, CMYK) of #DB355E is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 94 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.14 |
| HSL | 345.18º | 0.7% | 0.53% | - |
| HSV(B) | 345.18º | 0.76% | 0.86% | - |
| XYZ | 32.51 | 18.41 | 12.43 | - |
| YUV | 107.31 | 120.5 | 207.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 94 | 0 | 0.76 | 0.57 | 0.14 | 345.18 | 0.7 | 0.53 |
| Hex | DB | 35 | 5E | 0 | 4C | 39 | E | 159 | 46 | 35 |
| Octal | 333 | 65 | 136 | 0 | 114 | 71 | 16 | 531 | 106 | 65 |
| Binary | 11011011 | 110101 | 1011110 | 0 | 1001100 | 111001 | 1110 | 101011001 | 1000110 | 110101 |
Color Harmonies of #DB355E
Complementary color
Monochromatic Colors of #DB355E
Black with #DB355E
Text Example
Text Example
White with #DB355E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB355E; }
p { color: rgb(219,53,94); }
H1.HeaderClassName
{
color: #DB355E;
}
.AnyTagClassName
{
color: #DB355E;
}
</style>
background-color css
<style>
a { background-color: #DB355E; }
a { background-color: rgb(219,53,94); }
div.DivClassName
{
background-color: #DB355E;
}
.BgClassName
{
background-color: #DB355E;
}
</style>
border-color css
<style>
span { border-color: #DB355E; }
span { border-color: rgb(219,53,94); }
td.TdClassName
{
border-color: #DB355E;
}
.TagClassName
{
border-color: #DB355E;
}
</style>