Shades of Deep Magenta #D812C7
Tints of Deep Magenta #D812C7
RGB
CMYK
RGB Variations
Color information
#D812C7 (or 0xD812C7) is known color: Deep Magenta. HEX triplet: D8, 12 and C7. RGB value is (216,18,199). Sum of RGB (Red+Green+Blue) = 216+18+199=433 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.88% from 433); Green value is 18 (7.42% from 255 or 4.16% from 433); Blue value is 199 (78.12% from 255 or 45.96% from 433); Max value from RGB is 216 - color contains mainly: red. Hex color #D812C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D812C7 is #27ED38. Grayscale: #616161. Windows color (decimal): -2616633 or 13046488. OLE color: 13046488.
HSL color Cylindrical-coordinate representation of color #D812C7: hue angle of 305.15º 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 #D812C7 is Cyan = 0, Magento = 0.92, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 18 | 199 | - |
| CMYK | 0 | 0.92 | 0.08 | 0.15 |
| HSL | 305.15º | 0.85% | 0.46% | - |
| HSV(B) | 305.15º | 0.92% | 0.85% | - |
| XYZ | 38.84 | 19.16 | 55.68 | - |
| YUV | 97.84 | 185.1 | 212.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 18 | 199 | 0 | 0.92 | 0.08 | 0.15 | 305.15 | 0.85 | 0.46 |
| Hex | D8 | 12 | C7 | 0 | 5C | 8 | F | 131 | 55 | 2E |
| Octal | 330 | 22 | 307 | 0 | 134 | 10 | 17 | 461 | 125 | 56 |
| Binary | 11011000 | 10010 | 11000111 | 0 | 1011100 | 1000 | 1111 | 100110001 | 1010101 | 101110 |
Color Harmonies of #D812C7
Complementary color
Monochromatic Colors of #D812C7
Black with #D812C7
Text Example
Text Example
White with #D812C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D812C7; }
p { color: rgb(216,18,199); }
H1.HeaderClassName
{
color: #D812C7;
}
.AnyTagClassName
{
color: #D812C7;
}
</style>
background-color css
<style>
a { background-color: #D812C7; }
a { background-color: rgb(216,18,199); }
div.DivClassName
{
background-color: #D812C7;
}
.BgClassName
{
background-color: #D812C7;
}
</style>
border-color css
<style>
span { border-color: #D812C7; }
span { border-color: rgb(216,18,199); }
td.TdClassName
{
border-color: #D812C7;
}
.TagClassName
{
border-color: #D812C7;
}
</style>