Shades of Deep Magenta #DC09CC
Tints of Deep Magenta #DC09CC
RGB
CMYK
RGB Variations
Color information
#DC09CC (or 0xDC09CC) is known color: Deep Magenta. HEX triplet: DC, 09 and CC. RGB value is (220,9,204). Sum of RGB (Red+Green+Blue) = 220+9+204=433 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.81% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 204 (80.08% from 255 or 47.11% from 433); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09CC is #23F633. Grayscale: #5D5D5D. Windows color (decimal): -2356788 or 13371868. OLE color: 13371868.
HSL color Cylindrical-coordinate representation of color #DC09CC: hue angle of 304.55º 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 #DC09CC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.14 |
| HSL | 304.55º | 0.92% | 0.45% | - |
| HSV(B) | 304.55º | 0.96% | 0.86% | - |
| XYZ | 40.51 | 19.77 | 58.81 | - |
| YUV | 94.32 | 189.9 | 217.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 204 | 0 | 0.96 | 0.07 | 0.14 | 304.55 | 0.92 | 0.45 |
| Hex | DC | 9 | CC | 0 | 60 | 7 | E | 131 | 5C | 2D |
| Octal | 334 | 11 | 314 | 0 | 140 | 7 | 16 | 461 | 134 | 55 |
| Binary | 11011100 | 1001 | 11001100 | 0 | 1100000 | 111 | 1110 | 100110001 | 1011100 | 101101 |
Color Harmonies of #DC09CC
Complementary color
Monochromatic Colors of #DC09CC
Black with #DC09CC
Text Example
Text Example
White with #DC09CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09CC; }
p { color: rgb(220,9,204); }
H1.HeaderClassName
{
color: #DC09CC;
}
.AnyTagClassName
{
color: #DC09CC;
}
</style>
background-color css
<style>
a { background-color: #DC09CC; }
a { background-color: rgb(220,9,204); }
div.DivClassName
{
background-color: #DC09CC;
}
.BgClassName
{
background-color: #DC09CC;
}
</style>
border-color css
<style>
span { border-color: #DC09CC; }
span { border-color: rgb(220,9,204); }
td.TdClassName
{
border-color: #DC09CC;
}
.TagClassName
{
border-color: #DC09CC;
}
</style>