Shades of Deep Magenta #DC09D0
Tints of Deep Magenta #DC09D0
RGB
CMYK
RGB Variations
Color information
#DC09D0 (or 0xDC09D0) is known color: Deep Magenta. HEX triplet: DC, 09 and D0. RGB value is (220,9,208). Sum of RGB (Red+Green+Blue) = 220+9+208=437 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.34% from 437); Green value is 9 (3.91% from 255 or 2.06% from 437); Blue value is 208 (81.64% from 255 or 47.60% from 437); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09D0 is #23F62F. Grayscale: #5E5E5E. Windows color (decimal): -2356784 or 13634012. OLE color: 13634012.
HSL color Cylindrical-coordinate representation of color #DC09D0: hue angle of 303.41º 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 #DC09D0 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 208 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.14 |
| HSL | 303.41º | 0.92% | 0.45% | - |
| HSV(B) | 303.41º | 0.96% | 0.86% | - |
| XYZ | 41 | 19.97 | 61.37 | - |
| YUV | 94.78 | 191.9 | 217.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 208 | 0 | 0.96 | 0.05 | 0.14 | 303.41 | 0.92 | 0.45 |
| Hex | DC | 9 | D0 | 0 | 60 | 5 | E | 12F | 5C | 2D |
| Octal | 334 | 11 | 320 | 0 | 140 | 5 | 16 | 457 | 134 | 55 |
| Binary | 11011100 | 1001 | 11010000 | 0 | 1100000 | 101 | 1110 | 100101111 | 1011100 | 101101 |
Color Harmonies of #DC09D0
Complementary color
Monochromatic Colors of #DC09D0
Black with #DC09D0
Text Example
Text Example
White with #DC09D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09D0; }
p { color: rgb(220,9,208); }
H1.HeaderClassName
{
color: #DC09D0;
}
.AnyTagClassName
{
color: #DC09D0;
}
</style>
background-color css
<style>
a { background-color: #DC09D0; }
a { background-color: rgb(220,9,208); }
div.DivClassName
{
background-color: #DC09D0;
}
.BgClassName
{
background-color: #DC09D0;
}
</style>
border-color css
<style>
span { border-color: #DC09D0; }
span { border-color: rgb(220,9,208); }
td.TdClassName
{
border-color: #DC09D0;
}
.TagClassName
{
border-color: #DC09D0;
}
</style>