Shades of Deep Magenta #DB23CA
Tints of Deep Magenta #DB23CA
RGB
CMYK
RGB Variations
Color information
#DB23CA (or 0xDB23CA) is known color: Deep Magenta. HEX triplet: DB, 23 and CA. RGB value is (219,35,202). Sum of RGB (Red+Green+Blue) = 219+35+202=456 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.03% from 456); Green value is 35 (14.06% from 255 or 7.68% from 456); Blue value is 202 (79.30% from 255 or 44.30% from 456); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23CA is #24DC35. Grayscale: #6C6C6C. Windows color (decimal): -2415670 or 13247451. OLE color: 13247451.
HSL color Cylindrical-coordinate representation of color #DB23CA: hue angle of 305.54º 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 #DB23CA is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 202 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.14 |
| HSL | 305.54º | 0.72% | 0.5% | - |
| HSV(B) | 305.54º | 0.84% | 0.86% | - |
| XYZ | 40.48 | 20.53 | 57.71 | - |
| YUV | 109.05 | 180.46 | 206.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 202 | 0 | 0.84 | 0.08 | 0.14 | 305.54 | 0.72 | 0.5 |
| Hex | DB | 23 | CA | 0 | 54 | 8 | E | 132 | 48 | 32 |
| Octal | 333 | 43 | 312 | 0 | 124 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011011 | 100011 | 11001010 | 0 | 1010100 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DB23CA
Complementary color
Monochromatic Colors of #DB23CA
Black with #DB23CA
Text Example
Text Example
White with #DB23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23CA; }
p { color: rgb(219,35,202); }
H1.HeaderClassName
{
color: #DB23CA;
}
.AnyTagClassName
{
color: #DB23CA;
}
</style>
background-color css
<style>
a { background-color: #DB23CA; }
a { background-color: rgb(219,35,202); }
div.DivClassName
{
background-color: #DB23CA;
}
.BgClassName
{
background-color: #DB23CA;
}
</style>
border-color css
<style>
span { border-color: #DB23CA; }
span { border-color: rgb(219,35,202); }
td.TdClassName
{
border-color: #DB23CA;
}
.TagClassName
{
border-color: #DB23CA;
}
</style>