Shades of Deep Magenta #D912CD
Tints of Deep Magenta #D912CD
RGB
CMYK
RGB Variations
Color information
#D912CD (or 0xD912CD) is known color: Deep Magenta. HEX triplet: D9, 12 and CD. RGB value is (217,18,205). Sum of RGB (Red+Green+Blue) = 217+18+205=440 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.32% from 440); Green value is 18 (7.42% from 255 or 4.09% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 217 - color contains mainly: red. Hex color #D912CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D912CD is #26ED32. Grayscale: #626262. Windows color (decimal): -2551091 or 13439705. OLE color: 13439705.
HSL color Cylindrical-coordinate representation of color #D912CD: hue angle of 303.62º 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 #D912CD is Cyan = 0, Magento = 0.92, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 18 | 205 | - |
| CMYK | 0 | 0.92 | 0.06 | 0.15 |
| HSL | 303.62º | 0.85% | 0.46% | - |
| HSV(B) | 303.62º | 0.92% | 0.85% | - |
| XYZ | 39.85 | 19.59 | 59.44 | - |
| YUV | 98.82 | 187.93 | 212.29 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 18 | 205 | 0 | 0.92 | 0.06 | 0.15 | 303.62 | 0.85 | 0.46 |
| Hex | D9 | 12 | CD | 0 | 5C | 6 | F | 130 | 55 | 2E |
| Octal | 331 | 22 | 315 | 0 | 134 | 6 | 17 | 460 | 125 | 56 |
| Binary | 11011001 | 10010 | 11001101 | 0 | 1011100 | 110 | 1111 | 100110000 | 1010101 | 101110 |
Color Harmonies of #D912CD
Complementary color
Monochromatic Colors of #D912CD
Black with #D912CD
Text Example
Text Example
White with #D912CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D912CD; }
p { color: rgb(217,18,205); }
H1.HeaderClassName
{
color: #D912CD;
}
.AnyTagClassName
{
color: #D912CD;
}
</style>
background-color css
<style>
a { background-color: #D912CD; }
a { background-color: rgb(217,18,205); }
div.DivClassName
{
background-color: #D912CD;
}
.BgClassName
{
background-color: #D912CD;
}
</style>
border-color css
<style>
span { border-color: #D912CD; }
span { border-color: rgb(217,18,205); }
td.TdClassName
{
border-color: #D912CD;
}
.TagClassName
{
border-color: #D912CD;
}
</style>