Shades of Deep Magenta #D517CC
Tints of Deep Magenta #D517CC
RGB
CMYK
RGB Variations
Color information
#D517CC (or 0xD517CC) is known color: Deep Magenta. HEX triplet: D5, 17 and CC. RGB value is (213,23,204). Sum of RGB (Red+Green+Blue) = 213+23+204=440 (58% of max value = 765). Red value is 213 (83.59% from 255 or 48.41% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 204 (80.08% from 255 or 46.36% from 440); Max value from RGB is 213 - color contains mainly: red. Hex color #D517CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D517CC is #2AE833. Grayscale: #636363. Windows color (decimal): -2811956 or 13375445. OLE color: 13375445.
HSL color Cylindrical-coordinate representation of color #D517CC: hue angle of 302.84º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D517CC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 23 | 204 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.16 |
| HSL | 302.84º | 0.81% | 0.46% | - |
| HSV(B) | 302.84º | 0.89% | 0.84% | - |
| XYZ | 38.65 | 19.12 | 58.78 | - |
| YUV | 100.44 | 186.45 | 208.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 23 | 204 | 0 | 0.89 | 0.04 | 0.16 | 302.84 | 0.81 | 0.46 |
| Hex | D5 | 17 | CC | 0 | 59 | 4 | 10 | 12F | 51 | 2E |
| Octal | 325 | 27 | 314 | 0 | 131 | 4 | 20 | 457 | 121 | 56 |
| Binary | 11010101 | 10111 | 11001100 | 0 | 1011001 | 100 | 10000 | 100101111 | 1010001 | 101110 |
Color Harmonies of #D517CC
Complementary color
Monochromatic Colors of #D517CC
Black with #D517CC
Text Example
Text Example
White with #D517CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D517CC; }
p { color: rgb(213,23,204); }
H1.HeaderClassName
{
color: #D517CC;
}
.AnyTagClassName
{
color: #D517CC;
}
</style>
background-color css
<style>
a { background-color: #D517CC; }
a { background-color: rgb(213,23,204); }
div.DivClassName
{
background-color: #D517CC;
}
.BgClassName
{
background-color: #D517CC;
}
</style>
border-color css
<style>
span { border-color: #D517CC; }
span { border-color: rgb(213,23,204); }
td.TdClassName
{
border-color: #D517CC;
}
.TagClassName
{
border-color: #D517CC;
}
</style>