Shades of Cerise #DB236E
Tints of Cerise #DB236E
RGB
CMYK
RGB Variations
Color information
#DB236E (or 0xDB236E) is known color: Cerise. HEX triplet: DB, 23 and 6E. RGB value is (219,35,110). Sum of RGB (Red+Green+Blue) = 219+35+110=364 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.16% from 364); Green value is 35 (14.06% from 255 or 9.62% from 364); Blue value is 110 (43.36% from 255 or 30.22% from 364); Max value from RGB is 219 - color contains mainly: red. Hex color #DB236E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB236E is #24DC91. Grayscale: #626262. Windows color (decimal): -2415762 or 7218139. OLE color: 7218139.
HSL color Cylindrical-coordinate representation of color #DB236E: hue angle of 335.54º 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 #DB236E is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 110 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.14 |
| HSL | 335.54º | 0.72% | 0.5% | - |
| HSV(B) | 335.54º | 0.84% | 0.86% | - |
| XYZ | 32.63 | 17.39 | 16.39 | - |
| YUV | 98.57 | 134.46 | 213.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 110 | 0 | 0.84 | 0.50 | 0.14 | 335.54 | 0.72 | 0.5 |
| Hex | DB | 23 | 6E | 0 | 54 | 32 | E | 150 | 48 | 32 |
| Octal | 333 | 43 | 156 | 0 | 124 | 62 | 16 | 520 | 110 | 62 |
| Binary | 11011011 | 100011 | 1101110 | 0 | 1010100 | 110010 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DB236E
Complementary color
Monochromatic Colors of #DB236E
Black with #DB236E
Text Example
Text Example
White with #DB236E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB236E; }
p { color: rgb(219,35,110); }
H1.HeaderClassName
{
color: #DB236E;
}
.AnyTagClassName
{
color: #DB236E;
}
</style>
background-color css
<style>
a { background-color: #DB236E; }
a { background-color: rgb(219,35,110); }
div.DivClassName
{
background-color: #DB236E;
}
.BgClassName
{
background-color: #DB236E;
}
</style>
border-color css
<style>
span { border-color: #DB236E; }
span { border-color: rgb(219,35,110); }
td.TdClassName
{
border-color: #DB236E;
}
.TagClassName
{
border-color: #DB236E;
}
</style>