Shades of Cerise #DB236F
Tints of Cerise #DB236F
RGB
CMYK
RGB Variations
Color information
#DB236F (or 0xDB236F) is known color: Cerise. HEX triplet: DB, 23 and 6F. RGB value is (219,35,111). Sum of RGB (Red+Green+Blue) = 219+35+111=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 35 (14.06% from 255 or 9.59% from 365); Blue value is 111 (43.75% from 255 or 30.41% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB236F is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB236F is #24DC90. Grayscale: #626262. Windows color (decimal): -2415761 or 7283675. OLE color: 7283675.
HSL color Cylindrical-coordinate representation of color #DB236F: hue angle of 335.22º 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 #DB236F is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 111 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.14 |
| HSL | 335.22º | 0.72% | 0.5% | - |
| HSV(B) | 335.22º | 0.84% | 0.86% | - |
| XYZ | 32.68 | 17.41 | 16.68 | - |
| YUV | 98.68 | 134.96 | 213.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 111 | 0 | 0.84 | 0.49 | 0.14 | 335.22 | 0.72 | 0.5 |
| Hex | DB | 23 | 6F | 0 | 54 | 31 | E | 14F | 48 | 32 |
| Octal | 333 | 43 | 157 | 0 | 124 | 61 | 16 | 517 | 110 | 62 |
| Binary | 11011011 | 100011 | 1101111 | 0 | 1010100 | 110001 | 1110 | 101001111 | 1001000 | 110010 |
Color Harmonies of #DB236F
Complementary color
Monochromatic Colors of #DB236F
Black with #DB236F
Text Example
Text Example
White with #DB236F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB236F; }
p { color: rgb(219,35,111); }
H1.HeaderClassName
{
color: #DB236F;
}
.AnyTagClassName
{
color: #DB236F;
}
</style>
background-color css
<style>
a { background-color: #DB236F; }
a { background-color: rgb(219,35,111); }
div.DivClassName
{
background-color: #DB236F;
}
.BgClassName
{
background-color: #DB236F;
}
</style>
border-color css
<style>
span { border-color: #DB236F; }
span { border-color: rgb(219,35,111); }
td.TdClassName
{
border-color: #DB236F;
}
.TagClassName
{
border-color: #DB236F;
}
</style>