Shades of Deep Magenta #D421C3
Tints of Deep Magenta #D421C3
RGB
CMYK
RGB Variations
Color information
#D421C3 (or 0xD421C3) is known color: Deep Magenta. HEX triplet: D4, 21 and C3. RGB value is (212,33,195). Sum of RGB (Red+Green+Blue) = 212+33+195=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 33 (13.28% from 255 or 7.5% from 440); Blue value is 195 (76.56% from 255 or 44.32% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D421C3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D421C3 is #2BDE3C. Grayscale: #686868. Windows color (decimal): -2874941 or 12788180. OLE color: 12788180.
HSL color Cylindrical-coordinate representation of color #D421C3: hue angle of 305.7º 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 #D421C3 is Cyan = 0, Magento = 0.84, Yellow = 0.08 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 33 | 195 | - |
| CMYK | 0 | 0.84 | 0.08 | 0.17 |
| HSL | 305.7º | 0.73% | 0.48% | - |
| HSV(B) | 305.7º | 0.84% | 0.83% | - |
| XYZ | 37.55 | 19.02 | 53.32 | - |
| YUV | 104.99 | 178.8 | 204.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 33 | 195 | 0 | 0.84 | 0.08 | 0.17 | 305.7 | 0.73 | 0.48 |
| Hex | D4 | 21 | C3 | 0 | 54 | 8 | 11 | 132 | 49 | 30 |
| Octal | 324 | 41 | 303 | 0 | 124 | 10 | 21 | 462 | 111 | 60 |
| Binary | 11010100 | 100001 | 11000011 | 0 | 1010100 | 1000 | 10001 | 100110010 | 1001001 | 110000 |
Color Harmonies of #D421C3
Complementary color
Monochromatic Colors of #D421C3
Black with #D421C3
Text Example
Text Example
White with #D421C3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D421C3; }
p { color: rgb(212,33,195); }
H1.HeaderClassName
{
color: #D421C3;
}
.AnyTagClassName
{
color: #D421C3;
}
</style>
background-color css
<style>
a { background-color: #D421C3; }
a { background-color: rgb(212,33,195); }
div.DivClassName
{
background-color: #D421C3;
}
.BgClassName
{
background-color: #D421C3;
}
</style>
border-color css
<style>
span { border-color: #D421C3; }
span { border-color: rgb(212,33,195); }
td.TdClassName
{
border-color: #D421C3;
}
.TagClassName
{
border-color: #D421C3;
}
</style>