Shades of Cerise #DB216C
Tints of Cerise #DB216C
RGB
CMYK
RGB Variations
Color information
#DB216C (or 0xDB216C) is known color: Cerise. HEX triplet: DB, 21 and 6C. RGB value is (219,33,108). Sum of RGB (Red+Green+Blue) = 219+33+108=360 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.83% from 360); Green value is 33 (13.28% from 255 or 9.17% from 360); Blue value is 108 (42.58% from 255 or 30% from 360); Max value from RGB is 219 - color contains mainly: red. Hex color #DB216C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB216C is #24DE93. Grayscale: #616161. Windows color (decimal): -2416276 or 7086555. OLE color: 7086555.
HSL color Cylindrical-coordinate representation of color #DB216C: hue angle of 335.81º 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 #DB216C is Cyan = 0, Magento = 0.85, Yellow = 0.51 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 108 | - |
| CMYK | 0 | 0.85 | 0.51 | 0.14 |
| HSL | 335.81º | 0.74% | 0.49% | - |
| HSV(B) | 335.81º | 0.85% | 0.86% | - |
| XYZ | 32.46 | 17.23 | 15.8 | - |
| YUV | 97.16 | 134.12 | 214.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 108 | 0 | 0.85 | 0.51 | 0.14 | 335.81 | 0.74 | 0.49 |
| Hex | DB | 21 | 6C | 0 | 55 | 33 | E | 150 | 4A | 31 |
| Octal | 333 | 41 | 154 | 0 | 125 | 63 | 16 | 520 | 112 | 61 |
| Binary | 11011011 | 100001 | 1101100 | 0 | 1010101 | 110011 | 1110 | 101010000 | 1001010 | 110001 |
Color Harmonies of #DB216C
Complementary color
Monochromatic Colors of #DB216C
Black with #DB216C
Text Example
Text Example
White with #DB216C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB216C; }
p { color: rgb(219,33,108); }
H1.HeaderClassName
{
color: #DB216C;
}
.AnyTagClassName
{
color: #DB216C;
}
</style>
background-color css
<style>
a { background-color: #DB216C; }
a { background-color: rgb(219,33,108); }
div.DivClassName
{
background-color: #DB216C;
}
.BgClassName
{
background-color: #DB216C;
}
</style>
border-color css
<style>
span { border-color: #DB216C; }
span { border-color: rgb(219,33,108); }
td.TdClassName
{
border-color: #DB216C;
}
.TagClassName
{
border-color: #DB216C;
}
</style>