Shades of Deep Magenta #D413BD
Tints of Deep Magenta #D413BD
RGB
CMYK
RGB Variations
Color information
#D413BD (or 0xD413BD) is known color: Deep Magenta. HEX triplet: D4, 13 and BD. RGB value is (212,19,189). Sum of RGB (Red+Green+Blue) = 212+19+189=420 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.48% from 420); Green value is 19 (7.81% from 255 or 4.52% from 420); Blue value is 189 (74.22% from 255 or 45% from 420); Max value from RGB is 212 - color contains mainly: red. Hex color #D413BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413BD is #2BEC42. Grayscale: #5F5F5F. Windows color (decimal): -2878531 or 12391380. OLE color: 12391380.
HSL color Cylindrical-coordinate representation of color #D413BD: hue angle of 307.15º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D413BD is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 189 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.17 |
| HSL | 307.15º | 0.84% | 0.45% | - |
| HSV(B) | 307.15º | 0.91% | 0.83% | - |
| XYZ | 36.57 | 18.14 | 49.72 | - |
| YUV | 96.09 | 180.44 | 210.68 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 189 | 0 | 0.91 | 0.11 | 0.17 | 307.15 | 0.84 | 0.45 |
| Hex | D4 | 13 | BD | 0 | 5B | B | 11 | 133 | 54 | 2D |
| Octal | 324 | 23 | 275 | 0 | 133 | 13 | 21 | 463 | 124 | 55 |
| Binary | 11010100 | 10011 | 10111101 | 0 | 1011011 | 1011 | 10001 | 100110011 | 1010100 | 101101 |
Color Harmonies of #D413BD
Complementary color
Monochromatic Colors of #D413BD
Black with #D413BD
Text Example
Text Example
White with #D413BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413BD; }
p { color: rgb(212,19,189); }
H1.HeaderClassName
{
color: #D413BD;
}
.AnyTagClassName
{
color: #D413BD;
}
</style>
background-color css
<style>
a { background-color: #D413BD; }
a { background-color: rgb(212,19,189); }
div.DivClassName
{
background-color: #D413BD;
}
.BgClassName
{
background-color: #D413BD;
}
</style>
border-color css
<style>
span { border-color: #D413BD; }
span { border-color: rgb(212,19,189); }
td.TdClassName
{
border-color: #D413BD;
}
.TagClassName
{
border-color: #D413BD;
}
</style>