Shades of Deep Magenta #D417BE
Tints of Deep Magenta #D417BE
RGB
CMYK
RGB Variations
Color information
#D417BE (or 0xD417BE) is known color: Deep Magenta. HEX triplet: D4, 17 and BE. RGB value is (212,23,190). Sum of RGB (Red+Green+Blue) = 212+23+190=425 (56% of max value = 765). Red value is 212 (83.20% from 255 or 49.88% from 425); Green value is 23 (9.38% from 255 or 5.41% from 425); Blue value is 190 (74.61% from 255 or 44.71% from 425); Max value from RGB is 212 - color contains mainly: red. Hex color #D417BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D417BE is #2BE841. Grayscale: #626262. Windows color (decimal): -2877506 or 12457940. OLE color: 12457940.
HSL color Cylindrical-coordinate representation of color #D417BE: hue angle of 306.98º 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 #D417BE is Cyan = 0, Magento = 0.89, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 23 | 190 | - |
| CMYK | 0 | 0.89 | 0.10 | 0.17 |
| HSL | 306.98º | 0.8% | 0.46% | - |
| HSV(B) | 306.98º | 0.89% | 0.83% | - |
| XYZ | 36.75 | 18.33 | 50.32 | - |
| YUV | 98.55 | 179.62 | 208.92 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 23 | 190 | 0 | 0.89 | 0.10 | 0.17 | 306.98 | 0.8 | 0.46 |
| Hex | D4 | 17 | BE | 0 | 59 | A | 11 | 133 | 50 | 2E |
| Octal | 324 | 27 | 276 | 0 | 131 | 12 | 21 | 463 | 120 | 56 |
| Binary | 11010100 | 10111 | 10111110 | 0 | 1011001 | 1010 | 10001 | 100110011 | 1010000 | 101110 |
Color Harmonies of #D417BE
Complementary color
Monochromatic Colors of #D417BE
Black with #D417BE
Text Example
Text Example
White with #D417BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D417BE; }
p { color: rgb(212,23,190); }
H1.HeaderClassName
{
color: #D417BE;
}
.AnyTagClassName
{
color: #D417BE;
}
</style>
background-color css
<style>
a { background-color: #D417BE; }
a { background-color: rgb(212,23,190); }
div.DivClassName
{
background-color: #D417BE;
}
.BgClassName
{
background-color: #D417BE;
}
</style>
border-color css
<style>
span { border-color: #D417BE; }
span { border-color: rgb(212,23,190); }
td.TdClassName
{
border-color: #D417BE;
}
.TagClassName
{
border-color: #D417BE;
}
</style>