Shades of Deep Magenta #DC23DA
Tints of Deep Magenta #DC23DA
RGB
CMYK
RGB Variations
Color information
#DC23DA (or 0xDC23DA) is known color: Deep Magenta. HEX triplet: DC, 23 and DA. RGB value is (220,35,218). Sum of RGB (Red+Green+Blue) = 220+35+218=473 (62% of max value = 765). Red value is 220 (86.33% from 255 or 46.51% from 473); Green value is 35 (14.06% from 255 or 7.40% from 473); Blue value is 218 (85.55% from 255 or 46.09% from 473); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23DA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23DA is #23DC25. Grayscale: #6E6E6E. Windows color (decimal): -2350118 or 14296028. OLE color: 14296028.
HSL color Cylindrical-coordinate representation of color #DC23DA: hue angle of 300.65º 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 #DC23DA is Cyan = 0, Magento = 0.84, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 218 | - |
| CMYK | 0 | 0.84 | 0.01 | 0.14 |
| HSL | 300.65º | 0.73% | 0.5% | - |
| HSV(B) | 300.65º | 0.84% | 0.86% | - |
| XYZ | 42.77 | 21.48 | 68.22 | - |
| YUV | 111.18 | 188.29 | 205.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 218 | 0 | 0.84 | 0.01 | 0.14 | 300.65 | 0.73 | 0.5 |
| Hex | DC | 23 | DA | 0 | 54 | 1 | E | 12D | 49 | 32 |
| Octal | 334 | 43 | 332 | 0 | 124 | 1 | 16 | 455 | 111 | 62 |
| Binary | 11011100 | 100011 | 11011010 | 0 | 1010100 | 1 | 1110 | 100101101 | 1001001 | 110010 |
Color Harmonies of #DC23DA
Complementary color
Monochromatic Colors of #DC23DA
Black with #DC23DA
Text Example
Text Example
White with #DC23DA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23DA; }
p { color: rgb(220,35,218); }
H1.HeaderClassName
{
color: #DC23DA;
}
.AnyTagClassName
{
color: #DC23DA;
}
</style>
background-color css
<style>
a { background-color: #DC23DA; }
a { background-color: rgb(220,35,218); }
div.DivClassName
{
background-color: #DC23DA;
}
.BgClassName
{
background-color: #DC23DA;
}
</style>
border-color css
<style>
span { border-color: #DC23DA; }
span { border-color: rgb(220,35,218); }
td.TdClassName
{
border-color: #DC23DA;
}
.TagClassName
{
border-color: #DC23DA;
}
</style>