Shades of Deep Magenta #D409C1
Tints of Deep Magenta #D409C1
RGB
CMYK
RGB Variations
Color information
#D409C1 (or 0xD409C1) is known color: Deep Magenta. HEX triplet: D4, 09 and C1. RGB value is (212,9,193). Sum of RGB (Red+Green+Blue) = 212+9+193=414 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.21% from 414); Green value is 9 (3.91% from 255 or 2.17% from 414); Blue value is 193 (75.78% from 255 or 46.62% from 414); Max value from RGB is 212 - color contains mainly: red. Hex color #D409C1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409C1 is #2BF63E. Grayscale: #5A5A5A. Windows color (decimal): -2881087 or 12650964. OLE color: 12650964.
HSL color Cylindrical-coordinate representation of color #D409C1: hue angle of 305.62º degrees, saturation: 0.92, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D409C1 is Cyan = 0, Magento = 0.96, Yellow = 0.09 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 193 | - |
| CMYK | 0 | 0.96 | 0.09 | 0.17 |
| HSL | 305.62º | 0.92% | 0.43% | - |
| HSV(B) | 305.62º | 0.96% | 0.83% | - |
| XYZ | 36.87 | 18.04 | 51.99 | - |
| YUV | 90.67 | 185.75 | 214.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 193 | 0 | 0.96 | 0.09 | 0.17 | 305.62 | 0.92 | 0.43 |
| Hex | D4 | 9 | C1 | 0 | 60 | 9 | 11 | 132 | 5C | 2B |
| Octal | 324 | 11 | 301 | 0 | 140 | 11 | 21 | 462 | 134 | 53 |
| Binary | 11010100 | 1001 | 11000001 | 0 | 1100000 | 1001 | 10001 | 100110010 | 1011100 | 101011 |
Color Harmonies of #D409C1
Complementary color
Monochromatic Colors of #D409C1
Black with #D409C1
Text Example
Text Example
White with #D409C1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409C1; }
p { color: rgb(212,9,193); }
H1.HeaderClassName
{
color: #D409C1;
}
.AnyTagClassName
{
color: #D409C1;
}
</style>
background-color css
<style>
a { background-color: #D409C1; }
a { background-color: rgb(212,9,193); }
div.DivClassName
{
background-color: #D409C1;
}
.BgClassName
{
background-color: #D409C1;
}
</style>
border-color css
<style>
span { border-color: #D409C1; }
span { border-color: rgb(212,9,193); }
td.TdClassName
{
border-color: #D409C1;
}
.TagClassName
{
border-color: #D409C1;
}
</style>