Shades of Deep Magenta #D413B9
Tints of Deep Magenta #D413B9
RGB
CMYK
RGB Variations
Color information
#D413B9 (or 0xD413B9) is known color: Deep Magenta. HEX triplet: D4, 13 and B9. RGB value is (212,19,185). Sum of RGB (Red+Green+Blue) = 212+19+185=416 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.96% from 416); Green value is 19 (7.81% from 255 or 4.57% from 416); Blue value is 185 (72.66% from 255 or 44.47% from 416); Max value from RGB is 212 - color contains mainly: red. Hex color #D413B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413B9 is #2BEC46. Grayscale: #5F5F5F. Windows color (decimal): -2878535 or 12129236. OLE color: 12129236.
HSL color Cylindrical-coordinate representation of color #D413B9: hue angle of 308.39º 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 #D413B9 is Cyan = 0, Magento = 0.91, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 185 | - |
| CMYK | 0 | 0.91 | 0.13 | 0.17 |
| HSL | 308.39º | 0.84% | 0.45% | - |
| HSV(B) | 308.39º | 0.91% | 0.83% | - |
| XYZ | 36.14 | 17.97 | 47.46 | - |
| YUV | 95.63 | 178.44 | 211 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 185 | 0 | 0.91 | 0.13 | 0.17 | 308.39 | 0.84 | 0.45 |
| Hex | D4 | 13 | B9 | 0 | 5B | D | 11 | 134 | 54 | 2D |
| Octal | 324 | 23 | 271 | 0 | 133 | 15 | 21 | 464 | 124 | 55 |
| Binary | 11010100 | 10011 | 10111001 | 0 | 1011011 | 1101 | 10001 | 100110100 | 1010100 | 101101 |
Color Harmonies of #D413B9
Complementary color
Monochromatic Colors of #D413B9
Black with #D413B9
Text Example
Text Example
White with #D413B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413B9; }
p { color: rgb(212,19,185); }
H1.HeaderClassName
{
color: #D413B9;
}
.AnyTagClassName
{
color: #D413B9;
}
</style>
background-color css
<style>
a { background-color: #D413B9; }
a { background-color: rgb(212,19,185); }
div.DivClassName
{
background-color: #D413B9;
}
.BgClassName
{
background-color: #D413B9;
}
</style>
border-color css
<style>
span { border-color: #D413B9; }
span { border-color: rgb(212,19,185); }
td.TdClassName
{
border-color: #D413B9;
}
.TagClassName
{
border-color: #D413B9;
}
</style>