Shades of Cerise #DB216E
Tints of Cerise #DB216E
RGB
CMYK
RGB Variations
Color information
#DB216E (or 0xDB216E) is known color: Cerise. HEX triplet: DB, 21 and 6E. RGB value is (219,33,110). Sum of RGB (Red+Green+Blue) = 219+33+110=362 (47% of max value = 765). Red value is 219 (85.94% from 255 or 60.50% from 362); Green value is 33 (13.28% from 255 or 9.12% from 362); Blue value is 110 (43.36% from 255 or 30.39% from 362); Max value from RGB is 219 - color contains mainly: red. Hex color #DB216E is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB216E is #24DE91. Grayscale: #616161. Windows color (decimal): -2416274 or 7217627. OLE color: 7217627.
HSL color Cylindrical-coordinate representation of color #DB216E: hue angle of 335.16º 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 #DB216E is Cyan = 0, Magento = 0.85, Yellow = 0.50 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 110 | - |
| CMYK | 0 | 0.85 | 0.50 | 0.14 |
| HSL | 335.16º | 0.74% | 0.49% | - |
| HSV(B) | 335.16º | 0.85% | 0.86% | - |
| XYZ | 32.57 | 17.27 | 16.37 | - |
| YUV | 97.39 | 135.12 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 110 | 0 | 0.85 | 0.50 | 0.14 | 335.16 | 0.74 | 0.49 |
| Hex | DB | 21 | 6E | 0 | 55 | 32 | E | 14F | 4A | 31 |
| Octal | 333 | 41 | 156 | 0 | 125 | 62 | 16 | 517 | 112 | 61 |
| Binary | 11011011 | 100001 | 1101110 | 0 | 1010101 | 110010 | 1110 | 101001111 | 1001010 | 110001 |
Color Harmonies of #DB216E
Complementary color
Monochromatic Colors of #DB216E
Black with #DB216E
Text Example
Text Example
White with #DB216E
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB216E; }
p { color: rgb(219,33,110); }
H1.HeaderClassName
{
color: #DB216E;
}
.AnyTagClassName
{
color: #DB216E;
}
</style>
background-color css
<style>
a { background-color: #DB216E; }
a { background-color: rgb(219,33,110); }
div.DivClassName
{
background-color: #DB216E;
}
.BgClassName
{
background-color: #DB216E;
}
</style>
border-color css
<style>
span { border-color: #DB216E; }
span { border-color: rgb(219,33,110); }
td.TdClassName
{
border-color: #DB216E;
}
.TagClassName
{
border-color: #DB216E;
}
</style>