Shades of Deep Magenta #D51DC1
Tints of Deep Magenta #D51DC1
RGB
CMYK
RGB Variations
Color information
#D51DC1 (or 0xD51DC1) is known color: Deep Magenta. HEX triplet: D5, 1D and C1. RGB value is (213,29,193). Sum of RGB (Red+Green+Blue) = 213+29+193=435 (57% of max value = 765). Red value is 213 (83.59% from 255 or 48.97% from 435); Green value is 29 (11.72% from 255 or 6.67% from 435); Blue value is 193 (75.78% from 255 or 44.37% from 435); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DC1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DC1 is #2AE23E. Grayscale: #666666. Windows color (decimal): -2810431 or 12656085. OLE color: 12656085.
HSL color Cylindrical-coordinate representation of color #D51DC1: hue angle of 306.52º 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 #D51DC1 is Cyan = 0, Magento = 0.86, Yellow = 0.09 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 193 | - |
| CMYK | 0 | 0.86 | 0.09 | 0.16 |
| HSL | 306.52º | 0.76% | 0.47% | - |
| HSV(B) | 306.52º | 0.86% | 0.84% | - |
| XYZ | 37.51 | 18.88 | 52.12 | - |
| YUV | 102.71 | 178.96 | 206.66 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 193 | 0 | 0.86 | 0.09 | 0.16 | 306.52 | 0.76 | 0.47 |
| Hex | D5 | 1D | C1 | 0 | 56 | 9 | 10 | 133 | 4C | 2F |
| Octal | 325 | 35 | 301 | 0 | 126 | 11 | 20 | 463 | 114 | 57 |
| Binary | 11010101 | 11101 | 11000001 | 0 | 1010110 | 1001 | 10000 | 100110011 | 1001100 | 101111 |
Color Harmonies of #D51DC1
Complementary color
Monochromatic Colors of #D51DC1
Black with #D51DC1
Text Example
Text Example
White with #D51DC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DC1; }
p { color: rgb(213,29,193); }
H1.HeaderClassName
{
color: #D51DC1;
}
.AnyTagClassName
{
color: #D51DC1;
}
</style>
background-color css
<style>
a { background-color: #D51DC1; }
a { background-color: rgb(213,29,193); }
div.DivClassName
{
background-color: #D51DC1;
}
.BgClassName
{
background-color: #D51DC1;
}
</style>
border-color css
<style>
span { border-color: #D51DC1; }
span { border-color: rgb(213,29,193); }
td.TdClassName
{
border-color: #D51DC1;
}
.TagClassName
{
border-color: #D51DC1;
}
</style>