Shades of Deep Magenta #D413BE
Tints of Deep Magenta #D413BE
RGB
CMYK
RGB Variations
Color information
#D413BE (or 0xD413BE) is known color: Deep Magenta. HEX triplet: D4, 13 and BE. RGB value is (212,19,190). Sum of RGB (Red+Green+Blue) = 212+19+190=421 (55% of max value = 765). Red value is 212 (83.20% from 255 or 50.36% from 421); Green value is 19 (7.81% from 255 or 4.51% from 421); Blue value is 190 (74.61% from 255 or 45.13% from 421); Max value from RGB is 212 - color contains mainly: red. Hex color #D413BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D413BE is #2BEC41. Grayscale: #5F5F5F. Windows color (decimal): -2878530 or 12456916. OLE color: 12456916.
HSL color Cylindrical-coordinate representation of color #D413BE: hue angle of 306.84º 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 #D413BE is Cyan = 0, Magento = 0.91, Yellow = 0.10 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 212 | 19 | 190 | - |
| CMYK | 0 | 0.91 | 0.10 | 0.17 |
| HSL | 306.84º | 0.84% | 0.45% | - |
| HSV(B) | 306.84º | 0.91% | 0.83% | - |
| XYZ | 36.68 | 18.18 | 50.29 | - |
| YUV | 96.2 | 180.94 | 210.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 212 | 19 | 190 | 0 | 0.91 | 0.10 | 0.17 | 306.84 | 0.84 | 0.45 |
| Hex | D4 | 13 | BE | 0 | 5B | A | 11 | 133 | 54 | 2D |
| Octal | 324 | 23 | 276 | 0 | 133 | 12 | 21 | 463 | 124 | 55 |
| Binary | 11010100 | 10011 | 10111110 | 0 | 1011011 | 1010 | 10001 | 100110011 | 1010100 | 101101 |
Color Harmonies of #D413BE
Complementary color
Monochromatic Colors of #D413BE
Black with #D413BE
Text Example
Text Example
White with #D413BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D413BE; }
p { color: rgb(212,19,190); }
H1.HeaderClassName
{
color: #D413BE;
}
.AnyTagClassName
{
color: #D413BE;
}
</style>
background-color css
<style>
a { background-color: #D413BE; }
a { background-color: rgb(212,19,190); }
div.DivClassName
{
background-color: #D413BE;
}
.BgClassName
{
background-color: #D413BE;
}
</style>
border-color css
<style>
span { border-color: #D413BE; }
span { border-color: rgb(212,19,190); }
td.TdClassName
{
border-color: #D413BE;
}
.TagClassName
{
border-color: #D413BE;
}
</style>