Shades of Deep Magenta #D51BD0
Tints of Deep Magenta #D51BD0
RGB
CMYK
RGB Variations
Color information
#D51BD0 (or 0xD51BD0) is known color: Deep Magenta. HEX triplet: D5, 1B and D0. RGB value is (213,27,208). Sum of RGB (Red+Green+Blue) = 213+27+208=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 27 (10.94% from 255 or 6.03% from 448); Blue value is 208 (81.64% from 255 or 46.43% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D51BD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51BD0 is #2AE42F. Grayscale: #666666. Windows color (decimal): -2810928 or 13638613. OLE color: 13638613.
HSL color Cylindrical-coordinate representation of color #D51BD0: hue angle of 301.61º 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 #D51BD0 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 27 | 208 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.16 |
| HSL | 301.61º | 0.78% | 0.47% | - |
| HSV(B) | 301.61º | 0.87% | 0.84% | - |
| XYZ | 39.22 | 19.48 | 61.37 | - |
| YUV | 103.25 | 187.12 | 206.28 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 27 | 208 | 0 | 0.87 | 0.02 | 0.16 | 301.61 | 0.78 | 0.47 |
| Hex | D5 | 1B | D0 | 0 | 57 | 2 | 10 | 12E | 4E | 2F |
| Octal | 325 | 33 | 320 | 0 | 127 | 2 | 20 | 456 | 116 | 57 |
| Binary | 11010101 | 11011 | 11010000 | 0 | 1010111 | 10 | 10000 | 100101110 | 1001110 | 101111 |
Color Harmonies of #D51BD0
Complementary color
Monochromatic Colors of #D51BD0
Black with #D51BD0
Text Example
Text Example
White with #D51BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51BD0; }
p { color: rgb(213,27,208); }
H1.HeaderClassName
{
color: #D51BD0;
}
.AnyTagClassName
{
color: #D51BD0;
}
</style>
background-color css
<style>
a { background-color: #D51BD0; }
a { background-color: rgb(213,27,208); }
div.DivClassName
{
background-color: #D51BD0;
}
.BgClassName
{
background-color: #D51BD0;
}
</style>
border-color css
<style>
span { border-color: #D51BD0; }
span { border-color: rgb(213,27,208); }
td.TdClassName
{
border-color: #D51BD0;
}
.TagClassName
{
border-color: #D51BD0;
}
</style>