Shades of Cerise #DB236D
Tints of Cerise #DB236D
RGB
CMYK
RGB Variations
Color information
#DB236D (or 0xDB236D) is known color: Cerise. HEX triplet: DB, 23 and 6D. RGB value is (219,35,109). Sum of RGB (Red+Green+Blue) = 219+35+109=363 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60.33% from 363); Green value is 35 (14.06% from 255 or 9.64% from 363); Blue value is 109 (42.97% from 255 or 30.03% from 363); Max value from RGB is 219 - color contains mainly: red. Hex color #DB236D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB236D is #24DC92. Grayscale: #626262. Windows color (decimal): -2415763 or 7152603. OLE color: 7152603.
HSL color Cylindrical-coordinate representation of color #DB236D: hue angle of 335.87º 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 #DB236D is Cyan = 0, Magento = 0.84, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 109 | - |
| CMYK | 0 | 0.84 | 0.50 | 0.14 |
| HSL | 335.87º | 0.72% | 0.5% | - |
| HSV(B) | 335.87º | 0.84% | 0.86% | - |
| XYZ | 32.57 | 17.37 | 16.1 | - |
| YUV | 98.45 | 133.96 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 109 | 0 | 0.84 | 0.50 | 0.14 | 335.87 | 0.72 | 0.5 |
| Hex | DB | 23 | 6D | 0 | 54 | 32 | E | 150 | 48 | 32 |
| Octal | 333 | 43 | 155 | 0 | 124 | 62 | 16 | 520 | 110 | 62 |
| Binary | 11011011 | 100011 | 1101101 | 0 | 1010100 | 110010 | 1110 | 101010000 | 1001000 | 110010 |
Color Harmonies of #DB236D
Complementary color
Monochromatic Colors of #DB236D
Black with #DB236D
Text Example
Text Example
White with #DB236D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB236D; }
p { color: rgb(219,35,109); }
H1.HeaderClassName
{
color: #DB236D;
}
.AnyTagClassName
{
color: #DB236D;
}
</style>
background-color css
<style>
a { background-color: #DB236D; }
a { background-color: rgb(219,35,109); }
div.DivClassName
{
background-color: #DB236D;
}
.BgClassName
{
background-color: #DB236D;
}
</style>
border-color css
<style>
span { border-color: #DB236D; }
span { border-color: rgb(219,35,109); }
td.TdClassName
{
border-color: #DB236D;
}
.TagClassName
{
border-color: #DB236D;
}
</style>