Shades of Deep Magenta #D21FCA
Tints of Deep Magenta #D21FCA
RGB
CMYK
RGB Variations
Color information
#D21FCA (or 0xD21FCA) is known color: Deep Magenta. HEX triplet: D2, 1F and CA. RGB value is (210,31,202). Sum of RGB (Red+Green+Blue) = 210+31+202=443 (58% of max value = 765). Red value is 210 (82.42% from 255 or 47.40% from 443); Green value is 31 (12.5% from 255 or 7.00% from 443); Blue value is 202 (79.30% from 255 or 45.60% from 443); Max value from RGB is 210 - color contains mainly: red. Hex color #D21FCA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D21FCA is #2DE035. Grayscale: #676767. Windows color (decimal): -3006518 or 13246418. OLE color: 13246418.
HSL color Cylindrical-coordinate representation of color #D21FCA: hue angle of 302.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 #D21FCA is Cyan = 0, Magento = 0.85, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 31 | 202 | - |
| CMYK | 0 | 0.85 | 0.04 | 0.18 |
| HSL | 302.68º | 0.74% | 0.47% | - |
| HSV(B) | 302.68º | 0.85% | 0.82% | - |
| XYZ | 37.73 | 18.95 | 57.55 | - |
| YUV | 104.02 | 183.3 | 203.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 31 | 202 | 0 | 0.85 | 0.04 | 0.18 | 302.68 | 0.74 | 0.47 |
| Hex | D2 | 1F | CA | 0 | 55 | 4 | 12 | 12F | 4A | 2F |
| Octal | 322 | 37 | 312 | 0 | 125 | 4 | 22 | 457 | 112 | 57 |
| Binary | 11010010 | 11111 | 11001010 | 0 | 1010101 | 100 | 10010 | 100101111 | 1001010 | 101111 |
Color Harmonies of #D21FCA
Complementary color
Monochromatic Colors of #D21FCA
Black with #D21FCA
Text Example
Text Example
White with #D21FCA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D21FCA; }
p { color: rgb(210,31,202); }
H1.HeaderClassName
{
color: #D21FCA;
}
.AnyTagClassName
{
color: #D21FCA;
}
</style>
background-color css
<style>
a { background-color: #D21FCA; }
a { background-color: rgb(210,31,202); }
div.DivClassName
{
background-color: #D21FCA;
}
.BgClassName
{
background-color: #D21FCA;
}
</style>
border-color css
<style>
span { border-color: #D21FCA; }
span { border-color: rgb(210,31,202); }
td.TdClassName
{
border-color: #D21FCA;
}
.TagClassName
{
border-color: #D21FCA;
}
</style>