Shades of Deep Magenta #DC08DF
Tints of Deep Magenta #DC08DF
RGB
CMYK
RGB Variations
Color information
#DC08DF (or 0xDC08DF) is known color: Deep Magenta. HEX triplet: DC, 08 and DF. RGB value is (220,8,223). Sum of RGB (Red+Green+Blue) = 220+8+223=451 (59% of max value = 765). Red value is 220 (86.33% from 255 or 48.78% from 451); Green value is 8 (3.52% from 255 or 1.77% from 451); Blue value is 223 (87.5% from 255 or 49.45% from 451); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC08DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08DF is #23F720. Grayscale: #5F5F5F. Windows color (decimal): -2357025 or 14616796. OLE color: 14616796.
HSL color Cylindrical-coordinate representation of color #DC08DF: hue angle of 299.16º degrees, saturation: 0.93, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #DC08DF is Cyan = 0.01, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 8 | 223 | - |
| CMYK | 0.01 | 0.96 | 0 | 0.13 |
| HSL | 299.16º | 0.93% | 0.45% | - |
| HSV(B) | 299.16º | 0.96% | 0.87% | - |
| XYZ | 42.92 | 20.72 | 71.55 | - |
| YUV | 95.9 | 199.74 | 216.52 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 223 | 0.01 | 0.96 | 0 | 0.13 | 299.16 | 0.93 | 0.45 |
| Hex | DC | 8 | DF | 1 | 60 | 0 | D | 12B | 5D | 2D |
| Octal | 334 | 10 | 337 | 1 | 140 | 0 | 15 | 453 | 135 | 55 |
| Binary | 11011100 | 1000 | 11011111 | 1 | 1100000 | 0 | 1101 | 100101011 | 1011101 | 101101 |
Color Harmonies of #DC08DF
Complementary color
Monochromatic Colors of #DC08DF
Black with #DC08DF
Text Example
Text Example
White with #DC08DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08DF; }
p { color: rgb(220,8,223); }
H1.HeaderClassName
{
color: #DC08DF;
}
.AnyTagClassName
{
color: #DC08DF;
}
</style>
background-color css
<style>
a { background-color: #DC08DF; }
a { background-color: rgb(220,8,223); }
div.DivClassName
{
background-color: #DC08DF;
}
.BgClassName
{
background-color: #DC08DF;
}
</style>
border-color css
<style>
span { border-color: #DC08DF; }
span { border-color: rgb(220,8,223); }
td.TdClassName
{
border-color: #DC08DF;
}
.TagClassName
{
border-color: #DC08DF;
}
</style>