Shades of Deep Magenta #D409CB
Tints of Deep Magenta #D409CB
RGB
CMYK
RGB Variations
Color information
#D409CB (or 0xD409CB) is known color: Deep Magenta. HEX triplet: D4, 09 and CB. RGB value is (212,9,203). Sum of RGB (Red+Green+Blue) = 212+9+203=424 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50% from 424); Green value is 9 (3.91% from 255 or 2.12% from 424); Blue value is 203 (79.69% from 255 or 47.88% from 424); Max value from RGB is 212 - color contains mainly: red. Hex color #D409CB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D409CB is #2BF634. Grayscale: #5B5B5B. Windows color (decimal): -2881077 or 13306324. OLE color: 13306324.
HSL color Cylindrical-coordinate representation of color #D409CB: hue angle of 302.66º 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 #D409CB is Cyan = 0, Magento = 0.96, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 9 | 203 | - |
| CMYK | 0 | 0.96 | 0.04 | 0.17 |
| HSL | 302.66º | 0.92% | 0.43% | - |
| HSV(B) | 302.66º | 0.96% | 0.83% | - |
| XYZ | 38.03 | 18.5 | 58.07 | - |
| YUV | 91.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 9 | 203 | 0 | 0.96 | 0.04 | 0.17 | 302.66 | 0.92 | 0.43 |
| Hex | D4 | 9 | CB | 0 | 60 | 4 | 11 | 12F | 5C | 2B |
| Octal | 324 | 11 | 313 | 0 | 140 | 4 | 21 | 457 | 134 | 53 |
| Binary | 11010100 | 1001 | 11001011 | 0 | 1100000 | 100 | 10001 | 100101111 | 1011100 | 101011 |
Color Harmonies of #D409CB
Complementary color
Monochromatic Colors of #D409CB
Black with #D409CB
Text Example
Text Example
White with #D409CB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D409CB; }
p { color: rgb(212,9,203); }
H1.HeaderClassName
{
color: #D409CB;
}
.AnyTagClassName
{
color: #D409CB;
}
</style>
background-color css
<style>
a { background-color: #D409CB; }
a { background-color: rgb(212,9,203); }
div.DivClassName
{
background-color: #D409CB;
}
.BgClassName
{
background-color: #D409CB;
}
</style>
border-color css
<style>
span { border-color: #D409CB; }
span { border-color: rgb(212,9,203); }
td.TdClassName
{
border-color: #D409CB;
}
.TagClassName
{
border-color: #D409CB;
}
</style>