Shades of Cerise #DB2270
Tints of Cerise #DB2270
RGB
CMYK
RGB Variations
Color information
#DB2270 (or 0xDB2270) is known color: Cerise. HEX triplet: DB, 22 and 70. RGB value is (219,34,112). Sum of RGB (Red+Green+Blue) = 219+34+112=365 (48% of max value = 765). Red value is 219 (85.94% from 255 or 60% from 365); Green value is 34 (13.67% from 255 or 9.32% from 365); Blue value is 112 (44.14% from 255 or 30.68% from 365); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2270 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2270 is #24DD8F. Grayscale: #626262. Windows color (decimal): -2416016 or 7348955. OLE color: 7348955.
HSL color Cylindrical-coordinate representation of color #DB2270: hue angle of 334.7º 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 #DB2270 is Cyan = 0, Magento = 0.84, Yellow = 0.49 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 112 | - |
| CMYK | 0 | 0.84 | 0.49 | 0.14 |
| HSL | 334.7º | 0.73% | 0.5% | - |
| HSV(B) | 334.7º | 0.84% | 0.86% | - |
| XYZ | 32.71 | 17.37 | 16.96 | - |
| YUV | 98.21 | 135.79 | 214.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 112 | 0 | 0.84 | 0.49 | 0.14 | 334.7 | 0.73 | 0.5 |
| Hex | DB | 22 | 70 | 0 | 54 | 31 | E | 14F | 49 | 32 |
| Octal | 333 | 42 | 160 | 0 | 124 | 61 | 16 | 517 | 111 | 62 |
| Binary | 11011011 | 100010 | 1110000 | 0 | 1010100 | 110001 | 1110 | 101001111 | 1001001 | 110010 |
Color Harmonies of #DB2270
Complementary color
Monochromatic Colors of #DB2270
Black with #DB2270
Text Example
Text Example
White with #DB2270
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2270; }
p { color: rgb(219,34,112); }
H1.HeaderClassName
{
color: #DB2270;
}
.AnyTagClassName
{
color: #DB2270;
}
</style>
background-color css
<style>
a { background-color: #DB2270; }
a { background-color: rgb(219,34,112); }
div.DivClassName
{
background-color: #DB2270;
}
.BgClassName
{
background-color: #DB2270;
}
</style>
border-color css
<style>
span { border-color: #DB2270; }
span { border-color: rgb(219,34,112); }
td.TdClassName
{
border-color: #DB2270;
}
.TagClassName
{
border-color: #DB2270;
}
</style>