Shades of Cerise #DB355F
Tints of Cerise #DB355F
RGB
CMYK
RGB Variations
Color information
#DB355F (or 0xDB355F) is known color: Cerise. HEX triplet: DB, 35 and 5F. RGB value is (219,53,95). Sum of RGB (Red+Green+Blue) = 219+53+95=367 (48% of max value = 765). Red value is 219 (85.94% from 255 or 59.67% from 367); Green value is 53 (21.09% from 255 or 14.44% from 367); Blue value is 95 (37.5% from 255 or 25.89% from 367); Max value from RGB is 219 - color contains mainly: red. Hex color #DB355F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB355F is #24CAA0. Grayscale: #6B6B6B. Windows color (decimal): -2411169 or 6239707. OLE color: 6239707.
HSL color Cylindrical-coordinate representation of color #DB355F: hue angle of 344.82º 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 #DB355F is Cyan = 0, Magento = 0.76, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 53 | 95 | - |
| CMYK | 0 | 0.76 | 0.57 | 0.14 |
| HSL | 344.82º | 0.7% | 0.53% | - |
| HSV(B) | 344.82º | 0.76% | 0.86% | - |
| XYZ | 32.55 | 18.43 | 12.67 | - |
| YUV | 107.42 | 121 | 207.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 53 | 95 | 0 | 0.76 | 0.57 | 0.14 | 344.82 | 0.7 | 0.53 |
| Hex | DB | 35 | 5F | 0 | 4C | 39 | E | 159 | 46 | 35 |
| Octal | 333 | 65 | 137 | 0 | 114 | 71 | 16 | 531 | 106 | 65 |
| Binary | 11011011 | 110101 | 1011111 | 0 | 1001100 | 111001 | 1110 | 101011001 | 1000110 | 110101 |
Color Harmonies of #DB355F
Complementary color
Monochromatic Colors of #DB355F
Black with #DB355F
Text Example
Text Example
White with #DB355F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB355F; }
p { color: rgb(219,53,95); }
H1.HeaderClassName
{
color: #DB355F;
}
.AnyTagClassName
{
color: #DB355F;
}
</style>
background-color css
<style>
a { background-color: #DB355F; }
a { background-color: rgb(219,53,95); }
div.DivClassName
{
background-color: #DB355F;
}
.BgClassName
{
background-color: #DB355F;
}
</style>
border-color css
<style>
span { border-color: #DB355F; }
span { border-color: rgb(219,53,95); }
td.TdClassName
{
border-color: #DB355F;
}
.TagClassName
{
border-color: #DB355F;
}
</style>