Shades of Deep Magenta #D51DB1
Tints of Deep Magenta #D51DB1
RGB
CMYK
RGB Variations
Color information
#D51DB1 (or 0xD51DB1) is known color: Deep Magenta. HEX triplet: D5, 1D and B1. RGB value is (213,29,177). Sum of RGB (Red+Green+Blue) = 213+29+177=419 (55% of max value = 765). Red value is 213 (83.59% from 255 or 50.84% from 419); Green value is 29 (11.72% from 255 or 6.92% from 419); Blue value is 177 (69.53% from 255 or 42.24% from 419); Max value from RGB is 213 - color contains mainly: red. Hex color #D51DB1 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D51DB1 is #2AE24E. Grayscale: #646464. Windows color (decimal): -2810447 or 11607509. OLE color: 11607509.
HSL color Cylindrical-coordinate representation of color #D51DB1: hue angle of 311.74º 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 #D51DB1 is Cyan = 0, Magento = 0.86, Yellow = 0.17 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 29 | 177 | - |
| CMYK | 0 | 0.86 | 0.17 | 0.16 |
| HSL | 311.74º | 0.76% | 0.47% | - |
| HSV(B) | 311.74º | 0.86% | 0.84% | - |
| XYZ | 35.82 | 18.2 | 43.22 | - |
| YUV | 100.89 | 170.96 | 207.97 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 29 | 177 | 0 | 0.86 | 0.17 | 0.16 | 311.74 | 0.76 | 0.47 |
| Hex | D5 | 1D | B1 | 0 | 56 | 11 | 10 | 138 | 4C | 2F |
| Octal | 325 | 35 | 261 | 0 | 126 | 21 | 20 | 470 | 114 | 57 |
| Binary | 11010101 | 11101 | 10110001 | 0 | 1010110 | 10001 | 10000 | 100111000 | 1001100 | 101111 |
Color Harmonies of #D51DB1
Complementary color
Monochromatic Colors of #D51DB1
Black with #D51DB1
Text Example
Text Example
White with #D51DB1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51DB1; }
p { color: rgb(213,29,177); }
H1.HeaderClassName
{
color: #D51DB1;
}
.AnyTagClassName
{
color: #D51DB1;
}
</style>
background-color css
<style>
a { background-color: #D51DB1; }
a { background-color: rgb(213,29,177); }
div.DivClassName
{
background-color: #D51DB1;
}
.BgClassName
{
background-color: #D51DB1;
}
</style>
border-color css
<style>
span { border-color: #D51DB1; }
span { border-color: rgb(213,29,177); }
td.TdClassName
{
border-color: #D51DB1;
}
.TagClassName
{
border-color: #D51DB1;
}
</style>