Shades of Deep Magenta #DC08CC
Tints of Deep Magenta #DC08CC
RGB
CMYK
RGB Variations
Color information
#DC08CC (or 0xDC08CC) is known color: Deep Magenta. HEX triplet: DC, 08 and CC. RGB value is (220,8,204). Sum of RGB (Red+Green+Blue) = 220+8+204=432 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.93% from 432); Green value is 8 (3.52% from 255 or 1.85% from 432); Blue value is 204 (80.08% from 255 or 47.22% from 432); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08CC is #23F733. Grayscale: #5D5D5D. Windows color (decimal): -2357044 or 13371612. OLE color: 13371612.
HSL color Cylindrical-coordinate representation of color #DC08CC: hue angle of 304.53º 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 #DC08CC is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 204 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.14 |
| HSL | 304.53º | 0.93% | 0.45% | - |
| HSV(B) | 304.53º | 0.96% | 0.86% | - |
| XYZ | 40.5 | 19.75 | 58.8 | - |
| YUV | 93.73 | 190.24 | 218.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 204 | 0 | 0.96 | 0.07 | 0.14 | 304.53 | 0.93 | 0.45 |
| Hex | DC | 8 | CC | 0 | 60 | 7 | E | 131 | 5D | 2D |
| Octal | 334 | 10 | 314 | 0 | 140 | 7 | 16 | 461 | 135 | 55 |
| Binary | 11011100 | 1000 | 11001100 | 0 | 1100000 | 111 | 1110 | 100110001 | 1011101 | 101101 |
Color Harmonies of #DC08CC
Complementary color
Monochromatic Colors of #DC08CC
Black with #DC08CC
Text Example
Text Example
White with #DC08CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08CC; }
p { color: rgb(220,8,204); }
H1.HeaderClassName
{
color: #DC08CC;
}
.AnyTagClassName
{
color: #DC08CC;
}
</style>
background-color css
<style>
a { background-color: #DC08CC; }
a { background-color: rgb(220,8,204); }
div.DivClassName
{
background-color: #DC08CC;
}
.BgClassName
{
background-color: #DC08CC;
}
</style>
border-color css
<style>
span { border-color: #DC08CC; }
span { border-color: rgb(220,8,204); }
td.TdClassName
{
border-color: #DC08CC;
}
.TagClassName
{
border-color: #DC08CC;
}
</style>