Shades of Deep Magenta #DC23D0
Tints of Deep Magenta #DC23D0
RGB
CMYK
RGB Variations
Color information
#DC23D0 (or 0xDC23D0) is known color: Deep Magenta. HEX triplet: DC, 23 and D0. RGB value is (220,35,208). Sum of RGB (Red+Green+Blue) = 220+35+208=463 (61% of max value = 765). Red value is 220 (86.33% from 255 or 47.52% from 463); Green value is 35 (14.06% from 255 or 7.56% from 463); Blue value is 208 (81.64% from 255 or 44.92% from 463); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23D0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23D0 is #23DC2F. Grayscale: #6D6D6D. Windows color (decimal): -2350128 or 13640668. OLE color: 13640668.
HSL color Cylindrical-coordinate representation of color #DC23D0: hue angle of 303.89º 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 #DC23D0 is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 208 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.14 |
| HSL | 303.89º | 0.73% | 0.5% | - |
| HSV(B) | 303.89º | 0.84% | 0.86% | - |
| XYZ | 41.5 | 20.97 | 61.54 | - |
| YUV | 110.04 | 183.29 | 206.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 208 | 0 | 0.84 | 0.05 | 0.14 | 303.89 | 0.73 | 0.5 |
| Hex | DC | 23 | D0 | 0 | 54 | 5 | E | 130 | 49 | 32 |
| Octal | 334 | 43 | 320 | 0 | 124 | 5 | 16 | 460 | 111 | 62 |
| Binary | 11011100 | 100011 | 11010000 | 0 | 1010100 | 101 | 1110 | 100110000 | 1001001 | 110010 |
Color Harmonies of #DC23D0
Complementary color
Monochromatic Colors of #DC23D0
Black with #DC23D0
Text Example
Text Example
White with #DC23D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23D0; }
p { color: rgb(220,35,208); }
H1.HeaderClassName
{
color: #DC23D0;
}
.AnyTagClassName
{
color: #DC23D0;
}
</style>
background-color css
<style>
a { background-color: #DC23D0; }
a { background-color: rgb(220,35,208); }
div.DivClassName
{
background-color: #DC23D0;
}
.BgClassName
{
background-color: #DC23D0;
}
</style>
border-color css
<style>
span { border-color: #DC23D0; }
span { border-color: rgb(220,35,208); }
td.TdClassName
{
border-color: #DC23D0;
}
.TagClassName
{
border-color: #DC23D0;
}
</style>