Shades of Deep Magenta #D417BA
Tints of Deep Magenta #D417BA
RGB
CMYK
RGB Variations
Color information
#D417BA (or 0xD417BA) is known color: Deep Magenta. HEX triplet: D4, 17 and BA. RGB value is (212,23,186). Sum of RGB (Red+Green+Blue) = 212+23+186=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 23 (9.38% from 255 or 5.46% from 421); Blue value is 186 (73.05% from 255 or 44.18% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D417BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417BA is #2BE845. Grayscale: #616161. Windows color (decimal): -2877510 or 12195796. OLE color: 12195796.
HSL color Cylindrical-coordinate representation of color #D417BA: hue angle of 308.25º 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 #D417BA is Cyan = 0, Magento = 0.89, Yellow = 0.12 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 186 | - |
| CMYK | 0 | 0.89 | 0.12 | 0.17 |
| HSL | 308.25º | 0.8% | 0.46% | - |
| HSV(B) | 308.25º | 0.89% | 0.83% | - |
| XYZ | 36.32 | 18.16 | 48.04 | - |
| YUV | 98.09 | 177.62 | 209.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 186 | 0 | 0.89 | 0.12 | 0.17 | 308.25 | 0.8 | 0.46 |
| Hex | D4 | 17 | BA | 0 | 59 | C | 11 | 134 | 50 | 2E |
| Octal | 324 | 27 | 272 | 0 | 131 | 14 | 21 | 464 | 120 | 56 |
| Binary | 11010100 | 10111 | 10111010 | 0 | 1011001 | 1100 | 10001 | 100110100 | 1010000 | 101110 |
Color Harmonies of #D417BA
Complementary color
Monochromatic Colors of #D417BA
Black with #D417BA
Text Example
Text Example
White with #D417BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417BA; }
p { color: rgb(212,23,186); }
H1.HeaderClassName
{
color: #D417BA;
}
.AnyTagClassName
{
color: #D417BA;
}
</style>
background-color css
<style>
a { background-color: #D417BA; }
a { background-color: rgb(212,23,186); }
div.DivClassName
{
background-color: #D417BA;
}
.BgClassName
{
background-color: #D417BA;
}
</style>
border-color css
<style>
span { border-color: #D417BA; }
span { border-color: rgb(212,23,186); }
td.TdClassName
{
border-color: #D417BA;
}
.TagClassName
{
border-color: #D417BA;
}
</style>