Shades of Cerise #DB235F
Tints of Cerise #DB235F
RGB
CMYK
RGB Variations
Color information
#DB235F (or 0xDB235F) is known color: Cerise. HEX triplet: DB, 23 and 5F. RGB value is (219,35,95). Sum of RGB (Red+Green+Blue) = 219+35+95=349 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.75% from 349); Green value is 35 (14.06% from 255 or 10.03% from 349); Blue value is 95 (37.5% from 255 or 27.22% from 349); Max value from RGB is 219 - color contains mainly: red. Hex color #DB235F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB235F is #24DCA0. Grayscale: #606060. Windows color (decimal): -2415777 or 6235099. OLE color: 6235099.
HSL color Cylindrical-coordinate representation of color #DB235F: hue angle of 340.43º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB235F is Cyan = 0, Magento = 0.84, Yellow = 0.57 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 95 | - |
| CMYK | 0 | 0.84 | 0.57 | 0.14 |
| HSL | 340.43º | 0.72% | 0.5% | - |
| HSV(B) | 340.43º | 0.84% | 0.86% | - |
| XYZ | 31.88 | 17.09 | 12.44 | - |
| YUV | 96.86 | 126.96 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 95 | 0 | 0.84 | 0.57 | 0.14 | 340.43 | 0.72 | 0.5 |
| Hex | DB | 23 | 5F | 0 | 54 | 39 | E | 154 | 48 | 32 |
| Octal | 333 | 43 | 137 | 0 | 124 | 71 | 16 | 524 | 110 | 62 |
| Binary | 11011011 | 100011 | 1011111 | 0 | 1010100 | 111001 | 1110 | 101010100 | 1001000 | 110010 |
Color Harmonies of #DB235F
Complementary color
Monochromatic Colors of #DB235F
Black with #DB235F
Text Example
Text Example
White with #DB235F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB235F; }
p { color: rgb(219,35,95); }
H1.HeaderClassName
{
color: #DB235F;
}
.AnyTagClassName
{
color: #DB235F;
}
</style>
background-color css
<style>
a { background-color: #DB235F; }
a { background-color: rgb(219,35,95); }
div.DivClassName
{
background-color: #DB235F;
}
.BgClassName
{
background-color: #DB235F;
}
</style>
border-color css
<style>
span { border-color: #DB235F; }
span { border-color: rgb(219,35,95); }
td.TdClassName
{
border-color: #DB235F;
}
.TagClassName
{
border-color: #DB235F;
}
</style>