Shades of Deep Magenta #D810D7
Tints of Deep Magenta #D810D7
RGB
CMYK
RGB Variations
Color information
#D810D7 (or 0xD810D7) is known color: Deep Magenta. HEX triplet: D8, 10 and D7. RGB value is (216,16,215). Sum of RGB (Red+Green+Blue) = 216+16+215=447 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.32% from 447); Green value is 16 (6.64% from 255 or 3.58% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 216 - color contains mainly: red. Hex color #D810D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810D7 is #27EF28. Grayscale: #616161. Windows color (decimal): -2617129 or 14094552. OLE color: 14094552.
HSL color Cylindrical-coordinate representation of color #D810D7: hue angle of 300.3º degrees, saturation: 0.86, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D810D7 is Cyan = 0, Magento = 0.93, Yellow = 0.00 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 215 | - |
| CMYK | 0 | 0.93 | 0.00 | 0.15 |
| HSL | 300.3º | 0.86% | 0.45% | - |
| HSV(B) | 300.3º | 0.93% | 0.85% | - |
| XYZ | 40.77 | 19.88 | 65.98 | - |
| YUV | 98.49 | 193.76 | 211.82 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 215 | 0 | 0.93 | 0.00 | 0.15 | 300.3 | 0.86 | 0.45 |
| Hex | D8 | 10 | D7 | 0 | 5D | 0 | F | 12C | 56 | 2D |
| Octal | 330 | 20 | 327 | 0 | 135 | 0 | 17 | 454 | 126 | 55 |
| Binary | 11011000 | 10000 | 11010111 | 0 | 1011101 | 0 | 1111 | 100101100 | 1010110 | 101101 |
Color Harmonies of #D810D7
Complementary color
Monochromatic Colors of #D810D7
Black with #D810D7
Text Example
Text Example
White with #D810D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810D7; }
p { color: rgb(216,16,215); }
H1.HeaderClassName
{
color: #D810D7;
}
.AnyTagClassName
{
color: #D810D7;
}
</style>
background-color css
<style>
a { background-color: #D810D7; }
a { background-color: rgb(216,16,215); }
div.DivClassName
{
background-color: #D810D7;
}
.BgClassName
{
background-color: #D810D7;
}
</style>
border-color css
<style>
span { border-color: #D810D7; }
span { border-color: rgb(216,16,215); }
td.TdClassName
{
border-color: #D810D7;
}
.TagClassName
{
border-color: #D810D7;
}
</style>