Shades of Deep Magenta #D420CA
Tints of Deep Magenta #D420CA
RGB
CMYK
RGB Variations
Color information
#D420CA (or 0xD420CA) is known color: Deep Magenta. HEX triplet: D4, 20 and CA. RGB value is (212,32,202). Sum of RGB (Red+Green+Blue) = 212+32+202=446 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.53% from 446); Green value is 32 (12.89% from 255 or 7.17% from 446); Blue value is 202 (79.30% from 255 or 45.29% from 446); Max value from RGB is 212 - color contains mainly: red. Hex color #D420CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D420CA is #2BDF35. Grayscale: #686868. Windows color (decimal): -2875190 or 13246676. OLE color: 13246676.
HSL color Cylindrical-coordinate representation of color #D420CA: hue angle of 303.33º degrees, saturation: 0.74, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.85%. Process color model (Four color, CMYK) of #D420CA is Cyan = 0, Magento = 0.85, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 32 | 202 | - |
| CMYK | 0 | 0.85 | 0.05 | 0.17 |
| HSL | 303.33º | 0.74% | 0.48% | - |
| HSV(B) | 303.33º | 0.85% | 0.83% | - |
| XYZ | 38.33 | 19.29 | 57.58 | - |
| YUV | 105.2 | 182.63 | 204.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 32 | 202 | 0 | 0.85 | 0.05 | 0.17 | 303.33 | 0.74 | 0.48 |
| Hex | D4 | 20 | CA | 0 | 55 | 5 | 11 | 12F | 4A | 30 |
| Octal | 324 | 40 | 312 | 0 | 125 | 5 | 21 | 457 | 112 | 60 |
| Binary | 11010100 | 100000 | 11001010 | 0 | 1010101 | 101 | 10001 | 100101111 | 1001010 | 110000 |
Color Harmonies of #D420CA
Complementary color
Monochromatic Colors of #D420CA
Black with #D420CA
Text Example
Text Example
White with #D420CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D420CA; }
p { color: rgb(212,32,202); }
H1.HeaderClassName
{
color: #D420CA;
}
.AnyTagClassName
{
color: #D420CA;
}
</style>
background-color css
<style>
a { background-color: #D420CA; }
a { background-color: rgb(212,32,202); }
div.DivClassName
{
background-color: #D420CA;
}
.BgClassName
{
background-color: #D420CA;
}
</style>
border-color css
<style>
span { border-color: #D420CA; }
span { border-color: rgb(212,32,202); }
td.TdClassName
{
border-color: #D420CA;
}
.TagClassName
{
border-color: #D420CA;
}
</style>