Shades of Deep Magenta #D51DB7
Tints of Deep Magenta #D51DB7
RGB
CMYK
RGB Variations
Color information
#D51DB7 (or 0xD51DB7) is known color: Deep Magenta. HEX triplet: D5, 1D and B7. RGB value is (213,29,183). Sum of RGB (Red+Green+Blue) = 213+29+183=425 (56% of max value = 765). Red value is 213 (83.59% from 255 or 50.12% from 425); Green value is 29 (11.72% from 255 or 6.82% from 425); Blue value is 183 (71.88% from 255 or 43.06% from 425); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB7 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DB7 is #2AE248. Grayscale: #656565. Windows color (decimal): -2810441 or 12000725. OLE color: 12000725.
HSL color Cylindrical-coordinate representation of color #D51DB7: hue angle of 309.78º 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 #D51DB7 is Cyan = 0, Magento = 0.86, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 183 | - |
| CMYK | 0 | 0.86 | 0.14 | 0.16 |
| HSL | 309.78º | 0.76% | 0.47% | - |
| HSV(B) | 309.78º | 0.86% | 0.84% | - |
| XYZ | 36.43 | 18.44 | 46.44 | - |
| YUV | 101.57 | 173.96 | 207.48 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 183 | 0 | 0.86 | 0.14 | 0.16 | 309.78 | 0.76 | 0.47 |
| Hex | D5 | 1D | B7 | 0 | 56 | E | 10 | 136 | 4C | 2F |
| Octal | 325 | 35 | 267 | 0 | 126 | 16 | 20 | 466 | 114 | 57 |
| Binary | 11010101 | 11101 | 10110111 | 0 | 1010110 | 1110 | 10000 | 100110110 | 1001100 | 101111 |
Color Harmonies of #D51DB7
Complementary color
Monochromatic Colors of #D51DB7
Black with #D51DB7
Text Example
Text Example
White with #D51DB7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DB7; }
p { color: rgb(213,29,183); }
H1.HeaderClassName
{
color: #D51DB7;
}
.AnyTagClassName
{
color: #D51DB7;
}
</style>
background-color css
<style>
a { background-color: #D51DB7; }
a { background-color: rgb(213,29,183); }
div.DivClassName
{
background-color: #D51DB7;
}
.BgClassName
{
background-color: #D51DB7;
}
</style>
border-color css
<style>
span { border-color: #D51DB7; }
span { border-color: rgb(213,29,183); }
td.TdClassName
{
border-color: #D51DB7;
}
.TagClassName
{
border-color: #D51DB7;
}
</style>