Shades of Deep Magenta #DC01DF
Tints of Deep Magenta #DC01DF
RGB
CMYK
RGB Variations
Color information
#DC01DF (or 0xDC01DF) is known color: Deep Magenta. HEX triplet: DC, 01 and DF. RGB value is (220,1,223). Sum of RGB (Red+Green+Blue) = 220+1+223=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 1 (0.78% from 255 or 0.23% from 444); Blue value is 223 (87.5% from 255 or 50.23% from 444); Max value from RGB is 223 - color contains mainly: blue. Hex color #DC01DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC01DF is #23FE20. Grayscale: #5B5B5B. Windows color (decimal): -2358817 or 14615004. OLE color: 14615004.
HSL color Cylindrical-coordinate representation of color #DC01DF: hue angle of 299.19º degrees, saturation: 0.99, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 1%. Process color model (Four color, CMYK) of #DC01DF is Cyan = 0.01, Magento = 1.00, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 220 | 1 | 223 | - |
| CMYK | 0.01 | 1.00 | 0 | 0.13 |
| HSL | 299.19º | 0.99% | 0.44% | - |
| HSV(B) | 299.19º | 1% | 0.87% | - |
| XYZ | 42.85 | 20.57 | 71.52 | - |
| YUV | 91.79 | 202.05 | 219.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 1 | 223 | 0.01 | 1.00 | 0 | 0.13 | 299.19 | 0.99 | 0.44 |
| Hex | DC | 1 | DF | 1 | 64 | 0 | D | 12B | 63 | 2C |
| Octal | 334 | 1 | 337 | 1 | 144 | 0 | 15 | 453 | 143 | 54 |
| Binary | 11011100 | 1 | 11011111 | 1 | 1100100 | 0 | 1101 | 100101011 | 1100011 | 101100 |
Color Harmonies of #DC01DF
Complementary color
Monochromatic Colors of #DC01DF
Black with #DC01DF
Text Example
Text Example
White with #DC01DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC01DF; }
p { color: rgb(220,1,223); }
H1.HeaderClassName
{
color: #DC01DF;
}
.AnyTagClassName
{
color: #DC01DF;
}
</style>
background-color css
<style>
a { background-color: #DC01DF; }
a { background-color: rgb(220,1,223); }
div.DivClassName
{
background-color: #DC01DF;
}
.BgClassName
{
background-color: #DC01DF;
}
</style>
border-color css
<style>
span { border-color: #DC01DF; }
span { border-color: rgb(220,1,223); }
td.TdClassName
{
border-color: #DC01DF;
}
.TagClassName
{
border-color: #DC01DF;
}
</style>