Shades of Deep Cerise #DB247A
Tints of Deep Cerise #DB247A
RGB
CMYK
RGB Variations
Color information
#DB247A (or 0xDB247A) is known color: Deep Cerise. HEX triplet: DB, 24 and 7A. RGB value is (219,36,122). Sum of RGB (Red+Green+Blue) = 219+36+122=377 (49% of max value = 765). Red value is 219 (85.94% from 255 or 58.09% from 377); Green value is 36 (14.45% from 255 or 9.55% from 377); Blue value is 122 (48.05% from 255 or 32.36% from 377); Max value from RGB is 219 - color contains mainly: red. Hex color #DB247A is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB247A is #24DB85. Grayscale: #646464. Windows color (decimal): -2415494 or 8004827. OLE color: 8004827.
HSL color Cylindrical-coordinate representation of color #DB247A: hue angle of 331.8º degrees, saturation: 0.72, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB247A is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 122 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.14 |
| HSL | 331.8º | 0.72% | 0.5% | - |
| HSV(B) | 331.8º | 0.84% | 0.86% | - |
| XYZ | 33.36 | 17.73 | 20.08 | - |
| YUV | 100.52 | 140.13 | 212.51 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 122 | 0 | 0.84 | 0.44 | 0.14 | 331.8 | 0.72 | 0.5 |
| Hex | DB | 24 | 7A | 0 | 54 | 2C | E | 14C | 48 | 32 |
| Octal | 333 | 44 | 172 | 0 | 124 | 54 | 16 | 514 | 110 | 62 |
| Binary | 11011011 | 100100 | 1111010 | 0 | 1010100 | 101100 | 1110 | 101001100 | 1001000 | 110010 |
Color Harmonies of #DB247A
Complementary color
Monochromatic Colors of #DB247A
Black with #DB247A
Text Example
Text Example
White with #DB247A
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB247A; }
p { color: rgb(219,36,122); }
H1.HeaderClassName
{
color: #DB247A;
}
.AnyTagClassName
{
color: #DB247A;
}
</style>
background-color css
<style>
a { background-color: #DB247A; }
a { background-color: rgb(219,36,122); }
div.DivClassName
{
background-color: #DB247A;
}
.BgClassName
{
background-color: #DB247A;
}
</style>
border-color css
<style>
span { border-color: #DB247A; }
span { border-color: rgb(219,36,122); }
td.TdClassName
{
border-color: #DB247A;
}
.TagClassName
{
border-color: #DB247A;
}
</style>