Shades of Deep Magenta #D512D7
Tints of Deep Magenta #D512D7
RGB
CMYK
RGB Variations
Color information
#D512D7 (or 0xD512D7) is known color: Deep Magenta. HEX triplet: D5, 12 and D7. RGB value is (213,18,215). Sum of RGB (Red+Green+Blue) = 213+18+215=446 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.76% from 446); Green value is 18 (7.42% from 255 or 4.04% from 446); Blue value is 215 (84.38% from 255 or 48.21% from 446); Max value from RGB is 215 - color contains mainly: blue. Hex color #D512D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D512D7 is #2AED28. Grayscale: #626262. Windows color (decimal): -2813225 or 14095061. OLE color: 14095061.
HSL color Cylindrical-coordinate representation of color #D512D7: hue angle of 299.39º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D512D7 is Cyan = 0.01, Magento = 0.92, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 18 | 215 | - |
| CMYK | 0.01 | 0.92 | 0 | 0.16 |
| HSL | 299.39º | 0.85% | 0.46% | - |
| HSV(B) | 299.39º | 0.92% | 0.84% | - |
| XYZ | 39.92 | 19.49 | 65.95 | - |
| YUV | 98.76 | 193.6 | 209.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 18 | 215 | 0.01 | 0.92 | 0 | 0.16 | 299.39 | 0.85 | 0.46 |
| Hex | D5 | 12 | D7 | 1 | 5C | 0 | 10 | 12B | 55 | 2E |
| Octal | 325 | 22 | 327 | 1 | 134 | 0 | 20 | 453 | 125 | 56 |
| Binary | 11010101 | 10010 | 11010111 | 1 | 1011100 | 0 | 10000 | 100101011 | 1010101 | 101110 |
Color Harmonies of #D512D7
Complementary color
Monochromatic Colors of #D512D7
Black with #D512D7
Text Example
Text Example
White with #D512D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D512D7; }
p { color: rgb(213,18,215); }
H1.HeaderClassName
{
color: #D512D7;
}
.AnyTagClassName
{
color: #D512D7;
}
</style>
background-color css
<style>
a { background-color: #D512D7; }
a { background-color: rgb(213,18,215); }
div.DivClassName
{
background-color: #D512D7;
}
.BgClassName
{
background-color: #D512D7;
}
</style>
border-color css
<style>
span { border-color: #D512D7; }
span { border-color: rgb(213,18,215); }
td.TdClassName
{
border-color: #D512D7;
}
.TagClassName
{
border-color: #D512D7;
}
</style>