Shades of Deep Magenta #D417CC
Tints of Deep Magenta #D417CC
RGB
CMYK
RGB Variations
Color information
#D417CC (or 0xD417CC) is known color: Deep Magenta. HEX triplet: D4, 17 and CC. RGB value is (212,23,204). Sum of RGB (Red+Green+Blue) = 212+23+204=439 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.29% from 439); Green value is 23 (9.38% from 255 or 5.24% from 439); Blue value is 204 (80.08% from 255 or 46.47% from 439); Max value from RGB is 212 - color contains mainly: red. Hex color #D417CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417CC is #2BE833. Grayscale: #636363. Windows color (decimal): -2877492 or 13375444. OLE color: 13375444.
HSL color Cylindrical-coordinate representation of color #D417CC: hue angle of 302.54º degrees, saturation: 0.8, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D417CC is Cyan = 0, Magento = 0.89, Yellow = 0.04 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 204 | - |
| CMYK | 0 | 0.89 | 0.04 | 0.17 |
| HSL | 302.54º | 0.8% | 0.46% | - |
| HSV(B) | 302.54º | 0.89% | 0.83% | - |
| XYZ | 38.36 | 18.97 | 58.77 | - |
| YUV | 100.15 | 186.62 | 207.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 204 | 0 | 0.89 | 0.04 | 0.17 | 302.54 | 0.8 | 0.46 |
| Hex | D4 | 17 | CC | 0 | 59 | 4 | 11 | 12F | 50 | 2E |
| Octal | 324 | 27 | 314 | 0 | 131 | 4 | 21 | 457 | 120 | 56 |
| Binary | 11010100 | 10111 | 11001100 | 0 | 1011001 | 100 | 10001 | 100101111 | 1010000 | 101110 |
Color Harmonies of #D417CC
Complementary color
Monochromatic Colors of #D417CC
Black with #D417CC
Text Example
Text Example
White with #D417CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417CC; }
p { color: rgb(212,23,204); }
H1.HeaderClassName
{
color: #D417CC;
}
.AnyTagClassName
{
color: #D417CC;
}
</style>
background-color css
<style>
a { background-color: #D417CC; }
a { background-color: rgb(212,23,204); }
div.DivClassName
{
background-color: #D417CC;
}
.BgClassName
{
background-color: #D417CC;
}
</style>
border-color css
<style>
span { border-color: #D417CC; }
span { border-color: rgb(212,23,204); }
td.TdClassName
{
border-color: #D417CC;
}
.TagClassName
{
border-color: #D417CC;
}
</style>