Shades of Deep Cerise #DB218F
Tints of Deep Cerise #DB218F
RGB
CMYK
RGB Variations
Color information
#DB218F (or 0xDB218F) is known color: Deep Cerise. HEX triplet: DB, 21 and 8F. RGB value is (219,33,143). Sum of RGB (Red+Green+Blue) = 219+33+143=395 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.44% from 395); Green value is 33 (13.28% from 255 or 8.35% from 395); Blue value is 143 (56.25% from 255 or 36.20% from 395); Max value from RGB is 219 - color contains mainly: red. Hex color #DB218F is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB218F is #24DE70. Grayscale: #646464. Windows color (decimal): -2416241 or 9380315. OLE color: 9380315.
HSL color Cylindrical-coordinate representation of color #DB218F: hue angle of 324.52º 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 #DB218F is Cyan = 0, Magento = 0.85, Yellow = 0.35 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 143 | - |
| CMYK | 0 | 0.85 | 0.35 | 0.14 |
| HSL | 324.52º | 0.74% | 0.49% | - |
| HSV(B) | 324.52º | 0.85% | 0.86% | - |
| XYZ | 34.72 | 18.13 | 27.66 | - |
| YUV | 101.15 | 151.62 | 212.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 143 | 0 | 0.85 | 0.35 | 0.14 | 324.52 | 0.74 | 0.49 |
| Hex | DB | 21 | 8F | 0 | 55 | 23 | E | 145 | 4A | 31 |
| Octal | 333 | 41 | 217 | 0 | 125 | 43 | 16 | 505 | 112 | 61 |
| Binary | 11011011 | 100001 | 10001111 | 0 | 1010101 | 100011 | 1110 | 101000101 | 1001010 | 110001 |
Color Harmonies of #DB218F
Complementary color
Monochromatic Colors of #DB218F
Black with #DB218F
Text Example
Text Example
White with #DB218F
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB218F; }
p { color: rgb(219,33,143); }
H1.HeaderClassName
{
color: #DB218F;
}
.AnyTagClassName
{
color: #DB218F;
}
</style>
background-color css
<style>
a { background-color: #DB218F; }
a { background-color: rgb(219,33,143); }
div.DivClassName
{
background-color: #DB218F;
}
.BgClassName
{
background-color: #DB218F;
}
</style>
border-color css
<style>
span { border-color: #DB218F; }
span { border-color: rgb(219,33,143); }
td.TdClassName
{
border-color: #DB218F;
}
.TagClassName
{
border-color: #DB218F;
}
</style>