Shades of Cerise #DB2561
Tints of Cerise #DB2561
RGB
CMYK
RGB Variations
Color information
#DB2561 (or 0xDB2561) is known color: Cerise. HEX triplet: DB, 25 and 61. RGB value is (219,37,97). Sum of RGB (Red+Green+Blue) = 219+37+97=353 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.04% from 353); Green value is 37 (14.84% from 255 or 10.48% from 353); Blue value is 97 (38.28% from 255 or 27.48% from 353); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2561 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2561 is #24DA9E. Grayscale: #626262. Windows color (decimal): -2415263 or 6366683. OLE color: 6366683.
HSL color Cylindrical-coordinate representation of color #DB2561: hue angle of 340.22º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.83%. Process color model (Four color, CMYK) of #DB2561 is Cyan = 0, Magento = 0.83, Yellow = 0.56 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 37 | 97 | - |
| CMYK | 0 | 0.83 | 0.56 | 0.14 |
| HSL | 340.22º | 0.72% | 0.5% | - |
| HSV(B) | 340.22º | 0.83% | 0.86% | - |
| XYZ | 32.03 | 17.25 | 12.95 | - |
| YUV | 98.26 | 127.3 | 214.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 37 | 97 | 0 | 0.83 | 0.56 | 0.14 | 340.22 | 0.72 | 0.5 |
| Hex | DB | 25 | 61 | 0 | 53 | 38 | E | 154 | 48 | 32 |
| Octal | 333 | 45 | 141 | 0 | 123 | 70 | 16 | 524 | 110 | 62 |
| Binary | 11011011 | 100101 | 1100001 | 0 | 1010011 | 111000 | 1110 | 101010100 | 1001000 | 110010 |
Color Harmonies of #DB2561
Complementary color
Monochromatic Colors of #DB2561
Black with #DB2561
Text Example
Text Example
White with #DB2561
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2561; }
p { color: rgb(219,37,97); }
H1.HeaderClassName
{
color: #DB2561;
}
.AnyTagClassName
{
color: #DB2561;
}
</style>
background-color css
<style>
a { background-color: #DB2561; }
a { background-color: rgb(219,37,97); }
div.DivClassName
{
background-color: #DB2561;
}
.BgClassName
{
background-color: #DB2561;
}
</style>
border-color css
<style>
span { border-color: #DB2561; }
span { border-color: rgb(219,37,97); }
td.TdClassName
{
border-color: #DB2561;
}
.TagClassName
{
border-color: #DB2561;
}
</style>