Shades of Deep Magenta #DC0FD5
Tints of Deep Magenta #DC0FD5
RGB
CMYK
RGB Variations
Color information
#DC0FD5 (or 0xDC0FD5) is known color: Deep Magenta. HEX triplet: DC, 0F and D5. RGB value is (220,15,213). Sum of RGB (Red+Green+Blue) = 220+15+213=448 (59% of max value = 765). Red value is 220 (86.33% from 255 or 49.11% from 448); Green value is 15 (6.25% from 255 or 3.35% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 220 - color contains mainly: red. Hex color #DC0FD5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #DC0FD5 is #23F02A. Grayscale: #626262. Windows color (decimal): -2355243 or 13963228. OLE color: 13963228.
HSL color Cylindrical-coordinate representation of color #DC0FD5: hue angle of 302.05º 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 #DC0FD5 is Cyan = 0, Magento = 0.93, Yellow = 0.03 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 220 | 15 | 213 | - |
| CMYK | 0 | 0.93 | 0.03 | 0.14 |
| HSL | 302.05º | 0.87% | 0.46% | - |
| HSV(B) | 302.05º | 0.93% | 0.86% | - |
| XYZ | 41.7 | 20.36 | 64.68 | - |
| YUV | 98.87 | 192.42 | 214.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 220 | 15 | 213 | 0 | 0.93 | 0.03 | 0.14 | 302.05 | 0.87 | 0.46 |
| Hex | DC | F | D5 | 0 | 5D | 3 | E | 12E | 57 | 2E |
| Octal | 334 | 17 | 325 | 0 | 135 | 3 | 16 | 456 | 127 | 56 |
| Binary | 11011100 | 1111 | 11010101 | 0 | 1011101 | 11 | 1110 | 100101110 | 1010111 | 101110 |
Color Harmonies of #DC0FD5
Complementary color
Monochromatic Colors of #DC0FD5
Black with #DC0FD5
Text Example
Text Example
White with #DC0FD5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #DC0FD5; }
p { color: rgb(220,15,213); }
H1.HeaderClassName
{
color: #DC0FD5;
}
.AnyTagClassName
{
color: #DC0FD5;
}
</style>
background-color css
<style>
a { background-color: #DC0FD5; }
a { background-color: rgb(220,15,213); }
div.DivClassName
{
background-color: #DC0FD5;
}
.BgClassName
{
background-color: #DC0FD5;
}
</style>
border-color css
<style>
span { border-color: #DC0FD5; }
span { border-color: rgb(220,15,213); }
td.TdClassName
{
border-color: #DC0FD5;
}
.TagClassName
{
border-color: #DC0FD5;
}
</style>