Shades of Deep Magenta #DC08C8
Tints of Deep Magenta #DC08C8
RGB
CMYK
RGB Variations
Color information
#DC08C8 (or 0xDC08C8) is known color: Deep Magenta. HEX triplet: DC, 08 and C8. RGB value is (220,8,200). Sum of RGB (Red+Green+Blue) = 220+8+200=428 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.40% from 428); Green value is 8 (3.52% from 255 or 1.87% from 428); Blue value is 200 (78.52% from 255 or 46.73% from 428); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08C8 is #23F737. Grayscale: #5C5C5C. Windows color (decimal): -2357048 or 13109468. OLE color: 13109468.
HSL color Cylindrical-coordinate representation of color #DC08C8: hue angle of 305.66º 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 #DC08C8 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 200 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.14 |
| HSL | 305.66º | 0.93% | 0.45% | - |
| HSV(B) | 305.66º | 0.96% | 0.86% | - |
| XYZ | 40.03 | 19.56 | 56.31 | - |
| YUV | 93.28 | 188.24 | 218.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 200 | 0 | 0.96 | 0.09 | 0.14 | 305.66 | 0.93 | 0.45 |
| Hex | DC | 8 | C8 | 0 | 60 | 9 | E | 132 | 5D | 2D |
| Octal | 334 | 10 | 310 | 0 | 140 | 11 | 16 | 462 | 135 | 55 |
| Binary | 11011100 | 1000 | 11001000 | 0 | 1100000 | 1001 | 1110 | 100110010 | 1011101 | 101101 |
Color Harmonies of #DC08C8
Complementary color
Monochromatic Colors of #DC08C8
Black with #DC08C8
Text Example
Text Example
White with #DC08C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08C8; }
p { color: rgb(220,8,200); }
H1.HeaderClassName
{
color: #DC08C8;
}
.AnyTagClassName
{
color: #DC08C8;
}
</style>
background-color css
<style>
a { background-color: #DC08C8; }
a { background-color: rgb(220,8,200); }
div.DivClassName
{
background-color: #DC08C8;
}
.BgClassName
{
background-color: #DC08C8;
}
</style>
border-color css
<style>
span { border-color: #DC08C8; }
span { border-color: rgb(220,8,200); }
td.TdClassName
{
border-color: #DC08C8;
}
.TagClassName
{
border-color: #DC08C8;
}
</style>