Shades of Deep Magenta #DC23DB
Tints of Deep Magenta #DC23DB
RGB
CMYK
RGB Variations
Color information
#DC23DB (or 0xDC23DB) is known color: Deep Magenta. HEX triplet: DC, 23 and DB. RGB value is (220,35,219). Sum of RGB (Red+Green+Blue) = 220+35+219=474 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.41% from 474); Green value is 35 (14.06% from 255 or 7.38% from 474); Blue value is 219 (85.94% from 255 or 46.20% from 474); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23DB is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23DB is #23DC24. Grayscale: #6E6E6E. Windows color (decimal): -2350117 or 14361564. OLE color: 14361564.
HSL color Cylindrical-coordinate representation of color #DC23DB: hue angle of 300.32º degrees, saturation: 0.73, 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 #DC23DB is Cyan = 0, Magento = 0.84, Yellow = 0.00 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 219 | - |
| CMYK | 0 | 0.84 | 0.00 | 0.14 |
| HSL | 300.32º | 0.73% | 0.5% | - |
| HSV(B) | 300.32º | 0.84% | 0.86% | - |
| XYZ | 42.9 | 21.53 | 68.91 | - |
| YUV | 111.29 | 188.79 | 205.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 219 | 0 | 0.84 | 0.00 | 0.14 | 300.32 | 0.73 | 0.5 |
| Hex | DC | 23 | DB | 0 | 54 | 0 | E | 12C | 49 | 32 |
| Octal | 334 | 43 | 333 | 0 | 124 | 0 | 16 | 454 | 111 | 62 |
| Binary | 11011100 | 100011 | 11011011 | 0 | 1010100 | 0 | 1110 | 100101100 | 1001001 | 110010 |
Color Harmonies of #DC23DB
Complementary color
Monochromatic Colors of #DC23DB
Black with #DC23DB
Text Example
Text Example
White with #DC23DB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23DB; }
p { color: rgb(220,35,219); }
H1.HeaderClassName
{
color: #DC23DB;
}
.AnyTagClassName
{
color: #DC23DB;
}
</style>
background-color css
<style>
a { background-color: #DC23DB; }
a { background-color: rgb(220,35,219); }
div.DivClassName
{
background-color: #DC23DB;
}
.BgClassName
{
background-color: #DC23DB;
}
</style>
border-color css
<style>
span { border-color: #DC23DB; }
span { border-color: rgb(220,35,219); }
td.TdClassName
{
border-color: #DC23DB;
}
.TagClassName
{
border-color: #DC23DB;
}
</style>