Shades of Deep Magenta #D51DC2
Tints of Deep Magenta #D51DC2
RGB
CMYK
RGB Variations
Color information
#D51DC2 (or 0xD51DC2) is known color: Deep Magenta. HEX triplet: D5, 1D and C2. RGB value is (213,29,194). Sum of RGB (Red+Green+Blue) = 213+29+194=436 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.85% from 436); Green value is 29 (11.72% from 255 or 6.65% from 436); Blue value is 194 (76.17% from 255 or 44.50% from 436); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DC2 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DC2 is #2AE23D. Grayscale: #666666. Windows color (decimal): -2810430 or 12721621. OLE color: 12721621.
HSL color Cylindrical-coordinate representation of color #D51DC2: hue angle of 306.2º 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 #D51DC2 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 194 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.16 |
| HSL | 306.2º | 0.76% | 0.47% | - |
| HSV(B) | 306.2º | 0.86% | 0.84% | - |
| XYZ | 37.62 | 18.92 | 52.71 | - |
| YUV | 102.83 | 179.46 | 206.58 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 194 | 0 | 0.86 | 0.09 | 0.16 | 306.2 | 0.76 | 0.47 |
| Hex | D5 | 1D | C2 | 0 | 56 | 9 | 10 | 132 | 4C | 2F |
| Octal | 325 | 35 | 302 | 0 | 126 | 11 | 20 | 462 | 114 | 57 |
| Binary | 11010101 | 11101 | 11000010 | 0 | 1010110 | 1001 | 10000 | 100110010 | 1001100 | 101111 |
Color Harmonies of #D51DC2
Complementary color
Monochromatic Colors of #D51DC2
Black with #D51DC2
Text Example
Text Example
White with #D51DC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DC2; }
p { color: rgb(213,29,194); }
H1.HeaderClassName
{
color: #D51DC2;
}
.AnyTagClassName
{
color: #D51DC2;
}
</style>
background-color css
<style>
a { background-color: #D51DC2; }
a { background-color: rgb(213,29,194); }
div.DivClassName
{
background-color: #D51DC2;
}
.BgClassName
{
background-color: #D51DC2;
}
</style>
border-color css
<style>
span { border-color: #D51DC2; }
span { border-color: rgb(213,29,194); }
td.TdClassName
{
border-color: #D51DC2;
}
.TagClassName
{
border-color: #D51DC2;
}
</style>