Shades of Deep Magenta #D513D7
Tints of Deep Magenta #D513D7
RGB
CMYK
RGB Variations
Color information
#D513D7 (or 0xD513D7) is known color: Deep Magenta. HEX triplet: D5, 13 and D7. RGB value is (213,19,215). Sum of RGB (Red+Green+Blue) = 213+19+215=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 19 (7.81% from 255 or 4.25% from 447); Blue value is 215 (84.38% from 255 or 48.10% from 447); Max value from RGB is 215 - color contains mainly: blue. Hex color #D513D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513D7 is #2AEC28. Grayscale: #626262. Windows color (decimal): -2812969 or 14095317. OLE color: 14095317.
HSL color Cylindrical-coordinate representation of color #D513D7: hue angle of 299.39º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513D7 is Cyan = 0.01, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 215 | - |
| CMYK | 0.01 | 0.91 | 0 | 0.16 |
| HSL | 299.39º | 0.84% | 0.46% | - |
| HSV(B) | 299.39º | 0.91% | 0.84% | - |
| XYZ | 39.94 | 19.52 | 65.95 | - |
| YUV | 99.35 | 193.27 | 209.06 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 215 | 0.01 | 0.91 | 0 | 0.16 | 299.39 | 0.84 | 0.46 |
| Hex | D5 | 13 | D7 | 1 | 5B | 0 | 10 | 12B | 54 | 2E |
| Octal | 325 | 23 | 327 | 1 | 133 | 0 | 20 | 453 | 124 | 56 |
| Binary | 11010101 | 10011 | 11010111 | 1 | 1011011 | 0 | 10000 | 100101011 | 1010100 | 101110 |
Color Harmonies of #D513D7
Complementary color
Monochromatic Colors of #D513D7
Black with #D513D7
Text Example
Text Example
White with #D513D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513D7; }
p { color: rgb(213,19,215); }
H1.HeaderClassName
{
color: #D513D7;
}
.AnyTagClassName
{
color: #D513D7;
}
</style>
background-color css
<style>
a { background-color: #D513D7; }
a { background-color: rgb(213,19,215); }
div.DivClassName
{
background-color: #D513D7;
}
.BgClassName
{
background-color: #D513D7;
}
</style>
border-color css
<style>
span { border-color: #D513D7; }
span { border-color: rgb(213,19,215); }
td.TdClassName
{
border-color: #D513D7;
}
.TagClassName
{
border-color: #D513D7;
}
</style>