Shades of Deep Magenta #D51DCD
Tints of Deep Magenta #D51DCD
RGB
CMYK
RGB Variations
Color information
#D51DCD (or 0xD51DCD) is known color: Deep Magenta. HEX triplet: D5, 1D and CD. RGB value is (213,29,205). Sum of RGB (Red+Green+Blue) = 213+29+205=447 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.65% from 447); Green value is 29 (11.72% from 255 or 6.49% from 447); Blue value is 205 (80.47% from 255 or 45.86% from 447); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DCD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DCD is #2AE232. Grayscale: #676767. Windows color (decimal): -2810419 or 13442517. OLE color: 13442517.
HSL color Cylindrical-coordinate representation of color #D51DCD: hue angle of 302.61º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51DCD is Cyan = 0, Magento = 0.86, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 205 | - |
| CMYK | 0 | 0.86 | 0.04 | 0.16 |
| HSL | 302.61º | 0.76% | 0.47% | - |
| HSV(B) | 302.61º | 0.86% | 0.84% | - |
| XYZ | 38.9 | 19.43 | 59.46 | - |
| YUV | 104.08 | 184.96 | 205.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 205 | 0 | 0.86 | 0.04 | 0.16 | 302.61 | 0.76 | 0.47 |
| Hex | D5 | 1D | CD | 0 | 56 | 4 | 10 | 12F | 4C | 2F |
| Octal | 325 | 35 | 315 | 0 | 126 | 4 | 20 | 457 | 114 | 57 |
| Binary | 11010101 | 11101 | 11001101 | 0 | 1010110 | 100 | 10000 | 100101111 | 1001100 | 101111 |
Color Harmonies of #D51DCD
Complementary color
Monochromatic Colors of #D51DCD
Black with #D51DCD
Text Example
Text Example
White with #D51DCD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DCD; }
p { color: rgb(213,29,205); }
H1.HeaderClassName
{
color: #D51DCD;
}
.AnyTagClassName
{
color: #D51DCD;
}
</style>
background-color css
<style>
a { background-color: #D51DCD; }
a { background-color: rgb(213,29,205); }
div.DivClassName
{
background-color: #D51DCD;
}
.BgClassName
{
background-color: #D51DCD;
}
</style>
border-color css
<style>
span { border-color: #D51DCD; }
span { border-color: rgb(213,29,205); }
td.TdClassName
{
border-color: #D51DCD;
}
.TagClassName
{
border-color: #D51DCD;
}
</style>