Shades of Deep Magenta #DC08CF
Tints of Deep Magenta #DC08CF
RGB
CMYK
RGB Variations
Color information
#DC08CF (or 0xDC08CF) is known color: Deep Magenta. HEX triplet: DC, 08 and CF. RGB value is (220,8,207). Sum of RGB (Red+Green+Blue) = 220+8+207=435 (57% of max value = 765). Red value is 220 (86.33% from 255 or 50.57% from 435); Green value is 8 (3.52% from 255 or 1.84% from 435); Blue value is 207 (81.25% from 255 or 47.59% from 435); Max value from RGB is 220 - color contains mainly: red. Hex color #DC08CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC08CF is #23F730. Grayscale: #5D5D5D. Windows color (decimal): -2357041 or 13568220. OLE color: 13568220.
HSL color Cylindrical-coordinate representation of color #DC08CF: hue angle of 303.68º 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 #DC08CF is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 8 | 207 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.14 |
| HSL | 303.68º | 0.93% | 0.45% | - |
| HSV(B) | 303.68º | 0.96% | 0.86% | - |
| XYZ | 40.86 | 19.89 | 60.72 | - |
| YUV | 94.07 | 191.74 | 217.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 8 | 207 | 0 | 0.96 | 0.06 | 0.14 | 303.68 | 0.93 | 0.45 |
| Hex | DC | 8 | CF | 0 | 60 | 6 | E | 130 | 5D | 2D |
| Octal | 334 | 10 | 317 | 0 | 140 | 6 | 16 | 460 | 135 | 55 |
| Binary | 11011100 | 1000 | 11001111 | 0 | 1100000 | 110 | 1110 | 100110000 | 1011101 | 101101 |
Color Harmonies of #DC08CF
Complementary color
Monochromatic Colors of #DC08CF
Black with #DC08CF
Text Example
Text Example
White with #DC08CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC08CF; }
p { color: rgb(220,8,207); }
H1.HeaderClassName
{
color: #DC08CF;
}
.AnyTagClassName
{
color: #DC08CF;
}
</style>
background-color css
<style>
a { background-color: #DC08CF; }
a { background-color: rgb(220,8,207); }
div.DivClassName
{
background-color: #DC08CF;
}
.BgClassName
{
background-color: #DC08CF;
}
</style>
border-color css
<style>
span { border-color: #DC08CF; }
span { border-color: rgb(220,8,207); }
td.TdClassName
{
border-color: #DC08CF;
}
.TagClassName
{
border-color: #DC08CF;
}
</style>