Shades of Cerise #DB236B
Tints of Cerise #DB236B
RGB
CMYK
RGB Variations
Color information
#DB236B (or 0xDB236B) is known color: Cerise. HEX triplet: DB, 23 and 6B. RGB value is (219,35,107). Sum of RGB (Red+Green+Blue) = 219+35+107=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 35 (14.06% from 255 or 9.70% from 361); Blue value is 107 (42.19% from 255 or 29.64% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB236B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB236B is #24DC94. Grayscale: #626262. Windows color (decimal): -2415765 or 7021531. OLE color: 7021531.
HSL color Cylindrical-coordinate representation of color #DB236B: hue angle of 336.52º 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 #DB236B is Cyan = 0, Magento = 0.84, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 107 | - |
| CMYK | 0 | 0.84 | 0.51 | 0.14 |
| HSL | 336.52º | 0.72% | 0.5% | - |
| HSV(B) | 336.52º | 0.84% | 0.86% | - |
| XYZ | 32.47 | 17.32 | 15.54 | - |
| YUV | 98.22 | 132.96 | 214.15 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 107 | 0 | 0.84 | 0.51 | 0.14 | 336.52 | 0.72 | 0.5 |
| Hex | DB | 23 | 6B | 0 | 54 | 33 | E | 151 | 48 | 32 |
| Octal | 333 | 43 | 153 | 0 | 124 | 63 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100011 | 1101011 | 0 | 1010100 | 110011 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB236B
Complementary color
Monochromatic Colors of #DB236B
Black with #DB236B
Text Example
Text Example
White with #DB236B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB236B; }
p { color: rgb(219,35,107); }
H1.HeaderClassName
{
color: #DB236B;
}
.AnyTagClassName
{
color: #DB236B;
}
</style>
background-color css
<style>
a { background-color: #DB236B; }
a { background-color: rgb(219,35,107); }
div.DivClassName
{
background-color: #DB236B;
}
.BgClassName
{
background-color: #DB236B;
}
</style>
border-color css
<style>
span { border-color: #DB236B; }
span { border-color: rgb(219,35,107); }
td.TdClassName
{
border-color: #DB236B;
}
.TagClassName
{
border-color: #DB236B;
}
</style>