Shades of Deep Cerise #DB247B
Tints of Deep Cerise #DB247B
RGB
CMYK
RGB Variations
Color information
#DB247B (or 0xDB247B) is known color: Deep Cerise. HEX triplet: DB, 24 and 7B. RGB value is (219,36,123). Sum of RGB (Red+Green+Blue) = 219+36+123=378 (50% of max value = 765). Red value is 219 (85.94% from 255 or 57.94% from 378); Green value is 36 (14.45% from 255 or 9.52% from 378); Blue value is 123 (48.44% from 255 or 32.54% from 378); Max value from RGB is 219 - color contains mainly: red. Hex color #DB247B is not a web safe color. Web safe color analog (approx): #CC3366. Inversed color of #DB247B is #24DB84. Grayscale: #646464. Windows color (decimal): -2415493 or 8070363. OLE color: 8070363.
HSL color Cylindrical-coordinate representation of color #DB247B: hue angle of 331.48º 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 #DB247B is Cyan = 0, Magento = 0.84, Yellow = 0.44 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 123 | - |
| CMYK | 0 | 0.84 | 0.44 | 0.14 |
| HSL | 331.48º | 0.72% | 0.5% | - |
| HSV(B) | 331.48º | 0.84% | 0.86% | - |
| XYZ | 33.42 | 17.75 | 20.4 | - |
| YUV | 100.64 | 140.63 | 212.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 123 | 0 | 0.84 | 0.44 | 0.14 | 331.48 | 0.72 | 0.5 |
| Hex | DB | 24 | 7B | 0 | 54 | 2C | E | 14B | 48 | 32 |
| Octal | 333 | 44 | 173 | 0 | 124 | 54 | 16 | 513 | 110 | 62 |
| Binary | 11011011 | 100100 | 1111011 | 0 | 1010100 | 101100 | 1110 | 101001011 | 1001000 | 110010 |
Color Harmonies of #DB247B
Complementary color
Monochromatic Colors of #DB247B
Black with #DB247B
Text Example
Text Example
White with #DB247B
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB247B; }
p { color: rgb(219,36,123); }
H1.HeaderClassName
{
color: #DB247B;
}
.AnyTagClassName
{
color: #DB247B;
}
</style>
background-color css
<style>
a { background-color: #DB247B; }
a { background-color: rgb(219,36,123); }
div.DivClassName
{
background-color: #DB247B;
}
.BgClassName
{
background-color: #DB247B;
}
</style>
border-color css
<style>
span { border-color: #DB247B; }
span { border-color: rgb(219,36,123); }
td.TdClassName
{
border-color: #DB247B;
}
.TagClassName
{
border-color: #DB247B;
}
</style>