Shades of Cerise #DB2268
Tints of Cerise #DB2268
RGB
CMYK
RGB Variations
Color information
#DB2268 (or 0xDB2268) is known color: Cerise. HEX triplet: DB, 22 and 68. RGB value is (219,34,104). Sum of RGB (Red+Green+Blue) = 219+34+104=357 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.34% from 357); Green value is 34 (13.67% from 255 or 9.52% from 357); Blue value is 104 (41.02% from 255 or 29.13% from 357); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2268 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2268 is #24DD97. Grayscale: #616161. Windows color (decimal): -2416024 or 6824667. OLE color: 6824667.
HSL color Cylindrical-coordinate representation of color #DB2268: hue angle of 337.3º 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 #DB2268 is Cyan = 0, Magento = 0.84, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 34 | 104 | - |
| CMYK | 0 | 0.84 | 0.53 | 0.14 |
| HSL | 337.3º | 0.73% | 0.5% | - |
| HSV(B) | 337.3º | 0.84% | 0.86% | - |
| XYZ | 32.28 | 17.2 | 14.72 | - |
| YUV | 97.3 | 131.79 | 214.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 34 | 104 | 0 | 0.84 | 0.53 | 0.14 | 337.3 | 0.73 | 0.5 |
| Hex | DB | 22 | 68 | 0 | 54 | 35 | E | 151 | 49 | 32 |
| Octal | 333 | 42 | 150 | 0 | 124 | 65 | 16 | 521 | 111 | 62 |
| Binary | 11011011 | 100010 | 1101000 | 0 | 1010100 | 110101 | 1110 | 101010001 | 1001001 | 110010 |
Color Harmonies of #DB2268
Complementary color
Monochromatic Colors of #DB2268
Black with #DB2268
Text Example
Text Example
White with #DB2268
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2268; }
p { color: rgb(219,34,104); }
H1.HeaderClassName
{
color: #DB2268;
}
.AnyTagClassName
{
color: #DB2268;
}
</style>
background-color css
<style>
a { background-color: #DB2268; }
a { background-color: rgb(219,34,104); }
div.DivClassName
{
background-color: #DB2268;
}
.BgClassName
{
background-color: #DB2268;
}
</style>
border-color css
<style>
span { border-color: #DB2268; }
span { border-color: rgb(219,34,104); }
td.TdClassName
{
border-color: #DB2268;
}
.TagClassName
{
border-color: #DB2268;
}
</style>