Shades of Deep Magenta #D413B5
Tints of Deep Magenta #D413B5
RGB
CMYK
RGB Variations
Color information
#D413B5 (or 0xD413B5) is known color: Deep Magenta. HEX triplet: D4, 13 and B5. RGB value is (212,19,181). Sum of RGB (Red+Green+Blue) = 212+19+181=412 (54% of max value = 765). Red value is 212 (83.20% from 255 or 51.46% from 412); Green value is 19 (7.81% from 255 or 4.61% from 412); Blue value is 181 (71.09% from 255 or 43.93% from 412); Max value from RGB is 212 - color contains mainly: red. Hex color #D413B5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413B5 is #2BEC4A. Grayscale: #5E5E5E. Windows color (decimal): -2878539 or 11867092. OLE color: 11867092.
HSL color Cylindrical-coordinate representation of color #D413B5: hue angle of 309.64º 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 #D413B5 is Cyan = 0, Magento = 0.91, Yellow = 0.15 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 181 | - |
| CMYK | 0 | 0.91 | 0.15 | 0.17 |
| HSL | 309.64º | 0.84% | 0.45% | - |
| HSV(B) | 309.64º | 0.91% | 0.83% | - |
| XYZ | 35.72 | 17.8 | 45.27 | - |
| YUV | 95.18 | 176.44 | 211.33 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 181 | 0 | 0.91 | 0.15 | 0.17 | 309.64 | 0.84 | 0.45 |
| Hex | D4 | 13 | B5 | 0 | 5B | F | 11 | 136 | 54 | 2D |
| Octal | 324 | 23 | 265 | 0 | 133 | 17 | 21 | 466 | 124 | 55 |
| Binary | 11010100 | 10011 | 10110101 | 0 | 1011011 | 1111 | 10001 | 100110110 | 1010100 | 101101 |
Color Harmonies of #D413B5
Complementary color
Monochromatic Colors of #D413B5
Black with #D413B5
Text Example
Text Example
White with #D413B5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413B5; }
p { color: rgb(212,19,181); }
H1.HeaderClassName
{
color: #D413B5;
}
.AnyTagClassName
{
color: #D413B5;
}
</style>
background-color css
<style>
a { background-color: #D413B5; }
a { background-color: rgb(212,19,181); }
div.DivClassName
{
background-color: #D413B5;
}
.BgClassName
{
background-color: #D413B5;
}
</style>
border-color css
<style>
span { border-color: #D413B5; }
span { border-color: rgb(212,19,181); }
td.TdClassName
{
border-color: #D413B5;
}
.TagClassName
{
border-color: #D413B5;
}
</style>