Shades of Deep Magenta #DC09CE
Tints of Deep Magenta #DC09CE
RGB
CMYK
RGB Variations
Color information
#DC09CE (or 0xDC09CE) is known color: Deep Magenta. HEX triplet: DC, 09 and CE. RGB value is (220,9,206). Sum of RGB (Red+Green+Blue) = 220+9+206=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC09CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC09CE is #23F631. Grayscale: #5D5D5D. Windows color (decimal): -2356786 or 13502940. OLE color: 13502940.
HSL color Cylindrical-coordinate representation of color #DC09CE: hue angle of 303.98º 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 #DC09CE is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 9 | 206 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.14 |
| HSL | 303.98º | 0.92% | 0.45% | - |
| HSV(B) | 303.98º | 0.96% | 0.86% | - |
| XYZ | 40.75 | 19.87 | 60.08 | - |
| YUV | 94.55 | 190.9 | 217.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 9 | 206 | 0 | 0.96 | 0.06 | 0.14 | 303.98 | 0.92 | 0.45 |
| Hex | DC | 9 | CE | 0 | 60 | 6 | E | 130 | 5C | 2D |
| Octal | 334 | 11 | 316 | 0 | 140 | 6 | 16 | 460 | 134 | 55 |
| Binary | 11011100 | 1001 | 11001110 | 0 | 1100000 | 110 | 1110 | 100110000 | 1011100 | 101101 |
Color Harmonies of #DC09CE
Complementary color
Monochromatic Colors of #DC09CE
Black with #DC09CE
Text Example
Text Example
White with #DC09CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC09CE; }
p { color: rgb(220,9,206); }
H1.HeaderClassName
{
color: #DC09CE;
}
.AnyTagClassName
{
color: #DC09CE;
}
</style>
background-color css
<style>
a { background-color: #DC09CE; }
a { background-color: rgb(220,9,206); }
div.DivClassName
{
background-color: #DC09CE;
}
.BgClassName
{
background-color: #DC09CE;
}
</style>
border-color css
<style>
span { border-color: #DC09CE; }
span { border-color: rgb(220,9,206); }
td.TdClassName
{
border-color: #DC09CE;
}
.TagClassName
{
border-color: #DC09CE;
}
</style>