Shades of Deep Magenta #D409C8
Tints of Deep Magenta #D409C8
RGB
CMYK
RGB Variations
Color information
#D409C8 (or 0xD409C8) is known color: Deep Magenta. HEX triplet: D4, 09 and C8. RGB value is (212,9,200). Sum of RGB (Red+Green+Blue) = 212+9+200=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 9 (3.91% from 255 or 2.14% from 421); Blue value is 200 (78.52% from 255 or 47.51% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D409C8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409C8 is #2BF637. Grayscale: #5A5A5A. Windows color (decimal): -2881080 or 13109716. OLE color: 13109716.
HSL color Cylindrical-coordinate representation of color #D409C8: hue angle of 303.55º 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 #D409C8 is Cyan = 0, Magento = 0.96, Yellow = 0.06 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 200 | - |
| CMYK | 0 | 0.96 | 0.06 | 0.17 |
| HSL | 303.55º | 0.92% | 0.43% | - |
| HSV(B) | 303.55º | 0.96% | 0.83% | - |
| XYZ | 37.67 | 18.36 | 56.2 | - |
| YUV | 91.47 | 189.25 | 213.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 200 | 0 | 0.96 | 0.06 | 0.17 | 303.55 | 0.92 | 0.43 |
| Hex | D4 | 9 | C8 | 0 | 60 | 6 | 11 | 130 | 5C | 2B |
| Octal | 324 | 11 | 310 | 0 | 140 | 6 | 21 | 460 | 134 | 53 |
| Binary | 11010100 | 1001 | 11001000 | 0 | 1100000 | 110 | 10001 | 100110000 | 1011100 | 101011 |
Color Harmonies of #D409C8
Complementary color
Monochromatic Colors of #D409C8
Black with #D409C8
Text Example
Text Example
White with #D409C8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409C8; }
p { color: rgb(212,9,200); }
H1.HeaderClassName
{
color: #D409C8;
}
.AnyTagClassName
{
color: #D409C8;
}
</style>
background-color css
<style>
a { background-color: #D409C8; }
a { background-color: rgb(212,9,200); }
div.DivClassName
{
background-color: #D409C8;
}
.BgClassName
{
background-color: #D409C8;
}
</style>
border-color css
<style>
span { border-color: #D409C8; }
span { border-color: rgb(212,9,200); }
td.TdClassName
{
border-color: #D409C8;
}
.TagClassName
{
border-color: #D409C8;
}
</style>