Shades of Deep Magenta #DB24DF
Tints of Deep Magenta #DB24DF
RGB
CMYK
RGB Variations
Color information
#DB24DF (or 0xDB24DF) is known color: Deep Magenta. HEX triplet: DB, 24 and DF. RGB value is (219,36,223). Sum of RGB (Red+Green+Blue) = 219+36+223=478 (63% of max value = 765). Red value is 219 (85.94% from 255 or 45.82% from 478); Green value is 36 (14.45% from 255 or 7.53% from 478); Blue value is 223 (87.5% from 255 or 46.65% from 478); Max value from RGB is 223 - color contains mainly: blue. Hex color #DB24DF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB24DF is #24DB20. Grayscale: #6F6F6F. Windows color (decimal): -2415393 or 14623963. OLE color: 14623963.
HSL color Cylindrical-coordinate representation of color #DB24DF: hue angle of 298.72º degrees, saturation: 0.75, lightness: 0.51%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #DB24DF is Cyan = 0.02, Magento = 0.84, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 219 | 36 | 223 | - |
| CMYK | 0.02 | 0.84 | 0 | 0.13 |
| HSL | 298.72º | 0.75% | 0.51% | - |
| HSV(B) | 298.72º | 0.84% | 0.87% | - |
| XYZ | 43.16 | 21.65 | 71.72 | - |
| YUV | 112.04 | 190.63 | 204.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 36 | 223 | 0.02 | 0.84 | 0 | 0.13 | 298.72 | 0.75 | 0.51 |
| Hex | DB | 24 | DF | 2 | 54 | 0 | D | 12B | 4B | 33 |
| Octal | 333 | 44 | 337 | 2 | 124 | 0 | 15 | 453 | 113 | 63 |
| Binary | 11011011 | 100100 | 11011111 | 10 | 1010100 | 0 | 1101 | 100101011 | 1001011 | 110011 |
Color Harmonies of #DB24DF
Complementary color
Monochromatic Colors of #DB24DF
Black with #DB24DF
Text Example
Text Example
White with #DB24DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB24DF; }
p { color: rgb(219,36,223); }
H1.HeaderClassName
{
color: #DB24DF;
}
.AnyTagClassName
{
color: #DB24DF;
}
</style>
background-color css
<style>
a { background-color: #DB24DF; }
a { background-color: rgb(219,36,223); }
div.DivClassName
{
background-color: #DB24DF;
}
.BgClassName
{
background-color: #DB24DF;
}
</style>
border-color css
<style>
span { border-color: #DB24DF; }
span { border-color: rgb(219,36,223); }
td.TdClassName
{
border-color: #DB24DF;
}
.TagClassName
{
border-color: #DB24DF;
}
</style>