Shades of Deep Magenta #DC01D0
Tints of Deep Magenta #DC01D0
RGB
CMYK
RGB Variations
Color information
#DC01D0 (or 0xDC01D0) is known color: Deep Magenta. HEX triplet: DC, 01 and D0. RGB value is (220,1,208). Sum of RGB (Red+Green+Blue) = 220+1+208=429 (56% of max value = 765). Red value is 220 (86.33% from 255 or 51.28% from 429); Green value is 1 (0.78% from 255 or 0.23% from 429); Blue value is 208 (81.64% from 255 or 48.48% from 429); Max value from RGB is 220 - color contains mainly: red. Hex color #DC01D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01D0 is #23FE2F. Grayscale: #595959. Windows color (decimal): -2358832 or 13631964. OLE color: 13631964.
HSL color Cylindrical-coordinate representation of color #DC01D0: hue angle of 303.29º degrees, saturation: 0.99, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01D0 is Cyan = 0, Magento = 1.00, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 1 | 208 | - |
| CMYK | 0 | 1.00 | 0.05 | 0.14 |
| HSL | 303.29º | 0.99% | 0.43% | - |
| HSV(B) | 303.29º | 1% | 0.86% | - |
| XYZ | 40.91 | 19.79 | 61.34 | - |
| YUV | 90.08 | 194.55 | 220.67 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 208 | 0 | 1.00 | 0.05 | 0.14 | 303.29 | 0.99 | 0.43 |
| Hex | DC | 1 | D0 | 0 | 64 | 5 | E | 12F | 63 | 2B |
| Octal | 334 | 1 | 320 | 0 | 144 | 5 | 16 | 457 | 143 | 53 |
| Binary | 11011100 | 1 | 11010000 | 0 | 1100100 | 101 | 1110 | 100101111 | 1100011 | 101011 |
Color Harmonies of #DC01D0
Complementary color
Monochromatic Colors of #DC01D0
Black with #DC01D0
Text Example
Text Example
White with #DC01D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01D0; }
p { color: rgb(220,1,208); }
H1.HeaderClassName
{
color: #DC01D0;
}
.AnyTagClassName
{
color: #DC01D0;
}
</style>
background-color css
<style>
a { background-color: #DC01D0; }
a { background-color: rgb(220,1,208); }
div.DivClassName
{
background-color: #DC01D0;
}
.BgClassName
{
background-color: #DC01D0;
}
</style>
border-color css
<style>
span { border-color: #DC01D0; }
span { border-color: rgb(220,1,208); }
td.TdClassName
{
border-color: #DC01D0;
}
.TagClassName
{
border-color: #DC01D0;
}
</style>