Shades of Deep Magenta #D411CD
Tints of Deep Magenta #D411CD
RGB
CMYK
RGB Variations
Color information
#D411CD (or 0xD411CD) is known color: Deep Magenta. HEX triplet: D4, 11 and CD. RGB value is (212,17,205). Sum of RGB (Red+Green+Blue) = 212+17+205=434 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.85% from 434); Green value is 17 (7.03% from 255 or 3.92% from 434); Blue value is 205 (80.47% from 255 or 47.24% from 434); Max value from RGB is 212 - color contains mainly: red. Hex color #D411CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411CD is #2BEE32. Grayscale: #606060. Windows color (decimal): -2879027 or 13439444. OLE color: 13439444.
HSL color Cylindrical-coordinate representation of color #D411CD: hue angle of 302.15º 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 #D411CD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 205 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.17 |
| HSL | 302.15º | 0.85% | 0.45% | - |
| HSV(B) | 302.15º | 0.92% | 0.83% | - |
| XYZ | 38.37 | 18.81 | 59.37 | - |
| YUV | 96.74 | 189.1 | 210.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 205 | 0 | 0.92 | 0.03 | 0.17 | 302.15 | 0.85 | 0.45 |
| Hex | D4 | 11 | CD | 0 | 5C | 3 | 11 | 12E | 55 | 2D |
| Octal | 324 | 21 | 315 | 0 | 134 | 3 | 21 | 456 | 125 | 55 |
| Binary | 11010100 | 10001 | 11001101 | 0 | 1011100 | 11 | 10001 | 100101110 | 1010101 | 101101 |
Color Harmonies of #D411CD
Complementary color
Monochromatic Colors of #D411CD
Black with #D411CD
Text Example
Text Example
White with #D411CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411CD; }
p { color: rgb(212,17,205); }
H1.HeaderClassName
{
color: #D411CD;
}
.AnyTagClassName
{
color: #D411CD;
}
</style>
background-color css
<style>
a { background-color: #D411CD; }
a { background-color: rgb(212,17,205); }
div.DivClassName
{
background-color: #D411CD;
}
.BgClassName
{
background-color: #D411CD;
}
</style>
border-color css
<style>
span { border-color: #D411CD; }
span { border-color: rgb(212,17,205); }
td.TdClassName
{
border-color: #D411CD;
}
.TagClassName
{
border-color: #D411CD;
}
</style>