Shades of Deep Magenta #D912D9
Tints of Deep Magenta #D912D9
RGB
CMYK
RGB Variations
Color information
#D912D9 (or 0xD912D9) is known color: Deep Magenta. HEX triplet: D9, 12 and D9. RGB value is (217,18,217). Sum of RGB (Red+Green+Blue) = 217+18+217=452 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.01% from 452); Green value is 18 (7.42% from 255 or 3.98% from 452); Blue value is 217 (85.16% from 255 or 48.01% from 452); Max value from RGB is 217 - color contains mainly: red, blue. Hex color #D912D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912D9 is #26ED26. Grayscale: #636363. Windows color (decimal): -2551079 or 14226137. OLE color: 14226137.
HSL color Cylindrical-coordinate representation of color #D912D9: hue angle of 300º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912D9 is Cyan = 0, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 217 | - |
| CMYK | 0 | 0.92 | 0 | 0.15 |
| HSL | 300º | 0.85% | 0.46% | - |
| HSV(B) | 300º | 0.92% | 0.85% | - |
| XYZ | 41.36 | 20.19 | 67.36 | - |
| YUV | 100.19 | 193.93 | 211.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 217 | 0 | 0.92 | 0 | 0.15 | 300 | 0.85 | 0.46 |
| Hex | D9 | 12 | D9 | 0 | 5C | 0 | F | 12C | 55 | 2E |
| Octal | 331 | 22 | 331 | 0 | 134 | 0 | 17 | 454 | 125 | 56 |
| Binary | 11011001 | 10010 | 11011001 | 0 | 1011100 | 0 | 1111 | 100101100 | 1010101 | 101110 |
Color Harmonies of #D912D9
Complementary color
Monochromatic Colors of #D912D9
Black with #D912D9
Text Example
Text Example
White with #D912D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912D9; }
p { color: rgb(217,18,217); }
H1.HeaderClassName
{
color: #D912D9;
}
.AnyTagClassName
{
color: #D912D9;
}
</style>
background-color css
<style>
a { background-color: #D912D9; }
a { background-color: rgb(217,18,217); }
div.DivClassName
{
background-color: #D912D9;
}
.BgClassName
{
background-color: #D912D9;
}
</style>
border-color css
<style>
span { border-color: #D912D9; }
span { border-color: rgb(217,18,217); }
td.TdClassName
{
border-color: #D912D9;
}
.TagClassName
{
border-color: #D912D9;
}
</style>