Shades of Deep Magenta #DC09CD
Tints of Deep Magenta #DC09CD
RGB
CMYK
RGB Variations
Color information
#DC09CD (or 0xDC09CD) is known color: Deep Magenta. HEX triplet: DC, 09 and CD. RGB value is (220,9,205). Sum of RGB (Red+Green+Blue) = 220+9+205=434 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.69% from 434); Green value is 9 (3.91% from 255 or 2.07% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09CD is #23F632. Grayscale: #5D5D5D. Windows color (decimal): -2356787 or 13437404. OLE color: 13437404.
HSL color Cylindrical-coordinate representation of color #DC09CD: hue angle of 304.27º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC09CD is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 205 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.14 |
| HSL | 304.27º | 0.92% | 0.45% | - |
| HSV(B) | 304.27º | 0.96% | 0.86% | - |
| XYZ | 40.63 | 19.82 | 59.44 | - |
| YUV | 94.43 | 190.4 | 217.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 205 | 0 | 0.96 | 0.07 | 0.14 | 304.27 | 0.92 | 0.45 |
| Hex | DC | 9 | CD | 0 | 60 | 7 | E | 130 | 5C | 2D |
| Octal | 334 | 11 | 315 | 0 | 140 | 7 | 16 | 460 | 134 | 55 |
| Binary | 11011100 | 1001 | 11001101 | 0 | 1100000 | 111 | 1110 | 100110000 | 1011100 | 101101 |
Color Harmonies of #DC09CD
Complementary color
Monochromatic Colors of #DC09CD
Black with #DC09CD
Text Example
Text Example
White with #DC09CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09CD; }
p { color: rgb(220,9,205); }
H1.HeaderClassName
{
color: #DC09CD;
}
.AnyTagClassName
{
color: #DC09CD;
}
</style>
background-color css
<style>
a { background-color: #DC09CD; }
a { background-color: rgb(220,9,205); }
div.DivClassName
{
background-color: #DC09CD;
}
.BgClassName
{
background-color: #DC09CD;
}
</style>
border-color css
<style>
span { border-color: #DC09CD; }
span { border-color: rgb(220,9,205); }
td.TdClassName
{
border-color: #DC09CD;
}
.TagClassName
{
border-color: #DC09CD;
}
</style>