Shades of Deep Magenta #DB23DA
Tints of Deep Magenta #DB23DA
RGB
CMYK
RGB Variations
Color information
#DB23DA (or 0xDB23DA) is known color: Deep Magenta. HEX triplet: DB, 23 and DA. RGB value is (219,35,218). Sum of RGB (Red+Green+Blue) = 219+35+218=472 (62% of max value = 765). Red value is 219 (85.94% from 255 or 46.40% from 472); Green value is 35 (14.06% from 255 or 7.42% from 472); Blue value is 218 (85.55% from 255 or 46.19% from 472); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23DA is #24DC25. Grayscale: #6E6E6E. Windows color (decimal): -2415654 or 14296027. OLE color: 14296027.
HSL color Cylindrical-coordinate representation of color #DB23DA: hue angle of 300.33º 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 #DB23DA is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 218 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.14 |
| HSL | 300.33º | 0.72% | 0.5% | - |
| HSV(B) | 300.33º | 0.84% | 0.86% | - |
| XYZ | 42.47 | 21.32 | 68.21 | - |
| YUV | 110.88 | 188.46 | 205.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 218 | 0 | 0.84 | 0.00 | 0.14 | 300.33 | 0.72 | 0.5 |
| Hex | DB | 23 | DA | 0 | 54 | 0 | E | 12C | 48 | 32 |
| Octal | 333 | 43 | 332 | 0 | 124 | 0 | 16 | 454 | 110 | 62 |
| Binary | 11011011 | 100011 | 11011010 | 0 | 1010100 | 0 | 1110 | 100101100 | 1001000 | 110010 |
Color Harmonies of #DB23DA
Complementary color
Monochromatic Colors of #DB23DA
Black with #DB23DA
Text Example
Text Example
White with #DB23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23DA; }
p { color: rgb(219,35,218); }
H1.HeaderClassName
{
color: #DB23DA;
}
.AnyTagClassName
{
color: #DB23DA;
}
</style>
background-color css
<style>
a { background-color: #DB23DA; }
a { background-color: rgb(219,35,218); }
div.DivClassName
{
background-color: #DB23DA;
}
.BgClassName
{
background-color: #DB23DA;
}
</style>
border-color css
<style>
span { border-color: #DB23DA; }
span { border-color: rgb(219,35,218); }
td.TdClassName
{
border-color: #DB23DA;
}
.TagClassName
{
border-color: #DB23DA;
}
</style>