Shades of Deep Cerise #DB207C
Tints of Deep Cerise #DB207C
RGB
CMYK
RGB Variations
Color information
#DB207C (or 0xDB207C) is known color: Deep Cerise. HEX triplet: DB, 20 and 7C. RGB value is (219,32,124). Sum of RGB (Red+Green+Blue) = 219+32+124=375 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.4% from 375); Green value is 32 (12.89% from 255 or 8.53% from 375); Blue value is 124 (48.83% from 255 or 33.07% from 375); Max value from RGB is 219 - color contains mainly: red. Hex color #DB207C is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB207C is #24DF83. Grayscale: #626262. Windows color (decimal): -2416516 or 8134875. OLE color: 8134875.
HSL color Cylindrical-coordinate representation of color #DB207C: hue angle of 330.48º degrees, saturation: 0.75, 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 #DB207C is Cyan = 0, Magento = 0.85, Yellow = 0.43 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 124 | - |
| CMYK | 0 | 0.85 | 0.43 | 0.14 |
| HSL | 330.48º | 0.75% | 0.49% | - |
| HSV(B) | 330.48º | 0.85% | 0.86% | - |
| XYZ | 33.37 | 17.55 | 20.7 | - |
| YUV | 98.4 | 142.45 | 214.02 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 124 | 0 | 0.85 | 0.43 | 0.14 | 330.48 | 0.75 | 0.49 |
| Hex | DB | 20 | 7C | 0 | 55 | 2B | E | 14A | 4B | 31 |
| Octal | 333 | 40 | 174 | 0 | 125 | 53 | 16 | 512 | 113 | 61 |
| Binary | 11011011 | 100000 | 1111100 | 0 | 1010101 | 101011 | 1110 | 101001010 | 1001011 | 110001 |
Color Harmonies of #DB207C
Complementary color
Monochromatic Colors of #DB207C
Black with #DB207C
Text Example
Text Example
White with #DB207C
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB207C; }
p { color: rgb(219,32,124); }
H1.HeaderClassName
{
color: #DB207C;
}
.AnyTagClassName
{
color: #DB207C;
}
</style>
background-color css
<style>
a { background-color: #DB207C; }
a { background-color: rgb(219,32,124); }
div.DivClassName
{
background-color: #DB207C;
}
.BgClassName
{
background-color: #DB207C;
}
</style>
border-color css
<style>
span { border-color: #DB207C; }
span { border-color: rgb(219,32,124); }
td.TdClassName
{
border-color: #DB207C;
}
.TagClassName
{
border-color: #DB207C;
}
</style>