Shades of Deep Magenta #D411C5
Tints of Deep Magenta #D411C5
RGB
CMYK
RGB Variations
Color information
#D411C5 (or 0xD411C5) is known color: Deep Magenta. HEX triplet: D4, 11 and C5. RGB value is (212,17,197). Sum of RGB (Red+Green+Blue) = 212+17+197=426 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.77% from 426); Green value is 17 (7.03% from 255 or 3.99% from 426); Blue value is 197 (77.34% from 255 or 46.24% from 426); Max value from RGB is 212 - color contains mainly: red. Hex color #D411C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411C5 is #2BEE3A. Grayscale: #5F5F5F. Windows color (decimal): -2879035 or 12915156. OLE color: 12915156.
HSL color Cylindrical-coordinate representation of color #D411C5: hue angle of 304.62º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D411C5 is Cyan = 0, Magento = 0.92, Yellow = 0.07 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 197 | - |
| CMYK | 0 | 0.92 | 0.07 | 0.17 |
| HSL | 304.62º | 0.85% | 0.45% | - |
| HSV(B) | 304.62º | 0.92% | 0.83% | - |
| XYZ | 37.43 | 18.43 | 54.41 | - |
| YUV | 95.83 | 185.1 | 210.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 197 | 0 | 0.92 | 0.07 | 0.17 | 304.62 | 0.85 | 0.45 |
| Hex | D4 | 11 | C5 | 0 | 5C | 7 | 11 | 131 | 55 | 2D |
| Octal | 324 | 21 | 305 | 0 | 134 | 7 | 21 | 461 | 125 | 55 |
| Binary | 11010100 | 10001 | 11000101 | 0 | 1011100 | 111 | 10001 | 100110001 | 1010101 | 101101 |
Color Harmonies of #D411C5
Complementary color
Monochromatic Colors of #D411C5
Black with #D411C5
Text Example
Text Example
White with #D411C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411C5; }
p { color: rgb(212,17,197); }
H1.HeaderClassName
{
color: #D411C5;
}
.AnyTagClassName
{
color: #D411C5;
}
</style>
background-color css
<style>
a { background-color: #D411C5; }
a { background-color: rgb(212,17,197); }
div.DivClassName
{
background-color: #D411C5;
}
.BgClassName
{
background-color: #D411C5;
}
</style>
border-color css
<style>
span { border-color: #D411C5; }
span { border-color: rgb(212,17,197); }
td.TdClassName
{
border-color: #D411C5;
}
.TagClassName
{
border-color: #D411C5;
}
</style>