Shades of Cerise #DB216D
Tints of Cerise #DB216D
RGB
CMYK
RGB Variations
Color information
#DB216D (or 0xDB216D) is known color: Cerise. HEX triplet: DB, 21 and 6D. RGB value is (219,33,109). Sum of RGB (Red+Green+Blue) = 219+33+109=361 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.66% from 361); Green value is 33 (13.28% from 255 or 9.14% from 361); Blue value is 109 (42.97% from 255 or 30.19% from 361); Max value from RGB is 219 - color contains mainly: red. Hex color #DB216D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB216D is #24DE92. Grayscale: #616161. Windows color (decimal): -2416275 or 7152091. OLE color: 7152091.
HSL color Cylindrical-coordinate representation of color #DB216D: hue angle of 335.48º 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 #DB216D is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 109 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.14 |
| HSL | 335.48º | 0.74% | 0.49% | - |
| HSV(B) | 335.48º | 0.85% | 0.86% | - |
| XYZ | 32.52 | 17.25 | 16.08 | - |
| YUV | 97.28 | 134.62 | 214.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 109 | 0 | 0.85 | 0.50 | 0.14 | 335.48 | 0.74 | 0.49 |
| Hex | DB | 21 | 6D | 0 | 55 | 32 | E | 14F | 4A | 31 |
| Octal | 333 | 41 | 155 | 0 | 125 | 62 | 16 | 517 | 112 | 61 |
| Binary | 11011011 | 100001 | 1101101 | 0 | 1010101 | 110010 | 1110 | 101001111 | 1001010 | 110001 |
Color Harmonies of #DB216D
Complementary color
Monochromatic Colors of #DB216D
Black with #DB216D
Text Example
Text Example
White with #DB216D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB216D; }
p { color: rgb(219,33,109); }
H1.HeaderClassName
{
color: #DB216D;
}
.AnyTagClassName
{
color: #DB216D;
}
</style>
background-color css
<style>
a { background-color: #DB216D; }
a { background-color: rgb(219,33,109); }
div.DivClassName
{
background-color: #DB216D;
}
.BgClassName
{
background-color: #DB216D;
}
</style>
border-color css
<style>
span { border-color: #DB216D; }
span { border-color: rgb(219,33,109); }
td.TdClassName
{
border-color: #DB216D;
}
.TagClassName
{
border-color: #DB216D;
}
</style>