Shades of Deep Magenta #D412CD
Tints of Deep Magenta #D412CD
RGB
CMYK
RGB Variations
Color information
#D412CD (or 0xD412CD) is known color: Deep Magenta. HEX triplet: D4, 12 and CD. RGB value is (212,18,205). Sum of RGB (Red+Green+Blue) = 212+18+205=435 (57% of max value = 765). Red value is 212 (83.20% from 255 or 48.74% from 435); Green value is 18 (7.42% from 255 or 4.14% from 435); Blue value is 205 (80.47% from 255 or 47.13% from 435); Max value from RGB is 212 - color contains mainly: red. Hex color #D412CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D412CD is #2BED32. Grayscale: #606060. Windows color (decimal): -2878771 or 13439700. OLE color: 13439700.
HSL color Cylindrical-coordinate representation of color #D412CD: hue angle of 302.16º degrees, saturation: 0.84, 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 #D412CD is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.17 |
| HSL | 302.16º | 0.84% | 0.45% | - |
| HSV(B) | 302.16º | 0.92% | 0.83% | - |
| XYZ | 38.39 | 18.84 | 59.37 | - |
| YUV | 97.32 | 188.77 | 209.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 18 | 205 | 0 | 0.92 | 0.03 | 0.17 | 302.16 | 0.84 | 0.45 |
| Hex | D4 | 12 | CD | 0 | 5C | 3 | 11 | 12E | 54 | 2D |
| Octal | 324 | 22 | 315 | 0 | 134 | 3 | 21 | 456 | 124 | 55 |
| Binary | 11010100 | 10010 | 11001101 | 0 | 1011100 | 11 | 10001 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D412CD
Complementary color
Monochromatic Colors of #D412CD
Black with #D412CD
Text Example
Text Example
White with #D412CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D412CD; }
p { color: rgb(212,18,205); }
H1.HeaderClassName
{
color: #D412CD;
}
.AnyTagClassName
{
color: #D412CD;
}
</style>
background-color css
<style>
a { background-color: #D412CD; }
a { background-color: rgb(212,18,205); }
div.DivClassName
{
background-color: #D412CD;
}
.BgClassName
{
background-color: #D412CD;
}
</style>
border-color css
<style>
span { border-color: #D412CD; }
span { border-color: rgb(212,18,205); }
td.TdClassName
{
border-color: #D412CD;
}
.TagClassName
{
border-color: #D412CD;
}
</style>