Shades of Deep Magenta #D912D1
Tints of Deep Magenta #D912D1
RGB
CMYK
RGB Variations
Color information
#D912D1 (or 0xD912D1) is known color: Deep Magenta. HEX triplet: D9, 12 and D1. RGB value is (217,18,209). Sum of RGB (Red+Green+Blue) = 217+18+209=444 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.87% from 444); Green value is 18 (7.42% from 255 or 4.05% from 444); Blue value is 209 (82.03% from 255 or 47.07% from 444); Max value from RGB is 217 - color contains mainly: red. Hex color #D912D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912D1 is #26ED2E. Grayscale: #626262. Windows color (decimal): -2551087 or 13701849. OLE color: 13701849.
HSL color Cylindrical-coordinate representation of color #D912D1: hue angle of 302.41º 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 #D912D1 is Cyan = 0, Magento = 0.92, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 209 | - |
| CMYK | 0 | 0.92 | 0.04 | 0.15 |
| HSL | 302.41º | 0.85% | 0.46% | - |
| HSV(B) | 302.41º | 0.92% | 0.85% | - |
| XYZ | 40.34 | 19.79 | 62.01 | - |
| YUV | 99.28 | 189.93 | 211.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 209 | 0 | 0.92 | 0.04 | 0.15 | 302.41 | 0.85 | 0.46 |
| Hex | D9 | 12 | D1 | 0 | 5C | 4 | F | 12E | 55 | 2E |
| Octal | 331 | 22 | 321 | 0 | 134 | 4 | 17 | 456 | 125 | 56 |
| Binary | 11011001 | 10010 | 11010001 | 0 | 1011100 | 100 | 1111 | 100101110 | 1010101 | 101110 |
Color Harmonies of #D912D1
Complementary color
Monochromatic Colors of #D912D1
Black with #D912D1
Text Example
Text Example
White with #D912D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912D1; }
p { color: rgb(217,18,209); }
H1.HeaderClassName
{
color: #D912D1;
}
.AnyTagClassName
{
color: #D912D1;
}
</style>
background-color css
<style>
a { background-color: #D912D1; }
a { background-color: rgb(217,18,209); }
div.DivClassName
{
background-color: #D912D1;
}
.BgClassName
{
background-color: #D912D1;
}
</style>
border-color css
<style>
span { border-color: #D912D1; }
span { border-color: rgb(217,18,209); }
td.TdClassName
{
border-color: #D912D1;
}
.TagClassName
{
border-color: #D912D1;
}
</style>