Shades of Deep Magenta #D21FCC
Tints of Deep Magenta #D21FCC
RGB
CMYK
RGB Variations
Color information
#D21FCC (or 0xD21FCC) is known color: Deep Magenta. HEX triplet: D2, 1F and CC. RGB value is (210,31,204). Sum of RGB (Red+Green+Blue) = 210+31+204=445 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.19% from 445); Green value is 31 (12.5% from 255 or 6.97% from 445); Blue value is 204 (80.08% from 255 or 45.84% from 445); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FCC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FCC is #2DE033. Grayscale: #676767. Windows color (decimal): -3006516 or 13377490. OLE color: 13377490.
HSL color Cylindrical-coordinate representation of color #D21FCC: hue angle of 302.01º degrees, saturation: 0.74, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D21FCC is Cyan = 0, Magento = 0.85, Yellow = 0.03 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 204 | - |
| CMYK | 0 | 0.85 | 0.03 | 0.18 |
| HSL | 302.01º | 0.74% | 0.47% | - |
| HSV(B) | 302.01º | 0.85% | 0.82% | - |
| XYZ | 37.97 | 19.04 | 58.8 | - |
| YUV | 104.24 | 184.3 | 203.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 204 | 0 | 0.85 | 0.03 | 0.18 | 302.01 | 0.74 | 0.47 |
| Hex | D2 | 1F | CC | 0 | 55 | 3 | 12 | 12E | 4A | 2F |
| Octal | 322 | 37 | 314 | 0 | 125 | 3 | 22 | 456 | 112 | 57 |
| Binary | 11010010 | 11111 | 11001100 | 0 | 1010101 | 11 | 10010 | 100101110 | 1001010 | 101111 |
Color Harmonies of #D21FCC
Complementary color
Monochromatic Colors of #D21FCC
Black with #D21FCC
Text Example
Text Example
White with #D21FCC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FCC; }
p { color: rgb(210,31,204); }
H1.HeaderClassName
{
color: #D21FCC;
}
.AnyTagClassName
{
color: #D21FCC;
}
</style>
background-color css
<style>
a { background-color: #D21FCC; }
a { background-color: rgb(210,31,204); }
div.DivClassName
{
background-color: #D21FCC;
}
.BgClassName
{
background-color: #D21FCC;
}
</style>
border-color css
<style>
span { border-color: #D21FCC; }
span { border-color: rgb(210,31,204); }
td.TdClassName
{
border-color: #D21FCC;
}
.TagClassName
{
border-color: #D21FCC;
}
</style>