Shades of Deep Magenta #D21FCD
Tints of Deep Magenta #D21FCD
RGB
CMYK
RGB Variations
Color information
#D21FCD (or 0xD21FCD) is known color: Deep Magenta. HEX triplet: D2, 1F and CD. RGB value is (210,31,205). Sum of RGB (Red+Green+Blue) = 210+31+205=446 (59% of max value = 765). Red value is 210 (82.42% from 255 or 47.09% from 446); Green value is 31 (12.5% from 255 or 6.95% from 446); Blue value is 205 (80.47% from 255 or 45.96% from 446); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FCD is #2DE032. Grayscale: #676767. Windows color (decimal): -3006515 or 13443026. OLE color: 13443026.
HSL color Cylindrical-coordinate representation of color #D21FCD: hue angle of 301.68º 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 #D21FCD is Cyan = 0, Magento = 0.85, Yellow = 0.02 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 205 | - |
| CMYK | 0 | 0.85 | 0.02 | 0.18 |
| HSL | 301.68º | 0.74% | 0.47% | - |
| HSV(B) | 301.68º | 0.85% | 0.82% | - |
| XYZ | 38.09 | 19.09 | 59.43 | - |
| YUV | 104.36 | 184.8 | 203.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 205 | 0 | 0.85 | 0.02 | 0.18 | 301.68 | 0.74 | 0.47 |
| Hex | D2 | 1F | CD | 0 | 55 | 2 | 12 | 12E | 4A | 2F |
| Octal | 322 | 37 | 315 | 0 | 125 | 2 | 22 | 456 | 112 | 57 |
| Binary | 11010010 | 11111 | 11001101 | 0 | 1010101 | 10 | 10010 | 100101110 | 1001010 | 101111 |
Color Harmonies of #D21FCD
Complementary color
Monochromatic Colors of #D21FCD
Black with #D21FCD
Text Example
Text Example
White with #D21FCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FCD; }
p { color: rgb(210,31,205); }
H1.HeaderClassName
{
color: #D21FCD;
}
.AnyTagClassName
{
color: #D21FCD;
}
</style>
background-color css
<style>
a { background-color: #D21FCD; }
a { background-color: rgb(210,31,205); }
div.DivClassName
{
background-color: #D21FCD;
}
.BgClassName
{
background-color: #D21FCD;
}
</style>
border-color css
<style>
span { border-color: #D21FCD; }
span { border-color: rgb(210,31,205); }
td.TdClassName
{
border-color: #D21FCD;
}
.TagClassName
{
border-color: #D21FCD;
}
</style>