Shades of Deep Magenta #D417CD
Tints of Deep Magenta #D417CD
RGB
CMYK
RGB Variations
Color information
#D417CD (or 0xD417CD) is known color: Deep Magenta. HEX triplet: D4, 17 and CD. RGB value is (212,23,205). Sum of RGB (Red+Green+Blue) = 212+23+205=440 (58% of max value = 765). Red value is 212 (83.20% from 255 or 48.18% from 440); Green value is 23 (9.38% from 255 or 5.23% from 440); Blue value is 205 (80.47% from 255 or 46.59% from 440); Max value from RGB is 212 - color contains mainly: red. Hex color #D417CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417CD is #2BE832. Grayscale: #636363. Windows color (decimal): -2877491 or 13440980. OLE color: 13440980.
HSL color Cylindrical-coordinate representation of color #D417CD: hue angle of 302.22º 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 #D417CD is Cyan = 0, Magento = 0.89, Yellow = 0.03 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 205 | - |
| CMYK | 0 | 0.89 | 0.03 | 0.17 |
| HSL | 302.22º | 0.8% | 0.46% | - |
| HSV(B) | 302.22º | 0.89% | 0.83% | - |
| XYZ | 38.48 | 19.02 | 59.4 | - |
| YUV | 100.26 | 187.12 | 207.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 205 | 0 | 0.89 | 0.03 | 0.17 | 302.22 | 0.8 | 0.46 |
| Hex | D4 | 17 | CD | 0 | 59 | 3 | 11 | 12E | 50 | 2E |
| Octal | 324 | 27 | 315 | 0 | 131 | 3 | 21 | 456 | 120 | 56 |
| Binary | 11010100 | 10111 | 11001101 | 0 | 1011001 | 11 | 10001 | 100101110 | 1010000 | 101110 |
Color Harmonies of #D417CD
Complementary color
Monochromatic Colors of #D417CD
Black with #D417CD
Text Example
Text Example
White with #D417CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417CD; }
p { color: rgb(212,23,205); }
H1.HeaderClassName
{
color: #D417CD;
}
.AnyTagClassName
{
color: #D417CD;
}
</style>
background-color css
<style>
a { background-color: #D417CD; }
a { background-color: rgb(212,23,205); }
div.DivClassName
{
background-color: #D417CD;
}
.BgClassName
{
background-color: #D417CD;
}
</style>
border-color css
<style>
span { border-color: #D417CD; }
span { border-color: rgb(212,23,205); }
td.TdClassName
{
border-color: #D417CD;
}
.TagClassName
{
border-color: #D417CD;
}
</style>