Shades of Deep Magenta #DC09C7
Tints of Deep Magenta #DC09C7
RGB
CMYK
RGB Variations
Color information
#DC09C7 (or 0xDC09C7) is known color: Deep Magenta. HEX triplet: DC, 09 and C7. RGB value is (220,9,199). Sum of RGB (Red+Green+Blue) = 220+9+199=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 9 (3.91% from 255 or 2.10% from 428); Blue value is 199 (78.12% from 255 or 46.50% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09C7 is #23F638. Grayscale: #5D5D5D. Windows color (decimal): -2356793 or 13044188. OLE color: 13044188.
HSL color Cylindrical-coordinate representation of color #DC09C7: hue angle of 305.97º 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 #DC09C7 is Cyan = 0, Magento = 0.96, Yellow = 0.10 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 199 | - |
| CMYK | 0 | 0.96 | 0.10 | 0.14 |
| HSL | 305.97º | 0.92% | 0.45% | - |
| HSV(B) | 305.97º | 0.96% | 0.86% | - |
| XYZ | 39.92 | 19.53 | 55.7 | - |
| YUV | 93.75 | 187.4 | 218.05 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 199 | 0 | 0.96 | 0.10 | 0.14 | 305.97 | 0.92 | 0.45 |
| Hex | DC | 9 | C7 | 0 | 60 | A | E | 132 | 5C | 2D |
| Octal | 334 | 11 | 307 | 0 | 140 | 12 | 16 | 462 | 134 | 55 |
| Binary | 11011100 | 1001 | 11000111 | 0 | 1100000 | 1010 | 1110 | 100110010 | 1011100 | 101101 |
Color Harmonies of #DC09C7
Complementary color
Monochromatic Colors of #DC09C7
Black with #DC09C7
Text Example
Text Example
White with #DC09C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09C7; }
p { color: rgb(220,9,199); }
H1.HeaderClassName
{
color: #DC09C7;
}
.AnyTagClassName
{
color: #DC09C7;
}
</style>
background-color css
<style>
a { background-color: #DC09C7; }
a { background-color: rgb(220,9,199); }
div.DivClassName
{
background-color: #DC09C7;
}
.BgClassName
{
background-color: #DC09C7;
}
</style>
border-color css
<style>
span { border-color: #DC09C7; }
span { border-color: rgb(220,9,199); }
td.TdClassName
{
border-color: #DC09C7;
}
.TagClassName
{
border-color: #DC09C7;
}
</style>