Shades of Deep Magenta #D51ED2
Tints of Deep Magenta #D51ED2
RGB
CMYK
RGB Variations
Color information
#D51ED2 (or 0xD51ED2) is known color: Deep Magenta. HEX triplet: D5, 1E and D2. RGB value is (213,30,210). Sum of RGB (Red+Green+Blue) = 213+30+210=453 (60% of max value = 765). Red value is 213 (83.59% from 255 or 47.02% from 453); Green value is 30 (12.11% from 255 or 6.62% from 453); Blue value is 210 (82.42% from 255 or 46.36% from 453); Max value from RGB is 213 - color contains mainly: red. Hex color #D51ED2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51ED2 is #2AE12D. Grayscale: #686868. Windows color (decimal): -2810158 or 13770453. OLE color: 13770453.
HSL color Cylindrical-coordinate representation of color #D51ED2: hue angle of 300.98º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D51ED2 is Cyan = 0, Magento = 0.86, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 30 | 210 | - |
| CMYK | 0 | 0.86 | 0.01 | 0.16 |
| HSL | 300.98º | 0.75% | 0.48% | - |
| HSV(B) | 300.98º | 0.86% | 0.84% | - |
| XYZ | 39.54 | 19.73 | 62.7 | - |
| YUV | 105.24 | 187.13 | 204.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 30 | 210 | 0 | 0.86 | 0.01 | 0.16 | 300.98 | 0.75 | 0.48 |
| Hex | D5 | 1E | D2 | 0 | 56 | 1 | 10 | 12D | 4B | 30 |
| Octal | 325 | 36 | 322 | 0 | 126 | 1 | 20 | 455 | 113 | 60 |
| Binary | 11010101 | 11110 | 11010010 | 0 | 1010110 | 1 | 10000 | 100101101 | 1001011 | 110000 |
Color Harmonies of #D51ED2
Complementary color
Monochromatic Colors of #D51ED2
Black with #D51ED2
Text Example
Text Example
White with #D51ED2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51ED2; }
p { color: rgb(213,30,210); }
H1.HeaderClassName
{
color: #D51ED2;
}
.AnyTagClassName
{
color: #D51ED2;
}
</style>
background-color css
<style>
a { background-color: #D51ED2; }
a { background-color: rgb(213,30,210); }
div.DivClassName
{
background-color: #D51ED2;
}
.BgClassName
{
background-color: #D51ED2;
}
</style>
border-color css
<style>
span { border-color: #D51ED2; }
span { border-color: rgb(213,30,210); }
td.TdClassName
{
border-color: #D51ED2;
}
.TagClassName
{
border-color: #D51ED2;
}
</style>