Shades of Deep Magenta #D417B5
Tints of Deep Magenta #D417B5
RGB
CMYK
RGB Variations
Color information
#D417B5 (or 0xD417B5) is known color: Deep Magenta. HEX triplet: D4, 17 and B5. RGB value is (212,23,181). Sum of RGB (Red+Green+Blue) = 212+23+181=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 23 (9.38% from 255 or 5.53% from 416); Blue value is 181 (71.09% from 255 or 43.51% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D417B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417B5 is #2BE84A. Grayscale: #616161. Windows color (decimal): -2877515 or 11868116. OLE color: 11868116.
HSL color Cylindrical-coordinate representation of color #D417B5: hue angle of 309.84º 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 #D417B5 is Cyan = 0, Magento = 0.89, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 181 | - |
| CMYK | 0 | 0.89 | 0.15 | 0.17 |
| HSL | 309.84º | 0.8% | 0.46% | - |
| HSV(B) | 309.84º | 0.89% | 0.83% | - |
| XYZ | 35.8 | 17.95 | 45.29 | - |
| YUV | 97.52 | 175.12 | 209.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 181 | 0 | 0.89 | 0.15 | 0.17 | 309.84 | 0.8 | 0.46 |
| Hex | D4 | 17 | B5 | 0 | 59 | F | 11 | 136 | 50 | 2E |
| Octal | 324 | 27 | 265 | 0 | 131 | 17 | 21 | 466 | 120 | 56 |
| Binary | 11010100 | 10111 | 10110101 | 0 | 1011001 | 1111 | 10001 | 100110110 | 1010000 | 101110 |
Color Harmonies of #D417B5
Complementary color
Monochromatic Colors of #D417B5
Black with #D417B5
Text Example
Text Example
White with #D417B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417B5; }
p { color: rgb(212,23,181); }
H1.HeaderClassName
{
color: #D417B5;
}
.AnyTagClassName
{
color: #D417B5;
}
</style>
background-color css
<style>
a { background-color: #D417B5; }
a { background-color: rgb(212,23,181); }
div.DivClassName
{
background-color: #D417B5;
}
.BgClassName
{
background-color: #D417B5;
}
</style>
border-color css
<style>
span { border-color: #D417B5; }
span { border-color: rgb(212,23,181); }
td.TdClassName
{
border-color: #D417B5;
}
.TagClassName
{
border-color: #D417B5;
}
</style>