Shades of Cerise #DB2168
Tints of Cerise #DB2168
RGB
CMYK
RGB Variations
Color information
#DB2168 (or 0xDB2168) is known color: Cerise. HEX triplet: DB, 21 and 68. RGB value is (219,33,104). Sum of RGB (Red+Green+Blue) = 219+33+104=356 (47% of max value = 765). Red value is 219 (85.94% from 255 or 61.52% from 356); Green value is 33 (13.28% from 255 or 9.27% from 356); Blue value is 104 (41.02% from 255 or 29.21% from 356); Max value from RGB is 219 - color contains mainly: red. Hex color #DB2168 is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB2168 is #24DE97. Grayscale: #606060. Windows color (decimal): -2416280 or 6824411. OLE color: 6824411.
HSL color Cylindrical-coordinate representation of color #DB2168: hue angle of 337.1º degrees, saturation: 0.74, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #DB2168 is Cyan = 0, Magento = 0.85, Yellow = 0.53 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 104 | - |
| CMYK | 0 | 0.85 | 0.53 | 0.14 |
| HSL | 337.1º | 0.74% | 0.49% | - |
| HSV(B) | 337.1º | 0.85% | 0.86% | - |
| XYZ | 32.26 | 17.15 | 14.71 | - |
| YUV | 96.71 | 132.12 | 215.23 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 104 | 0 | 0.85 | 0.53 | 0.14 | 337.1 | 0.74 | 0.49 |
| Hex | DB | 21 | 68 | 0 | 55 | 35 | E | 151 | 4A | 31 |
| Octal | 333 | 41 | 150 | 0 | 125 | 65 | 16 | 521 | 112 | 61 |
| Binary | 11011011 | 100001 | 1101000 | 0 | 1010101 | 110101 | 1110 | 101010001 | 1001010 | 110001 |
Color Harmonies of #DB2168
Complementary color
Monochromatic Colors of #DB2168
Black with #DB2168
Text Example
Text Example
White with #DB2168
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB2168; }
p { color: rgb(219,33,104); }
H1.HeaderClassName
{
color: #DB2168;
}
.AnyTagClassName
{
color: #DB2168;
}
</style>
background-color css
<style>
a { background-color: #DB2168; }
a { background-color: rgb(219,33,104); }
div.DivClassName
{
background-color: #DB2168;
}
.BgClassName
{
background-color: #DB2168;
}
</style>
border-color css
<style>
span { border-color: #DB2168; }
span { border-color: rgb(219,33,104); }
td.TdClassName
{
border-color: #DB2168;
}
.TagClassName
{
border-color: #DB2168;
}
</style>