Shades of Deep Cerise #DB207A
Tints of Deep Cerise #DB207A
RGB
CMYK
RGB Variations
Color information
#DB207A (or 0xDB207A) is known color: Deep Cerise. HEX triplet: DB, 20 and 7A. RGB value is (219,32,122). Sum of RGB (Red+Green+Blue) = 219+32+122=373 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.71% from 373); Green value is 32 (12.89% from 255 or 8.58% from 373); Blue value is 122 (48.05% from 255 or 32.71% from 373); Max value from RGB is 219 - color contains mainly: red. Hex color #DB207A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB207A is #24DF85. Grayscale: #626262. Windows color (decimal): -2416518 or 8003803. OLE color: 8003803.
HSL color Cylindrical-coordinate representation of color #DB207A: hue angle of 331.12º 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 #DB207A is Cyan = 0, Magento = 0.85, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 32 | 122 | - |
| CMYK | 0 | 0.85 | 0.44 | 0.14 |
| HSL | 331.12º | 0.75% | 0.49% | - |
| HSV(B) | 331.12º | 0.85% | 0.86% | - |
| XYZ | 33.24 | 17.5 | 20.04 | - |
| YUV | 98.17 | 141.45 | 214.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 32 | 122 | 0 | 0.85 | 0.44 | 0.14 | 331.12 | 0.75 | 0.49 |
| Hex | DB | 20 | 7A | 0 | 55 | 2C | E | 14B | 4B | 31 |
| Octal | 333 | 40 | 172 | 0 | 125 | 54 | 16 | 513 | 113 | 61 |
| Binary | 11011011 | 100000 | 1111010 | 0 | 1010101 | 101100 | 1110 | 101001011 | 1001011 | 110001 |
Color Harmonies of #DB207A
Complementary color
Monochromatic Colors of #DB207A
Black with #DB207A
Text Example
Text Example
White with #DB207A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB207A; }
p { color: rgb(219,32,122); }
H1.HeaderClassName
{
color: #DB207A;
}
.AnyTagClassName
{
color: #DB207A;
}
</style>
background-color css
<style>
a { background-color: #DB207A; }
a { background-color: rgb(219,32,122); }
div.DivClassName
{
background-color: #DB207A;
}
.BgClassName
{
background-color: #DB207A;
}
</style>
border-color css
<style>
span { border-color: #DB207A; }
span { border-color: rgb(219,32,122); }
td.TdClassName
{
border-color: #DB207A;
}
.TagClassName
{
border-color: #DB207A;
}
</style>