Shades of Deep Magenta #D411CE
Tints of Deep Magenta #D411CE
RGB
CMYK
RGB Variations
Color information
#D411CE (or 0xD411CE) is known color: Deep Magenta. HEX triplet: D4, 11 and CE. RGB value is (212,17,206). Sum of RGB (Red+Green+Blue) = 212+17+206=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 17 (7.03% from 255 or 3.91% from 435); Blue value is 206 (80.86% from 255 or 47.36% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D411CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D411CE is #2BEE31. Grayscale: #606060. Windows color (decimal): -2879026 or 13504980. OLE color: 13504980.
HSL color Cylindrical-coordinate representation of color #D411CE: hue angle of 301.85º 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 #D411CE is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 17 | 206 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.17 |
| HSL | 301.85º | 0.85% | 0.45% | - |
| HSV(B) | 301.85º | 0.92% | 0.83% | - |
| XYZ | 38.49 | 18.85 | 60 | - |
| YUV | 96.85 | 189.6 | 210.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 17 | 206 | 0 | 0.92 | 0.03 | 0.17 | 301.85 | 0.85 | 0.45 |
| Hex | D4 | 11 | CE | 0 | 5C | 3 | 11 | 12E | 55 | 2D |
| Octal | 324 | 21 | 316 | 0 | 134 | 3 | 21 | 456 | 125 | 55 |
| Binary | 11010100 | 10001 | 11001110 | 0 | 1011100 | 11 | 10001 | 100101110 | 1010101 | 101101 |
Color Harmonies of #D411CE
Complementary color
Monochromatic Colors of #D411CE
Black with #D411CE
Text Example
Text Example
White with #D411CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D411CE; }
p { color: rgb(212,17,206); }
H1.HeaderClassName
{
color: #D411CE;
}
.AnyTagClassName
{
color: #D411CE;
}
</style>
background-color css
<style>
a { background-color: #D411CE; }
a { background-color: rgb(212,17,206); }
div.DivClassName
{
background-color: #D411CE;
}
.BgClassName
{
background-color: #D411CE;
}
</style>
border-color css
<style>
span { border-color: #D411CE; }
span { border-color: rgb(212,17,206); }
td.TdClassName
{
border-color: #D411CE;
}
.TagClassName
{
border-color: #D411CE;
}
</style>