Shades of Deep Magenta #D810D6
Tints of Deep Magenta #D810D6
RGB
CMYK
RGB Variations
Color information
#D810D6 (or 0xD810D6) is known color: Deep Magenta. HEX triplet: D8, 10 and D6. RGB value is (216,16,214). Sum of RGB (Red+Green+Blue) = 216+16+214=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 16 (6.64% from 255 or 3.59% from 446); Blue value is 214 (83.98% from 255 or 47.98% from 446); Max value from RGB is 216 - color contains mainly: red. Hex color #D810D6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D810D6 is #27EF29. Grayscale: #616161. Windows color (decimal): -2617130 or 14029016. OLE color: 14029016.
HSL color Cylindrical-coordinate representation of color #D810D6: hue angle of 300.6º 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 #D810D6 is Cyan = 0, Magento = 0.93, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 16 | 214 | - |
| CMYK | 0 | 0.93 | 0.01 | 0.15 |
| HSL | 300.6º | 0.86% | 0.45% | - |
| HSV(B) | 300.6º | 0.93% | 0.85% | - |
| XYZ | 40.64 | 19.82 | 65.3 | - |
| YUV | 98.37 | 193.26 | 211.9 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 16 | 214 | 0 | 0.93 | 0.01 | 0.15 | 300.6 | 0.86 | 0.45 |
| Hex | D8 | 10 | D6 | 0 | 5D | 1 | F | 12D | 56 | 2D |
| Octal | 330 | 20 | 326 | 0 | 135 | 1 | 17 | 455 | 126 | 55 |
| Binary | 11011000 | 10000 | 11010110 | 0 | 1011101 | 1 | 1111 | 100101101 | 1010110 | 101101 |
Color Harmonies of #D810D6
Complementary color
Monochromatic Colors of #D810D6
Black with #D810D6
Text Example
Text Example
White with #D810D6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D810D6; }
p { color: rgb(216,16,214); }
H1.HeaderClassName
{
color: #D810D6;
}
.AnyTagClassName
{
color: #D810D6;
}
</style>
background-color css
<style>
a { background-color: #D810D6; }
a { background-color: rgb(216,16,214); }
div.DivClassName
{
background-color: #D810D6;
}
.BgClassName
{
background-color: #D810D6;
}
</style>
border-color css
<style>
span { border-color: #D810D6; }
span { border-color: rgb(216,16,214); }
td.TdClassName
{
border-color: #D810D6;
}
.TagClassName
{
border-color: #D810D6;
}
</style>