Shades of Deep Cerise #DB217D
Tints of Deep Cerise #DB217D
RGB
CMYK
RGB Variations
Color information
#DB217D (or 0xDB217D) is known color: Deep Cerise. HEX triplet: DB, 21 and 7D. RGB value is (219,33,125). Sum of RGB (Red+Green+Blue) = 219+33+125=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 33 (13.28% from 255 or 8.75% from 377); Blue value is 125 (49.22% from 255 or 33.16% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB217D is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB217D is #24DE82. Grayscale: #626262. Windows color (decimal): -2416259 or 8200667. OLE color: 8200667.
HSL color Cylindrical-coordinate representation of color #DB217D: hue angle of 330.32º 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 #DB217D is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 33 | 125 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.14 |
| HSL | 330.32º | 0.74% | 0.49% | - |
| HSV(B) | 330.32º | 0.85% | 0.86% | - |
| XYZ | 33.46 | 17.63 | 21.04 | - |
| YUV | 99.1 | 142.62 | 213.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 33 | 125 | 0 | 0.85 | 0.43 | 0.14 | 330.32 | 0.74 | 0.49 |
| Hex | DB | 21 | 7D | 0 | 55 | 2B | E | 14A | 4A | 31 |
| Octal | 333 | 41 | 175 | 0 | 125 | 53 | 16 | 512 | 112 | 61 |
| Binary | 11011011 | 100001 | 1111101 | 0 | 1010101 | 101011 | 1110 | 101001010 | 1001010 | 110001 |
Color Harmonies of #DB217D
Complementary color
Monochromatic Colors of #DB217D
Black with #DB217D
Text Example
Text Example
White with #DB217D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB217D; }
p { color: rgb(219,33,125); }
H1.HeaderClassName
{
color: #DB217D;
}
.AnyTagClassName
{
color: #DB217D;
}
</style>
background-color css
<style>
a { background-color: #DB217D; }
a { background-color: rgb(219,33,125); }
div.DivClassName
{
background-color: #DB217D;
}
.BgClassName
{
background-color: #DB217D;
}
</style>
border-color css
<style>
span { border-color: #DB217D; }
span { border-color: rgb(219,33,125); }
td.TdClassName
{
border-color: #DB217D;
}
.TagClassName
{
border-color: #DB217D;
}
</style>