Shades of Deep Magenta #D717C2
Tints of Deep Magenta #D717C2
RGB
CMYK
RGB Variations
Color information
#D717C2 (or 0xD717C2) is known color: Deep Magenta. HEX triplet: D7, 17 and C2. RGB value is (215,23,194). Sum of RGB (Red+Green+Blue) = 215+23+194=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 23 (9.38% from 255 or 5.32% from 432); Blue value is 194 (76.17% from 255 or 44.91% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D717C2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D717C2 is #28E83D. Grayscale: #636363. Windows color (decimal): -2680894 or 12720087. OLE color: 12720087.
HSL color Cylindrical-coordinate representation of color #D717C2: hue angle of 306.56º degrees, saturation: 0.81, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D717C2 is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 23 | 194 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.16 |
| HSL | 306.56º | 0.81% | 0.47% | - |
| HSV(B) | 306.56º | 0.89% | 0.84% | - |
| XYZ | 38.07 | 18.95 | 52.69 | - |
| YUV | 99.9 | 181.11 | 210.1 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 23 | 194 | 0 | 0.89 | 0.10 | 0.16 | 306.56 | 0.81 | 0.47 |
| Hex | D7 | 17 | C2 | 0 | 59 | A | 10 | 133 | 51 | 2F |
| Octal | 327 | 27 | 302 | 0 | 131 | 12 | 20 | 463 | 121 | 57 |
| Binary | 11010111 | 10111 | 11000010 | 0 | 1011001 | 1010 | 10000 | 100110011 | 1010001 | 101111 |
Color Harmonies of #D717C2
Complementary color
Monochromatic Colors of #D717C2
Black with #D717C2
Text Example
Text Example
White with #D717C2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D717C2; }
p { color: rgb(215,23,194); }
H1.HeaderClassName
{
color: #D717C2;
}
.AnyTagClassName
{
color: #D717C2;
}
</style>
background-color css
<style>
a { background-color: #D717C2; }
a { background-color: rgb(215,23,194); }
div.DivClassName
{
background-color: #D717C2;
}
.BgClassName
{
background-color: #D717C2;
}
</style>
border-color css
<style>
span { border-color: #D717C2; }
span { border-color: rgb(215,23,194); }
td.TdClassName
{
border-color: #D717C2;
}
.TagClassName
{
border-color: #D717C2;
}
</style>