Shades of Deep Magenta #DB23CD
Tints of Deep Magenta #DB23CD
RGB
CMYK
RGB Variations
Color information
#DB23CD (or 0xDB23CD) is known color: Deep Magenta. HEX triplet: DB, 23 and CD. RGB value is (219,35,205). Sum of RGB (Red+Green+Blue) = 219+35+205=459 (60% of max value = 765). Red value is 219 (85.94% from 255 or 47.71% from 459); Green value is 35 (14.06% from 255 or 7.63% from 459); Blue value is 205 (80.47% from 255 or 44.66% from 459); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23CD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23CD is #24DC32. Grayscale: #6C6C6C. Windows color (decimal): -2415667 or 13444059. OLE color: 13444059.
HSL color Cylindrical-coordinate representation of color #DB23CD: hue angle of 304.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 #DB23CD is Cyan = 0, Magento = 0.84, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 205 | - |
| CMYK | 0 | 0.84 | 0.06 | 0.14 |
| HSL | 304.57º | 0.72% | 0.5% | - |
| HSV(B) | 304.57º | 0.84% | 0.86% | - |
| XYZ | 40.83 | 20.67 | 59.6 | - |
| YUV | 109.4 | 181.96 | 206.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 205 | 0 | 0.84 | 0.06 | 0.14 | 304.57 | 0.72 | 0.5 |
| Hex | DB | 23 | CD | 0 | 54 | 6 | E | 131 | 48 | 32 |
| Octal | 333 | 43 | 315 | 0 | 124 | 6 | 16 | 461 | 110 | 62 |
| Binary | 11011011 | 100011 | 11001101 | 0 | 1010100 | 110 | 1110 | 100110001 | 1001000 | 110010 |
Color Harmonies of #DB23CD
Complementary color
Monochromatic Colors of #DB23CD
Black with #DB23CD
Text Example
Text Example
White with #DB23CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23CD; }
p { color: rgb(219,35,205); }
H1.HeaderClassName
{
color: #DB23CD;
}
.AnyTagClassName
{
color: #DB23CD;
}
</style>
background-color css
<style>
a { background-color: #DB23CD; }
a { background-color: rgb(219,35,205); }
div.DivClassName
{
background-color: #DB23CD;
}
.BgClassName
{
background-color: #DB23CD;
}
</style>
border-color css
<style>
span { border-color: #DB23CD; }
span { border-color: rgb(219,35,205); }
td.TdClassName
{
border-color: #DB23CD;
}
.TagClassName
{
border-color: #DB23CD;
}
</style>