Shades of Cerise #DB2265
Tints of Cerise #DB2265
RGB
CMYK
RGB Variations
Color information
#DB2265 (or 0xDB2265) is known color: Cerise. HEX triplet: DB, 22 and 65. RGB value is (219,34,101). Sum of RGB (Red+Green+Blue) = 219+34+101=354 (46% of max value = 765). Red value is 219 (85.94% from 255 or 61.86% from 354); Green value is 34 (13.67% from 255 or 9.60% from 354); Blue value is 101 (39.84% from 255 or 28.53% from 354); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2265 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2265 is #24DD9A. Grayscale: #606060. Windows color (decimal): -2416027 or 6628059. OLE color: 6628059.
HSL color Cylindrical-coordinate representation of color #DB2265: hue angle of 338.27º 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 #DB2265 is Cyan = 0, Magento = 0.84, Yellow = 0.54 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 101 | - |
| CMYK | 0 | 0.84 | 0.54 | 0.14 |
| HSL | 338.27º | 0.73% | 0.5% | - |
| HSV(B) | 338.27º | 0.84% | 0.86% | - |
| XYZ | 32.13 | 17.14 | 13.93 | - |
| YUV | 96.95 | 130.29 | 215.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 101 | 0 | 0.84 | 0.54 | 0.14 | 338.27 | 0.73 | 0.5 |
| Hex | DB | 22 | 65 | 0 | 54 | 36 | E | 152 | 49 | 32 |
| Octal | 333 | 42 | 145 | 0 | 124 | 66 | 16 | 522 | 111 | 62 |
| Binary | 11011011 | 100010 | 1100101 | 0 | 1010100 | 110110 | 1110 | 101010010 | 1001001 | 110010 |
Color Harmonies of #DB2265
Complementary color
Monochromatic Colors of #DB2265
Black with #DB2265
Text Example
Text Example
White with #DB2265
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2265; }
p { color: rgb(219,34,101); }
H1.HeaderClassName
{
color: #DB2265;
}
.AnyTagClassName
{
color: #DB2265;
}
</style>
background-color css
<style>
a { background-color: #DB2265; }
a { background-color: rgb(219,34,101); }
div.DivClassName
{
background-color: #DB2265;
}
.BgClassName
{
background-color: #DB2265;
}
</style>
border-color css
<style>
span { border-color: #DB2265; }
span { border-color: rgb(219,34,101); }
td.TdClassName
{
border-color: #DB2265;
}
.TagClassName
{
border-color: #DB2265;
}
</style>