Shades of Deep Magenta #DC09D9
Tints of Deep Magenta #DC09D9
RGB
CMYK
RGB Variations
Color information
#DC09D9 (or 0xDC09D9) is known color: Deep Magenta. HEX triplet: DC, 09 and D9. RGB value is (220,9,217). Sum of RGB (Red+Green+Blue) = 220+9+217=446 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.33% from 446); Green value is 9 (3.91% from 255 or 2.02% from 446); Blue value is 217 (85.16% from 255 or 48.65% from 446); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09D9 is #23F626. Grayscale: #5F5F5F. Windows color (decimal): -2356775 or 14223836. OLE color: 14223836.
HSL color Cylindrical-coordinate representation of color #DC09D9: hue angle of 300.85º 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 #DC09D9 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 217 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.14 |
| HSL | 300.85º | 0.92% | 0.45% | - |
| HSV(B) | 300.85º | 0.96% | 0.86% | - |
| XYZ | 42.14 | 20.42 | 67.37 | - |
| YUV | 95.8 | 196.4 | 216.59 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 217 | 0 | 0.96 | 0.01 | 0.14 | 300.85 | 0.92 | 0.45 |
| Hex | DC | 9 | D9 | 0 | 60 | 1 | E | 12D | 5C | 2D |
| Octal | 334 | 11 | 331 | 0 | 140 | 1 | 16 | 455 | 134 | 55 |
| Binary | 11011100 | 1001 | 11011001 | 0 | 1100000 | 1 | 1110 | 100101101 | 1011100 | 101101 |
Color Harmonies of #DC09D9
Complementary color
Monochromatic Colors of #DC09D9
Black with #DC09D9
Text Example
Text Example
White with #DC09D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09D9; }
p { color: rgb(220,9,217); }
H1.HeaderClassName
{
color: #DC09D9;
}
.AnyTagClassName
{
color: #DC09D9;
}
</style>
background-color css
<style>
a { background-color: #DC09D9; }
a { background-color: rgb(220,9,217); }
div.DivClassName
{
background-color: #DC09D9;
}
.BgClassName
{
background-color: #DC09D9;
}
</style>
border-color css
<style>
span { border-color: #DC09D9; }
span { border-color: rgb(220,9,217); }
td.TdClassName
{
border-color: #DC09D9;
}
.TagClassName
{
border-color: #DC09D9;
}
</style>