Shades of Cerise #DB236A
Tints of Cerise #DB236A
RGB
CMYK
RGB Variations
Color information
#DB236A (or 0xDB236A) is known color: Cerise. HEX triplet: DB, 23 and 6A. RGB value is (219,35,106). Sum of RGB (Red+Green+Blue) = 219+35+106=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 35 (14.06% from 255 or 9.72% from 360); Blue value is 106 (41.80% from 255 or 29.44% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB236A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB236A is #24DC95. Grayscale: #626262. Windows color (decimal): -2415766 or 6955995. OLE color: 6955995.
HSL color Cylindrical-coordinate representation of color #DB236A: hue angle of 336.85º 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 #DB236A is Cyan = 0, Magento = 0.84, Yellow = 0.52 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 106 | - |
| CMYK | 0 | 0.84 | 0.52 | 0.14 |
| HSL | 336.85º | 0.72% | 0.5% | - |
| HSV(B) | 336.85º | 0.84% | 0.86% | - |
| XYZ | 32.42 | 17.3 | 15.27 | - |
| YUV | 98.11 | 132.46 | 214.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 106 | 0 | 0.84 | 0.52 | 0.14 | 336.85 | 0.72 | 0.5 |
| Hex | DB | 23 | 6A | 0 | 54 | 34 | E | 151 | 48 | 32 |
| Octal | 333 | 43 | 152 | 0 | 124 | 64 | 16 | 521 | 110 | 62 |
| Binary | 11011011 | 100011 | 1101010 | 0 | 1010100 | 110100 | 1110 | 101010001 | 1001000 | 110010 |
Color Harmonies of #DB236A
Complementary color
Monochromatic Colors of #DB236A
Black with #DB236A
Text Example
Text Example
White with #DB236A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB236A; }
p { color: rgb(219,35,106); }
H1.HeaderClassName
{
color: #DB236A;
}
.AnyTagClassName
{
color: #DB236A;
}
</style>
background-color css
<style>
a { background-color: #DB236A; }
a { background-color: rgb(219,35,106); }
div.DivClassName
{
background-color: #DB236A;
}
.BgClassName
{
background-color: #DB236A;
}
</style>
border-color css
<style>
span { border-color: #DB236A; }
span { border-color: rgb(219,35,106); }
td.TdClassName
{
border-color: #DB236A;
}
.TagClassName
{
border-color: #DB236A;
}
</style>