Shades of Deep Magenta #DB23C9
Tints of Deep Magenta #DB23C9
RGB
CMYK
RGB Variations
Color information
#DB23C9 (or 0xDB23C9) is known color: Deep Magenta. HEX triplet: DB, 23 and C9. RGB value is (219,35,201). Sum of RGB (Red+Green+Blue) = 219+35+201=455 (60% of max value = 765). Red value is 219 (85.94% from 255 or 48.13% from 455); Green value is 35 (14.06% from 255 or 7.69% from 455); Blue value is 201 (78.91% from 255 or 44.18% from 455); Max value from RGB is 219 - color contains mainly: red. Hex color #DB23C9 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DB23C9 is #24DC36. Grayscale: #6C6C6C. Windows color (decimal): -2415671 or 13181915. OLE color: 13181915.
HSL color Cylindrical-coordinate representation of color #DB23C9: hue angle of 305.87º 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 #DB23C9 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 219 | 35 | 201 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.14 |
| HSL | 305.87º | 0.72% | 0.5% | - |
| HSV(B) | 305.87º | 0.84% | 0.86% | - |
| XYZ | 40.36 | 20.48 | 57.08 | - |
| YUV | 108.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 219 | 35 | 201 | 0 | 0.84 | 0.08 | 0.14 | 305.87 | 0.72 | 0.5 |
| Hex | DB | 23 | C9 | 0 | 54 | 8 | E | 132 | 48 | 32 |
| Octal | 333 | 43 | 311 | 0 | 124 | 10 | 16 | 462 | 110 | 62 |
| Binary | 11011011 | 100011 | 11001001 | 0 | 1010100 | 1000 | 1110 | 100110010 | 1001000 | 110010 |
Color Harmonies of #DB23C9
Complementary color
Monochromatic Colors of #DB23C9
Black with #DB23C9
Text Example
Text Example
White with #DB23C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DB23C9; }
p { color: rgb(219,35,201); }
H1.HeaderClassName
{
color: #DB23C9;
}
.AnyTagClassName
{
color: #DB23C9;
}
</style>
background-color css
<style>
a { background-color: #DB23C9; }
a { background-color: rgb(219,35,201); }
div.DivClassName
{
background-color: #DB23C9;
}
.BgClassName
{
background-color: #DB23C9;
}
</style>
border-color css
<style>
span { border-color: #DB23C9; }
span { border-color: rgb(219,35,201); }
td.TdClassName
{
border-color: #DB23C9;
}
.TagClassName
{
border-color: #DB23C9;
}
</style>