Shades of Deep Magenta #DC0FD1
Tints of Deep Magenta #DC0FD1
RGB
CMYK
RGB Variations
Color information
#DC0FD1 (or 0xDC0FD1) is known color: Deep Magenta. HEX triplet: DC, 0F and D1. RGB value is (220,15,209). Sum of RGB (Red+Green+Blue) = 220+15+209=444 (58% of max value = 765). Red value is 220 (86.33% from 255 or 49.55% from 444); Green value is 15 (6.25% from 255 or 3.38% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FD1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FD1 is #23F02E. Grayscale: #616161. Windows color (decimal): -2355247 or 13701084. OLE color: 13701084.
HSL color Cylindrical-coordinate representation of color #DC0FD1: hue angle of 303.22º degrees, saturation: 0.87, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #DC0FD1 is Cyan = 0, Magento = 0.93, Yellow = 0.05 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 209 | - |
| CMYK | 0 | 0.93 | 0.05 | 0.14 |
| HSL | 303.22º | 0.87% | 0.46% | - |
| HSV(B) | 303.22º | 0.93% | 0.86% | - |
| XYZ | 41.19 | 20.16 | 62.04 | - |
| YUV | 98.41 | 190.42 | 214.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 209 | 0 | 0.93 | 0.05 | 0.14 | 303.22 | 0.87 | 0.46 |
| Hex | DC | F | D1 | 0 | 5D | 5 | E | 12F | 57 | 2E |
| Octal | 334 | 17 | 321 | 0 | 135 | 5 | 16 | 457 | 127 | 56 |
| Binary | 11011100 | 1111 | 11010001 | 0 | 1011101 | 101 | 1110 | 100101111 | 1010111 | 101110 |
Color Harmonies of #DC0FD1
Complementary color
Monochromatic Colors of #DC0FD1
Black with #DC0FD1
Text Example
Text Example
White with #DC0FD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FD1; }
p { color: rgb(220,15,209); }
H1.HeaderClassName
{
color: #DC0FD1;
}
.AnyTagClassName
{
color: #DC0FD1;
}
</style>
background-color css
<style>
a { background-color: #DC0FD1; }
a { background-color: rgb(220,15,209); }
div.DivClassName
{
background-color: #DC0FD1;
}
.BgClassName
{
background-color: #DC0FD1;
}
</style>
border-color css
<style>
span { border-color: #DC0FD1; }
span { border-color: rgb(220,15,209); }
td.TdClassName
{
border-color: #DC0FD1;
}
.TagClassName
{
border-color: #DC0FD1;
}
</style>