Shades of Deep Magenta #D51DC3
Tints of Deep Magenta #D51DC3
RGB
CMYK
RGB Variations
Color information
#D51DC3 (or 0xD51DC3) is known color: Deep Magenta. HEX triplet: D5, 1D and C3. RGB value is (213,29,195). Sum of RGB (Red+Green+Blue) = 213+29+195=437 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.74% from 437); Green value is 29 (11.72% from 255 or 6.64% from 437); Blue value is 195 (76.56% from 255 or 44.62% from 437); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DC3 is #2AE23C. Grayscale: #666666. Windows color (decimal): -2810429 or 12787157. OLE color: 12787157.
HSL color Cylindrical-coordinate representation of color #D51DC3: hue angle of 305.87º 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 #D51DC3 is Cyan = 0, Magento = 0.86, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 195 | - |
| CMYK | 0 | 0.86 | 0.08 | 0.16 |
| HSL | 305.87º | 0.76% | 0.47% | - |
| HSV(B) | 305.87º | 0.86% | 0.84% | - |
| XYZ | 37.73 | 18.97 | 53.3 | - |
| YUV | 102.94 | 179.96 | 206.5 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 195 | 0 | 0.86 | 0.08 | 0.16 | 305.87 | 0.76 | 0.47 |
| Hex | D5 | 1D | C3 | 0 | 56 | 8 | 10 | 132 | 4C | 2F |
| Octal | 325 | 35 | 303 | 0 | 126 | 10 | 20 | 462 | 114 | 57 |
| Binary | 11010101 | 11101 | 11000011 | 0 | 1010110 | 1000 | 10000 | 100110010 | 1001100 | 101111 |
Color Harmonies of #D51DC3
Complementary color
Monochromatic Colors of #D51DC3
Black with #D51DC3
Text Example
Text Example
White with #D51DC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DC3; }
p { color: rgb(213,29,195); }
H1.HeaderClassName
{
color: #D51DC3;
}
.AnyTagClassName
{
color: #D51DC3;
}
</style>
background-color css
<style>
a { background-color: #D51DC3; }
a { background-color: rgb(213,29,195); }
div.DivClassName
{
background-color: #D51DC3;
}
.BgClassName
{
background-color: #D51DC3;
}
</style>
border-color css
<style>
span { border-color: #D51DC3; }
span { border-color: rgb(213,29,195); }
td.TdClassName
{
border-color: #D51DC3;
}
.TagClassName
{
border-color: #D51DC3;
}
</style>