Shades of Deep Magenta #D512B7
Tints of Deep Magenta #D512B7
RGB
CMYK
RGB Variations
Color information
#D512B7 (or 0xD512B7) is known color: Deep Magenta. HEX triplet: D5, 12 and B7. RGB value is (213,18,183). Sum of RGB (Red+Green+Blue) = 213+18+183=414 (54% of max value = 765). Red value is 213 (83.59% from 255 or 51.45% from 414); Green value is 18 (7.42% from 255 or 4.35% from 414); Blue value is 183 (71.88% from 255 or 44.20% from 414); Max value from RGB is 213 - color contains mainly: red. Hex color #D512B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512B7 is #2AED48. Grayscale: #5E5E5E. Windows color (decimal): -2813257 or 11997909. OLE color: 11997909.
HSL color Cylindrical-coordinate representation of color #D512B7: hue angle of 309.23º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512B7 is Cyan = 0, Magento = 0.92, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 183 | - |
| CMYK | 0 | 0.92 | 0.14 | 0.16 |
| HSL | 309.23º | 0.84% | 0.45% | - |
| HSV(B) | 309.23º | 0.92% | 0.84% | - |
| XYZ | 36.2 | 18 | 46.37 | - |
| YUV | 95.12 | 177.6 | 212.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 183 | 0 | 0.92 | 0.14 | 0.16 | 309.23 | 0.84 | 0.45 |
| Hex | D5 | 12 | B7 | 0 | 5C | E | 10 | 135 | 54 | 2D |
| Octal | 325 | 22 | 267 | 0 | 134 | 16 | 20 | 465 | 124 | 55 |
| Binary | 11010101 | 10010 | 10110111 | 0 | 1011100 | 1110 | 10000 | 100110101 | 1010100 | 101101 |
Color Harmonies of #D512B7
Complementary color
Monochromatic Colors of #D512B7
Black with #D512B7
Text Example
Text Example
White with #D512B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512B7; }
p { color: rgb(213,18,183); }
H1.HeaderClassName
{
color: #D512B7;
}
.AnyTagClassName
{
color: #D512B7;
}
</style>
background-color css
<style>
a { background-color: #D512B7; }
a { background-color: rgb(213,18,183); }
div.DivClassName
{
background-color: #D512B7;
}
.BgClassName
{
background-color: #D512B7;
}
</style>
border-color css
<style>
span { border-color: #D512B7; }
span { border-color: rgb(213,18,183); }
td.TdClassName
{
border-color: #D512B7;
}
.TagClassName
{
border-color: #D512B7;
}
</style>