Shades of Deep Magenta #DC23CA
Tints of Deep Magenta #DC23CA
RGB
CMYK
RGB Variations
Color information
#DC23CA (or 0xDC23CA) is known color: Deep Magenta. HEX triplet: DC, 23 and CA. RGB value is (220,35,202). Sum of RGB (Red+Green+Blue) = 220+35+202=457 (60% of max value = 765). Red value is 220 (86.33% from 255 or 48.14% from 457); Green value is 35 (14.06% from 255 or 7.66% from 457); Blue value is 202 (79.30% from 255 or 44.20% from 457); Max value from RGB is 220 - color contains mainly: red. Hex color #DC23CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #DC23CA is #23DC35. Grayscale: #6C6C6C. Windows color (decimal): -2350134 or 13247452. OLE color: 13247452.
HSL color Cylindrical-coordinate representation of color #DC23CA: hue angle of 305.84º 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 #DC23CA is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 35 | 202 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.14 |
| HSL | 305.84º | 0.73% | 0.5% | - |
| HSV(B) | 305.84º | 0.84% | 0.86% | - |
| XYZ | 40.78 | 20.68 | 57.72 | - |
| YUV | 109.35 | 180.29 | 206.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 35 | 202 | 0 | 0.84 | 0.08 | 0.14 | 305.84 | 0.73 | 0.5 |
| Hex | DC | 23 | CA | 0 | 54 | 8 | E | 132 | 49 | 32 |
| Octal | 334 | 43 | 312 | 0 | 124 | 10 | 16 | 462 | 111 | 62 |
| Binary | 11011100 | 100011 | 11001010 | 0 | 1010100 | 1000 | 1110 | 100110010 | 1001001 | 110010 |
Color Harmonies of #DC23CA
Complementary color
Monochromatic Colors of #DC23CA
Black with #DC23CA
Text Example
Text Example
White with #DC23CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC23CA; }
p { color: rgb(220,35,202); }
H1.HeaderClassName
{
color: #DC23CA;
}
.AnyTagClassName
{
color: #DC23CA;
}
</style>
background-color css
<style>
a { background-color: #DC23CA; }
a { background-color: rgb(220,35,202); }
div.DivClassName
{
background-color: #DC23CA;
}
.BgClassName
{
background-color: #DC23CA;
}
</style>
border-color css
<style>
span { border-color: #DC23CA; }
span { border-color: rgb(220,35,202); }
td.TdClassName
{
border-color: #DC23CA;
}
.TagClassName
{
border-color: #DC23CA;
}
</style>