Shades of Deep Magenta #D812C0
Tints of Deep Magenta #D812C0
RGB
CMYK
RGB Variations
Color information
#D812C0 (or 0xD812C0) is known color: Deep Magenta. HEX triplet: D8, 12 and C0. RGB value is (216,18,192). Sum of RGB (Red+Green+Blue) = 216+18+192=426 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.70% from 426); Green value is 18 (7.42% from 255 or 4.23% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 216 - color contains mainly: red. Hex color #D812C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812C0 is #27ED3F. Grayscale: #606060. Windows color (decimal): -2616640 or 12587736. OLE color: 12587736.
HSL color Cylindrical-coordinate representation of color #D812C0: hue angle of 307.27º 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 #D812C0 is Cyan = 0, Magento = 0.92, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 192 | - |
| CMYK | 0 | 0.92 | 0.11 | 0.15 |
| HSL | 307.27º | 0.85% | 0.46% | - |
| HSV(B) | 307.27º | 0.92% | 0.85% | - |
| XYZ | 38.05 | 18.84 | 51.5 | - |
| YUV | 97.04 | 181.6 | 212.85 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 192 | 0 | 0.92 | 0.11 | 0.15 | 307.27 | 0.85 | 0.46 |
| Hex | D8 | 12 | C0 | 0 | 5C | B | F | 133 | 55 | 2E |
| Octal | 330 | 22 | 300 | 0 | 134 | 13 | 17 | 463 | 125 | 56 |
| Binary | 11011000 | 10010 | 11000000 | 0 | 1011100 | 1011 | 1111 | 100110011 | 1010101 | 101110 |
Color Harmonies of #D812C0
Complementary color
Monochromatic Colors of #D812C0
Black with #D812C0
Text Example
Text Example
White with #D812C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812C0; }
p { color: rgb(216,18,192); }
H1.HeaderClassName
{
color: #D812C0;
}
.AnyTagClassName
{
color: #D812C0;
}
</style>
background-color css
<style>
a { background-color: #D812C0; }
a { background-color: rgb(216,18,192); }
div.DivClassName
{
background-color: #D812C0;
}
.BgClassName
{
background-color: #D812C0;
}
</style>
border-color css
<style>
span { border-color: #D812C0; }
span { border-color: rgb(216,18,192); }
td.TdClassName
{
border-color: #D812C0;
}
.TagClassName
{
border-color: #D812C0;
}
</style>