Shades of Deep Magenta #DC08C9
Tints of Deep Magenta #DC08C9
RGB
CMYK
RGB Variations
Color information
#DC08C9 (or 0xDC08C9) is known color: Deep Magenta. HEX triplet: DC, 08 and C9. RGB value is (220,8,201). Sum of RGB (Red+Green+Blue) = 220+8+201=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 8 (3.52% from 255 or 1.86% from 429); Blue value is 201 (78.91% from 255 or 46.85% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08C9 is #23F736. Grayscale: #5C5C5C. Windows color (decimal): -2357047 or 13175004. OLE color: 13175004.
HSL color Cylindrical-coordinate representation of color #DC08C9: hue angle of 305.38º degrees, saturation: 0.93, 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 #DC08C9 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 201 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.14 |
| HSL | 305.38º | 0.93% | 0.45% | - |
| HSV(B) | 305.38º | 0.96% | 0.86% | - |
| XYZ | 40.14 | 19.61 | 56.93 | - |
| YUV | 93.39 | 188.74 | 218.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 201 | 0 | 0.96 | 0.09 | 0.14 | 305.38 | 0.93 | 0.45 |
| Hex | DC | 8 | C9 | 0 | 60 | 9 | E | 131 | 5D | 2D |
| Octal | 334 | 10 | 311 | 0 | 140 | 11 | 16 | 461 | 135 | 55 |
| Binary | 11011100 | 1000 | 11001001 | 0 | 1100000 | 1001 | 1110 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DC08C9
Complementary color
Monochromatic Colors of #DC08C9
Black with #DC08C9
Text Example
Text Example
White with #DC08C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08C9; }
p { color: rgb(220,8,201); }
H1.HeaderClassName
{
color: #DC08C9;
}
.AnyTagClassName
{
color: #DC08C9;
}
</style>
background-color css
<style>
a { background-color: #DC08C9; }
a { background-color: rgb(220,8,201); }
div.DivClassName
{
background-color: #DC08C9;
}
.BgClassName
{
background-color: #DC08C9;
}
</style>
border-color css
<style>
span { border-color: #DC08C9; }
span { border-color: rgb(220,8,201); }
td.TdClassName
{
border-color: #DC08C9;
}
.TagClassName
{
border-color: #DC08C9;
}
</style>