Shades of Deep Magenta #D417BC
Tints of Deep Magenta #D417BC
RGB
CMYK
RGB Variations
Color information
#D417BC (or 0xD417BC) is known color: Deep Magenta. HEX triplet: D4, 17 and BC. RGB value is (212,23,188). Sum of RGB (Red+Green+Blue) = 212+23+188=423 (56% of max value = 765). Red value is 212 (83.20% from 255 or 50.12% from 423); Green value is 23 (9.38% from 255 or 5.44% from 423); Blue value is 188 (73.83% from 255 or 44.44% from 423); Max value from RGB is 212 - color contains mainly: red. Hex color #D417BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417BC is #2BE843. Grayscale: #616161. Windows color (decimal): -2877508 or 12326868. OLE color: 12326868.
HSL color Cylindrical-coordinate representation of color #D417BC: hue angle of 307.62º 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 #D417BC is Cyan = 0, Magento = 0.89, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 188 | - |
| CMYK | 0 | 0.89 | 0.11 | 0.17 |
| HSL | 307.62º | 0.8% | 0.46% | - |
| HSV(B) | 307.62º | 0.89% | 0.83% | - |
| XYZ | 36.53 | 18.24 | 49.17 | - |
| YUV | 98.32 | 178.62 | 209.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 188 | 0 | 0.89 | 0.11 | 0.17 | 307.62 | 0.8 | 0.46 |
| Hex | D4 | 17 | BC | 0 | 59 | B | 11 | 134 | 50 | 2E |
| Octal | 324 | 27 | 274 | 0 | 131 | 13 | 21 | 464 | 120 | 56 |
| Binary | 11010100 | 10111 | 10111100 | 0 | 1011001 | 1011 | 10001 | 100110100 | 1010000 | 101110 |
Color Harmonies of #D417BC
Complementary color
Monochromatic Colors of #D417BC
Black with #D417BC
Text Example
Text Example
White with #D417BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417BC; }
p { color: rgb(212,23,188); }
H1.HeaderClassName
{
color: #D417BC;
}
.AnyTagClassName
{
color: #D417BC;
}
</style>
background-color css
<style>
a { background-color: #D417BC; }
a { background-color: rgb(212,23,188); }
div.DivClassName
{
background-color: #D417BC;
}
.BgClassName
{
background-color: #D417BC;
}
</style>
border-color css
<style>
span { border-color: #D417BC; }
span { border-color: rgb(212,23,188); }
td.TdClassName
{
border-color: #D417BC;
}
.TagClassName
{
border-color: #D417BC;
}
</style>