Shades of Deep Magenta #D513CD
Tints of Deep Magenta #D513CD
RGB
CMYK
RGB Variations
Color information
#D513CD (or 0xD513CD) is known color: Deep Magenta. HEX triplet: D5, 13 and CD. RGB value is (213,19,205). Sum of RGB (Red+Green+Blue) = 213+19+205=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 19 (7.81% from 255 or 4.35% from 437); Blue value is 205 (80.47% from 255 or 46.91% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D513CD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D513CD is #2AEC32. Grayscale: #616161. Windows color (decimal): -2812979 or 13439957. OLE color: 13439957.
HSL color Cylindrical-coordinate representation of color #D513CD: hue angle of 302.47º degrees, saturation: 0.84, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D513CD is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 19 | 205 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.16 |
| HSL | 302.47º | 0.84% | 0.45% | - |
| HSV(B) | 302.47º | 0.91% | 0.84% | - |
| XYZ | 38.69 | 19.02 | 59.39 | - |
| YUV | 98.21 | 188.27 | 209.88 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 19 | 205 | 0 | 0.91 | 0.04 | 0.16 | 302.47 | 0.84 | 0.45 |
| Hex | D5 | 13 | CD | 0 | 5B | 4 | 10 | 12E | 54 | 2D |
| Octal | 325 | 23 | 315 | 0 | 133 | 4 | 20 | 456 | 124 | 55 |
| Binary | 11010101 | 10011 | 11001101 | 0 | 1011011 | 100 | 10000 | 100101110 | 1010100 | 101101 |
Color Harmonies of #D513CD
Complementary color
Monochromatic Colors of #D513CD
Black with #D513CD
Text Example
Text Example
White with #D513CD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D513CD; }
p { color: rgb(213,19,205); }
H1.HeaderClassName
{
color: #D513CD;
}
.AnyTagClassName
{
color: #D513CD;
}
</style>
background-color css
<style>
a { background-color: #D513CD; }
a { background-color: rgb(213,19,205); }
div.DivClassName
{
background-color: #D513CD;
}
.BgClassName
{
background-color: #D513CD;
}
</style>
border-color css
<style>
span { border-color: #D513CD; }
span { border-color: rgb(213,19,205); }
td.TdClassName
{
border-color: #D513CD;
}
.TagClassName
{
border-color: #D513CD;
}
</style>