Shades of Deep Magenta #D710DD
Tints of Deep Magenta #D710DD
RGB
CMYK
RGB Variations
Color information
#D710DD (or 0xD710DD) is known color: Deep Magenta. HEX triplet: D7, 10 and DD. RGB value is (215,16,221). Sum of RGB (Red+Green+Blue) = 215+16+221=452 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.57% from 452); Green value is 16 (6.64% from 255 or 3.54% from 452); Blue value is 221 (86.72% from 255 or 48.89% from 452); Max value from RGB is 221 - color contains mainly: blue. Hex color #D710DD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D710DD is #28EF22. Grayscale: #626262. Windows color (decimal): -2682659 or 14487767. OLE color: 14487767.
HSL color Cylindrical-coordinate representation of color #D710DD: hue angle of 298.24º degrees, saturation: 0.86, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.93%. Process color model (Four color, CMYK) of #D710DD is Cyan = 0.03, Magento = 0.93, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 16 | 221 | - |
| CMYK | 0.03 | 0.93 | 0 | 0.13 |
| HSL | 298.24º | 0.86% | 0.46% | - |
| HSV(B) | 298.24º | 0.93% | 0.87% | - |
| XYZ | 41.26 | 20.04 | 70.1 | - |
| YUV | 98.87 | 196.93 | 210.83 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 16 | 221 | 0.03 | 0.93 | 0 | 0.13 | 298.24 | 0.86 | 0.46 |
| Hex | D7 | 10 | DD | 3 | 5D | 0 | D | 12A | 56 | 2E |
| Octal | 327 | 20 | 335 | 3 | 135 | 0 | 15 | 452 | 126 | 56 |
| Binary | 11010111 | 10000 | 11011101 | 11 | 1011101 | 0 | 1101 | 100101010 | 1010110 | 101110 |
Color Harmonies of #D710DD
Complementary color
Monochromatic Colors of #D710DD
Black with #D710DD
Text Example
Text Example
White with #D710DD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D710DD; }
p { color: rgb(215,16,221); }
H1.HeaderClassName
{
color: #D710DD;
}
.AnyTagClassName
{
color: #D710DD;
}
</style>
background-color css
<style>
a { background-color: #D710DD; }
a { background-color: rgb(215,16,221); }
div.DivClassName
{
background-color: #D710DD;
}
.BgClassName
{
background-color: #D710DD;
}
</style>
border-color css
<style>
span { border-color: #D710DD; }
span { border-color: rgb(215,16,221); }
td.TdClassName
{
border-color: #D710DD;
}
.TagClassName
{
border-color: #D710DD;
}
</style>