Shades of Cerise #DB2263
Tints of Cerise #DB2263
RGB
CMYK
RGB Variations
Color information
#DB2263 (or 0xDB2263) is known color: Cerise. HEX triplet: DB, 22 and 63. RGB value is (219,34,99). Sum of RGB (Red+Green+Blue) = 219+34+99=352 (46% of max value = 765). Red value is 219 (85.94% from 255 or 62.22% from 352); Green value is 34 (13.67% from 255 or 9.66% from 352); Blue value is 99 (39.06% from 255 or 28.12% from 352); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2263 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2263 is #24DD9C. Grayscale: #606060. Windows color (decimal): -2416029 or 6496987. OLE color: 6496987.
HSL color Cylindrical-coordinate representation of color #DB2263: hue angle of 338.92º degrees, saturation: 0.73, 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 #DB2263 is Cyan = 0, Magento = 0.84, Yellow = 0.55 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 99 | - |
| CMYK | 0 | 0.84 | 0.55 | 0.14 |
| HSL | 338.92º | 0.73% | 0.5% | - |
| HSV(B) | 338.92º | 0.84% | 0.86% | - |
| XYZ | 32.04 | 17.1 | 13.42 | - |
| YUV | 96.73 | 129.29 | 215.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 99 | 0 | 0.84 | 0.55 | 0.14 | 338.92 | 0.73 | 0.5 |
| Hex | DB | 22 | 63 | 0 | 54 | 37 | E | 153 | 49 | 32 |
| Octal | 333 | 42 | 143 | 0 | 124 | 67 | 16 | 523 | 111 | 62 |
| Binary | 11011011 | 100010 | 1100011 | 0 | 1010100 | 110111 | 1110 | 101010011 | 1001001 | 110010 |
Color Harmonies of #DB2263
Complementary color
Monochromatic Colors of #DB2263
Black with #DB2263
Text Example
Text Example
White with #DB2263
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2263; }
p { color: rgb(219,34,99); }
H1.HeaderClassName
{
color: #DB2263;
}
.AnyTagClassName
{
color: #DB2263;
}
</style>
background-color css
<style>
a { background-color: #DB2263; }
a { background-color: rgb(219,34,99); }
div.DivClassName
{
background-color: #DB2263;
}
.BgClassName
{
background-color: #DB2263;
}
</style>
border-color css
<style>
span { border-color: #DB2263; }
span { border-color: rgb(219,34,99); }
td.TdClassName
{
border-color: #DB2263;
}
.TagClassName
{
border-color: #DB2263;
}
</style>