Shades of Deep Cerise #DB248D
Tints of Deep Cerise #DB248D
RGB
CMYK
RGB Variations
Color information
#DB248D (or 0xDB248D) is known color: Deep Cerise. HEX triplet: DB, 24 and 8D. RGB value is (219,36,141). Sum of RGB (Red+Green+Blue) = 219+36+141=396 (52% of max value = 765). Red value is 219 (85.94% from 255 or 55.30% from 396); Green value is 36 (14.45% from 255 or 9.09% from 396); Blue value is 141 (55.47% from 255 or 35.61% from 396); Max value from RGB is 219 - color contains mainly: red. Hex color #DB248D is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #DB248D is #24DB72. Grayscale: #666666. Windows color (decimal): -2415475 or 9250011. OLE color: 9250011.
HSL color Cylindrical-coordinate representation of color #DB248D: hue angle of 325.57º 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 #DB248D is Cyan = 0, Magento = 0.84, Yellow = 0.36 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 36 | 141 | - |
| CMYK | 0 | 0.84 | 0.36 | 0.14 |
| HSL | 325.57º | 0.72% | 0.5% | - |
| HSV(B) | 325.57º | 0.84% | 0.86% | - |
| XYZ | 34.65 | 18.24 | 26.89 | - |
| YUV | 102.69 | 149.63 | 210.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 141 | 0 | 0.84 | 0.36 | 0.14 | 325.57 | 0.72 | 0.5 |
| Hex | DB | 24 | 8D | 0 | 54 | 24 | E | 146 | 48 | 32 |
| Octal | 333 | 44 | 215 | 0 | 124 | 44 | 16 | 506 | 110 | 62 |
| Binary | 11011011 | 100100 | 10001101 | 0 | 1010100 | 100100 | 1110 | 101000110 | 1001000 | 110010 |
Color Harmonies of #DB248D
Complementary color
Monochromatic Colors of #DB248D
Black with #DB248D
Text Example
Text Example
White with #DB248D
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB248D; }
p { color: rgb(219,36,141); }
H1.HeaderClassName
{
color: #DB248D;
}
.AnyTagClassName
{
color: #DB248D;
}
</style>
background-color css
<style>
a { background-color: #DB248D; }
a { background-color: rgb(219,36,141); }
div.DivClassName
{
background-color: #DB248D;
}
.BgClassName
{
background-color: #DB248D;
}
</style>
border-color css
<style>
span { border-color: #DB248D; }
span { border-color: rgb(219,36,141); }
td.TdClassName
{
border-color: #DB248D;
}
.TagClassName
{
border-color: #DB248D;
}
</style>