Shades of Deep Magenta #D912D3
Tints of Deep Magenta #D912D3
RGB
CMYK
RGB Variations
Color information
#D912D3 (or 0xD912D3) is known color: Deep Magenta. HEX triplet: D9, 12 and D3. RGB value is (217,18,211). Sum of RGB (Red+Green+Blue) = 217+18+211=446 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.65% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 211 (82.81% from 255 or 47.31% from 446); Max value from RGB is 217 - color contains mainly: red. Hex color #D912D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912D3 is #26ED2C. Grayscale: #626262. Windows color (decimal): -2551085 or 13832921. OLE color: 13832921.
HSL color Cylindrical-coordinate representation of color #D912D3: hue angle of 301.81º 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 #D912D3 is Cyan = 0, Magento = 0.92, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 211 | - |
| CMYK | 0 | 0.92 | 0.03 | 0.15 |
| HSL | 301.81º | 0.85% | 0.46% | - |
| HSV(B) | 301.81º | 0.92% | 0.85% | - |
| XYZ | 40.59 | 19.89 | 63.33 | - |
| YUV | 99.5 | 190.93 | 211.81 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 211 | 0 | 0.92 | 0.03 | 0.15 | 301.81 | 0.85 | 0.46 |
| Hex | D9 | 12 | D3 | 0 | 5C | 3 | F | 12E | 55 | 2E |
| Octal | 331 | 22 | 323 | 0 | 134 | 3 | 17 | 456 | 125 | 56 |
| Binary | 11011001 | 10010 | 11010011 | 0 | 1011100 | 11 | 1111 | 100101110 | 1010101 | 101110 |
Color Harmonies of #D912D3
Complementary color
Monochromatic Colors of #D912D3
Black with #D912D3
Text Example
Text Example
White with #D912D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912D3; }
p { color: rgb(217,18,211); }
H1.HeaderClassName
{
color: #D912D3;
}
.AnyTagClassName
{
color: #D912D3;
}
</style>
background-color css
<style>
a { background-color: #D912D3; }
a { background-color: rgb(217,18,211); }
div.DivClassName
{
background-color: #D912D3;
}
.BgClassName
{
background-color: #D912D3;
}
</style>
border-color css
<style>
span { border-color: #D912D3; }
span { border-color: rgb(217,18,211); }
td.TdClassName
{
border-color: #D912D3;
}
.TagClassName
{
border-color: #D912D3;
}
</style>