Shades of Deep Magenta #D912DC
Tints of Deep Magenta #D912DC
RGB
CMYK
RGB Variations
Color information
#D912DC (or 0xD912DC) is known color: Deep Magenta. HEX triplet: D9, 12 and DC. RGB value is (217,18,220). Sum of RGB (Red+Green+Blue) = 217+18+220=455 (60% of max value = 765). Red value is 217 (85.16% from 255 or 47.69% from 455); Green value is 18 (7.42% from 255 or 3.96% from 455); Blue value is 220 (86.33% from 255 or 48.35% from 455); Max value from RGB is 220 - color contains mainly: blue. Hex color #D912DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912DC is #26ED23. Grayscale: #636363. Windows color (decimal): -2551076 or 14422745. OLE color: 14422745.
HSL color Cylindrical-coordinate representation of color #D912DC: hue angle of 299.11º degrees, saturation: 0.85, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D912DC is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 217 | 18 | 220 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.14 |
| HSL | 299.11º | 0.85% | 0.47% | - |
| HSV(B) | 299.11º | 0.92% | 0.86% | - |
| XYZ | 41.75 | 20.35 | 69.44 | - |
| YUV | 100.53 | 195.43 | 211.07 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 220 | 0.01 | 0.92 | 0 | 0.14 | 299.11 | 0.85 | 0.47 |
| Hex | D9 | 12 | DC | 1 | 5C | 0 | E | 12B | 55 | 2F |
| Octal | 331 | 22 | 334 | 1 | 134 | 0 | 16 | 453 | 125 | 57 |
| Binary | 11011001 | 10010 | 11011100 | 1 | 1011100 | 0 | 1110 | 100101011 | 1010101 | 101111 |
Color Harmonies of #D912DC
Complementary color
Monochromatic Colors of #D912DC
Black with #D912DC
Text Example
Text Example
White with #D912DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912DC; }
p { color: rgb(217,18,220); }
H1.HeaderClassName
{
color: #D912DC;
}
.AnyTagClassName
{
color: #D912DC;
}
</style>
background-color css
<style>
a { background-color: #D912DC; }
a { background-color: rgb(217,18,220); }
div.DivClassName
{
background-color: #D912DC;
}
.BgClassName
{
background-color: #D912DC;
}
</style>
border-color css
<style>
span { border-color: #D912DC; }
span { border-color: rgb(217,18,220); }
td.TdClassName
{
border-color: #D912DC;
}
.TagClassName
{
border-color: #D912DC;
}
</style>