Shades of Deep Magenta #D409CC
Tints of Deep Magenta #D409CC
RGB
CMYK
RGB Variations
Color information
#D409CC (or 0xD409CC) is known color: Deep Magenta. HEX triplet: D4, 09 and CC. RGB value is (212,9,204). Sum of RGB (Red+Green+Blue) = 212+9+204=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 204 (80.08% from 255 or 48% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D409CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409CC is #2BF633. Grayscale: #5B5B5B. Windows color (decimal): -2881076 or 13371860. OLE color: 13371860.
HSL color Cylindrical-coordinate representation of color #D409CC: hue angle of 302.36º 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 #D409CC is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 204 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.17 |
| HSL | 302.36º | 0.92% | 0.43% | - |
| HSV(B) | 302.36º | 0.96% | 0.83% | - |
| XYZ | 38.15 | 18.55 | 58.7 | - |
| YUV | 91.93 | 191.25 | 213.64 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 204 | 0 | 0.96 | 0.04 | 0.17 | 302.36 | 0.92 | 0.43 |
| Hex | D4 | 9 | CC | 0 | 60 | 4 | 11 | 12E | 5C | 2B |
| Octal | 324 | 11 | 314 | 0 | 140 | 4 | 21 | 456 | 134 | 53 |
| Binary | 11010100 | 1001 | 11001100 | 0 | 1100000 | 100 | 10001 | 100101110 | 1011100 | 101011 |
Color Harmonies of #D409CC
Complementary color
Monochromatic Colors of #D409CC
Black with #D409CC
Text Example
Text Example
White with #D409CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409CC; }
p { color: rgb(212,9,204); }
H1.HeaderClassName
{
color: #D409CC;
}
.AnyTagClassName
{
color: #D409CC;
}
</style>
background-color css
<style>
a { background-color: #D409CC; }
a { background-color: rgb(212,9,204); }
div.DivClassName
{
background-color: #D409CC;
}
.BgClassName
{
background-color: #D409CC;
}
</style>
border-color css
<style>
span { border-color: #D409CC; }
span { border-color: rgb(212,9,204); }
td.TdClassName
{
border-color: #D409CC;
}
.TagClassName
{
border-color: #D409CC;
}
</style>