Shades of Deep Magenta #DC08D0
Tints of Deep Magenta #DC08D0
RGB
CMYK
RGB Variations
Color information
#DC08D0 (or 0xDC08D0) is known color: Deep Magenta. HEX triplet: DC, 08 and D0. RGB value is (220,8,208). Sum of RGB (Red+Green+Blue) = 220+8+208=436 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.46% from 436); Green value is 8 (3.52% from 255 or 1.83% from 436); Blue value is 208 (81.64% from 255 or 47.71% from 436); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08D0 is #23F72F. Grayscale: #5D5D5D. Windows color (decimal): -2357040 or 13633756. OLE color: 13633756.
HSL color Cylindrical-coordinate representation of color #DC08D0: hue angle of 303.4º 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 #DC08D0 is Cyan = 0, Magento = 0.96, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 208 | - |
| CMYK | 0 | 0.96 | 0.05 | 0.14 |
| HSL | 303.4º | 0.93% | 0.45% | - |
| HSV(B) | 303.4º | 0.96% | 0.86% | - |
| XYZ | 40.99 | 19.94 | 61.36 | - |
| YUV | 94.19 | 192.24 | 217.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 208 | 0 | 0.96 | 0.05 | 0.14 | 303.4 | 0.93 | 0.45 |
| Hex | DC | 8 | D0 | 0 | 60 | 5 | E | 12F | 5D | 2D |
| Octal | 334 | 10 | 320 | 0 | 140 | 5 | 16 | 457 | 135 | 55 |
| Binary | 11011100 | 1000 | 11010000 | 0 | 1100000 | 101 | 1110 | 100101111 | 1011101 | 101101 |
Color Harmonies of #DC08D0
Complementary color
Monochromatic Colors of #DC08D0
Black with #DC08D0
Text Example
Text Example
White with #DC08D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08D0; }
p { color: rgb(220,8,208); }
H1.HeaderClassName
{
color: #DC08D0;
}
.AnyTagClassName
{
color: #DC08D0;
}
</style>
background-color css
<style>
a { background-color: #DC08D0; }
a { background-color: rgb(220,8,208); }
div.DivClassName
{
background-color: #DC08D0;
}
.BgClassName
{
background-color: #DC08D0;
}
</style>
border-color css
<style>
span { border-color: #DC08D0; }
span { border-color: rgb(220,8,208); }
td.TdClassName
{
border-color: #DC08D0;
}
.TagClassName
{
border-color: #DC08D0;
}
</style>