Shades of Deep Magenta #D51BD3
Tints of Deep Magenta #D51BD3
RGB
CMYK
RGB Variations
Color information
#D51BD3 (or 0xD51BD3) is known color: Deep Magenta. HEX triplet: D5, 1B and D3. RGB value is (213,27,211). Sum of RGB (Red+Green+Blue) = 213+27+211=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 27 (10.94% from 255 or 5.99% from 451); Blue value is 211 (82.81% from 255 or 46.78% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BD3 is #2AE42C. Grayscale: #676767. Windows color (decimal): -2810925 or 13835221. OLE color: 13835221.
HSL color Cylindrical-coordinate representation of color #D51BD3: hue angle of 300.65º degrees, saturation: 0.77, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D51BD3 is Cyan = 0, Magento = 0.87, Yellow = 0.01 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 211 | - |
| CMYK | 0 | 0.87 | 0.01 | 0.16 |
| HSL | 300.65º | 0.78% | 0.47% | - |
| HSV(B) | 300.65º | 0.87% | 0.84% | - |
| XYZ | 39.59 | 19.63 | 63.33 | - |
| YUV | 103.59 | 188.62 | 206.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 211 | 0 | 0.87 | 0.01 | 0.16 | 300.65 | 0.78 | 0.47 |
| Hex | D5 | 1B | D3 | 0 | 57 | 1 | 10 | 12D | 4E | 2F |
| Octal | 325 | 33 | 323 | 0 | 127 | 1 | 20 | 455 | 116 | 57 |
| Binary | 11010101 | 11011 | 11010011 | 0 | 1010111 | 1 | 10000 | 100101101 | 1001110 | 101111 |
Color Harmonies of #D51BD3
Complementary color
Monochromatic Colors of #D51BD3
Black with #D51BD3
Text Example
Text Example
White with #D51BD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BD3; }
p { color: rgb(213,27,211); }
H1.HeaderClassName
{
color: #D51BD3;
}
.AnyTagClassName
{
color: #D51BD3;
}
</style>
background-color css
<style>
a { background-color: #D51BD3; }
a { background-color: rgb(213,27,211); }
div.DivClassName
{
background-color: #D51BD3;
}
.BgClassName
{
background-color: #D51BD3;
}
</style>
border-color css
<style>
span { border-color: #D51BD3; }
span { border-color: rgb(213,27,211); }
td.TdClassName
{
border-color: #D51BD3;
}
.TagClassName
{
border-color: #D51BD3;
}
</style>