Shades of Deep Magenta #D51DBD
Tints of Deep Magenta #D51DBD
RGB
CMYK
RGB Variations
Color information
#D51DBD (or 0xD51DBD) is known color: Deep Magenta. HEX triplet: D5, 1D and BD. RGB value is (213,29,189). Sum of RGB (Red+Green+Blue) = 213+29+189=431 (57% of max value = 765). Red value is 213 (83.59% from 255 or 49.42% from 431); Green value is 29 (11.72% from 255 or 6.73% from 431); Blue value is 189 (74.22% from 255 or 43.85% from 431); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51DBD is #2AE242. Grayscale: #656565. Windows color (decimal): -2810435 or 12393941. OLE color: 12393941.
HSL color Cylindrical-coordinate representation of color #D51DBD: hue angle of 307.83º 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 #D51DBD is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 189 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.16 |
| HSL | 307.83º | 0.76% | 0.47% | - |
| HSV(B) | 307.83º | 0.86% | 0.84% | - |
| XYZ | 37.07 | 18.7 | 49.8 | - |
| YUV | 102.26 | 176.96 | 206.99 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 189 | 0 | 0.86 | 0.11 | 0.16 | 307.83 | 0.76 | 0.47 |
| Hex | D5 | 1D | BD | 0 | 56 | B | 10 | 134 | 4C | 2F |
| Octal | 325 | 35 | 275 | 0 | 126 | 13 | 20 | 464 | 114 | 57 |
| Binary | 11010101 | 11101 | 10111101 | 0 | 1010110 | 1011 | 10000 | 100110100 | 1001100 | 101111 |
Color Harmonies of #D51DBD
Complementary color
Monochromatic Colors of #D51DBD
Black with #D51DBD
Text Example
Text Example
White with #D51DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DBD; }
p { color: rgb(213,29,189); }
H1.HeaderClassName
{
color: #D51DBD;
}
.AnyTagClassName
{
color: #D51DBD;
}
</style>
background-color css
<style>
a { background-color: #D51DBD; }
a { background-color: rgb(213,29,189); }
div.DivClassName
{
background-color: #D51DBD;
}
.BgClassName
{
background-color: #D51DBD;
}
</style>
border-color css
<style>
span { border-color: #D51DBD; }
span { border-color: rgb(213,29,189); }
td.TdClassName
{
border-color: #D51DBD;
}
.TagClassName
{
border-color: #D51DBD;
}
</style>