Shades of Deep Magenta #DC06C4
Tints of Deep Magenta #DC06C4
RGB
CMYK
RGB Variations
Color information
#DC06C4 (or 0xDC06C4) is known color: Deep Magenta. HEX triplet: DC, 06 and C4. RGB value is (220,6,196). Sum of RGB (Red+Green+Blue) = 220+6+196=422 (55% of max value = 765). Red value is 220 (86.33% from 255 or 52.13% from 422); Green value is 6 (2.73% from 255 or 1.42% from 422); Blue value is 196 (76.95% from 255 or 46.45% from 422); Max value from RGB is 220 - color contains mainly: red. Hex color #DC06C4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC06C4 is #23F93B. Grayscale: #5B5B5B. Windows color (decimal): -2357564 or 12846812. OLE color: 12846812.
HSL color Cylindrical-coordinate representation of color #DC06C4: hue angle of 306.73º degrees, saturation: 0.95, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #DC06C4 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 6 | 196 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.14 |
| HSL | 306.73º | 0.95% | 0.44% | - |
| HSV(B) | 306.73º | 0.97% | 0.86% | - |
| XYZ | 39.54 | 19.33 | 53.87 | - |
| YUV | 91.65 | 186.9 | 219.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 6 | 196 | 0 | 0.97 | 0.11 | 0.14 | 306.73 | 0.95 | 0.44 |
| Hex | DC | 6 | C4 | 0 | 61 | B | E | 133 | 5F | 2C |
| Octal | 334 | 6 | 304 | 0 | 141 | 13 | 16 | 463 | 137 | 54 |
| Binary | 11011100 | 110 | 11000100 | 0 | 1100001 | 1011 | 1110 | 100110011 | 1011111 | 101100 |
Color Harmonies of #DC06C4
Complementary color
Monochromatic Colors of #DC06C4
Black with #DC06C4
Text Example
Text Example
White with #DC06C4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC06C4; }
p { color: rgb(220,6,196); }
H1.HeaderClassName
{
color: #DC06C4;
}
.AnyTagClassName
{
color: #DC06C4;
}
</style>
background-color css
<style>
a { background-color: #DC06C4; }
a { background-color: rgb(220,6,196); }
div.DivClassName
{
background-color: #DC06C4;
}
.BgClassName
{
background-color: #DC06C4;
}
</style>
border-color css
<style>
span { border-color: #DC06C4; }
span { border-color: rgb(220,6,196); }
td.TdClassName
{
border-color: #DC06C4;
}
.TagClassName
{
border-color: #DC06C4;
}
</style>