Shades of Deep Magenta #D421CA
Tints of Deep Magenta #D421CA
RGB
CMYK
RGB Variations
Color information
#D421CA (or 0xD421CA) is known color: Deep Magenta. HEX triplet: D4, 21 and CA. RGB value is (212,33,202). Sum of RGB (Red+Green+Blue) = 212+33+202=447 (59% of max value = 765). Red value is 212 (83.20% from 255 or 47.43% from 447); Green value is 33 (13.28% from 255 or 7.38% from 447); Blue value is 202 (79.30% from 255 or 45.19% from 447); Max value from RGB is 212 - color contains mainly: red. Hex color #D421CA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421CA is #2BDE35. Grayscale: #696969. Windows color (decimal): -2874934 or 13246932. OLE color: 13246932.
HSL color Cylindrical-coordinate representation of color #D421CA: hue angle of 303.35º degrees, saturation: 0.73, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.84%. Process color model (Four color, CMYK) of #D421CA is Cyan = 0, Magento = 0.84, Yellow = 0.05 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 202 | - |
| CMYK | 0 | 0.84 | 0.05 | 0.17 |
| HSL | 303.35º | 0.73% | 0.48% | - |
| HSV(B) | 303.35º | 0.84% | 0.83% | - |
| XYZ | 38.36 | 19.35 | 57.59 | - |
| YUV | 105.79 | 182.3 | 203.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 202 | 0 | 0.84 | 0.05 | 0.17 | 303.35 | 0.73 | 0.48 |
| Hex | D4 | 21 | CA | 0 | 54 | 5 | 11 | 12F | 49 | 30 |
| Octal | 324 | 41 | 312 | 0 | 124 | 5 | 21 | 457 | 111 | 60 |
| Binary | 11010100 | 100001 | 11001010 | 0 | 1010100 | 101 | 10001 | 100101111 | 1001001 | 110000 |
Color Harmonies of #D421CA
Complementary color
Monochromatic Colors of #D421CA
Black with #D421CA
Text Example
Text Example
White with #D421CA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421CA; }
p { color: rgb(212,33,202); }
H1.HeaderClassName
{
color: #D421CA;
}
.AnyTagClassName
{
color: #D421CA;
}
</style>
background-color css
<style>
a { background-color: #D421CA; }
a { background-color: rgb(212,33,202); }
div.DivClassName
{
background-color: #D421CA;
}
.BgClassName
{
background-color: #D421CA;
}
</style>
border-color css
<style>
span { border-color: #D421CA; }
span { border-color: rgb(212,33,202); }
td.TdClassName
{
border-color: #D421CA;
}
.TagClassName
{
border-color: #D421CA;
}
</style>