Shades of Cerise #DB235A
Tints of Cerise #DB235A
RGB
CMYK
RGB Variations
Color information
#DB235A (or 0xDB235A) is known color: Cerise. HEX triplet: DB, 23 and 5A. RGB value is (219,35,90). Sum of RGB (Red+Green+Blue) = 219+35+90=344 (45% of max value = 765). Red value is 219 (85.94% from 255 or 63.66% from 344); Green value is 35 (14.06% from 255 or 10.17% from 344); Blue value is 90 (35.55% from 255 or 26.16% from 344); Max value from RGB is 219 - color contains mainly: red. Hex color #DB235A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB235A is #24DCA5. Grayscale: #606060. Windows color (decimal): -2415782 or 5907419. OLE color: 5907419.
HSL color Cylindrical-coordinate representation of color #DB235A: hue angle of 342.07º 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 #DB235A is Cyan = 0, Magento = 0.84, Yellow = 0.59 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 90 | - |
| CMYK | 0 | 0.84 | 0.59 | 0.14 |
| HSL | 342.07º | 0.72% | 0.5% | - |
| HSV(B) | 342.07º | 0.84% | 0.86% | - |
| XYZ | 31.66 | 17 | 11.29 | - |
| YUV | 96.29 | 124.46 | 215.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 90 | 0 | 0.84 | 0.59 | 0.14 | 342.07 | 0.72 | 0.5 |
| Hex | DB | 23 | 5A | 0 | 54 | 3B | E | 156 | 48 | 32 |
| Octal | 333 | 43 | 132 | 0 | 124 | 73 | 16 | 526 | 110 | 62 |
| Binary | 11011011 | 100011 | 1011010 | 0 | 1010100 | 111011 | 1110 | 101010110 | 1001000 | 110010 |
Color Harmonies of #DB235A
Complementary color
Monochromatic Colors of #DB235A
Black with #DB235A
Text Example
Text Example
White with #DB235A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB235A; }
p { color: rgb(219,35,90); }
H1.HeaderClassName
{
color: #DB235A;
}
.AnyTagClassName
{
color: #DB235A;
}
</style>
background-color css
<style>
a { background-color: #DB235A; }
a { background-color: rgb(219,35,90); }
div.DivClassName
{
background-color: #DB235A;
}
.BgClassName
{
background-color: #DB235A;
}
</style>
border-color css
<style>
span { border-color: #DB235A; }
span { border-color: rgb(219,35,90); }
td.TdClassName
{
border-color: #DB235A;
}
.TagClassName
{
border-color: #DB235A;
}
</style>