Shades of Deep Magenta #D51AD1
Tints of Deep Magenta #D51AD1
RGB
CMYK
RGB Variations
Color information
#D51AD1 (or 0xD51AD1) is known color: Deep Magenta. HEX triplet: D5, 1A and D1. RGB value is (213,26,209). Sum of RGB (Red+Green+Blue) = 213+26+209=448 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.54% from 448); Green value is 26 (10.55% from 255 or 5.80% from 448); Blue value is 209 (82.03% from 255 or 46.65% from 448); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AD1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AD1 is #2AE52E. Grayscale: #666666. Windows color (decimal): -2811183 or 13703893. OLE color: 13703893.
HSL color Cylindrical-coordinate representation of color #D51AD1: hue angle of 301.28º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D51AD1 is Cyan = 0, Magento = 0.88, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 209 | - |
| CMYK | 0 | 0.88 | 0.02 | 0.16 |
| HSL | 301.28º | 0.78% | 0.47% | - |
| HSV(B) | 301.28º | 0.88% | 0.84% | - |
| XYZ | 39.32 | 19.49 | 62.01 | - |
| YUV | 102.78 | 187.95 | 206.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 209 | 0 | 0.88 | 0.02 | 0.16 | 301.28 | 0.78 | 0.47 |
| Hex | D5 | 1A | D1 | 0 | 58 | 2 | 10 | 12D | 4E | 2F |
| Octal | 325 | 32 | 321 | 0 | 130 | 2 | 20 | 455 | 116 | 57 |
| Binary | 11010101 | 11010 | 11010001 | 0 | 1011000 | 10 | 10000 | 100101101 | 1001110 | 101111 |
Color Harmonies of #D51AD1
Complementary color
Monochromatic Colors of #D51AD1
Black with #D51AD1
Text Example
Text Example
White with #D51AD1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51AD1; }
p { color: rgb(213,26,209); }
H1.HeaderClassName
{
color: #D51AD1;
}
.AnyTagClassName
{
color: #D51AD1;
}
</style>
background-color css
<style>
a { background-color: #D51AD1; }
a { background-color: rgb(213,26,209); }
div.DivClassName
{
background-color: #D51AD1;
}
.BgClassName
{
background-color: #D51AD1;
}
</style>
border-color css
<style>
span { border-color: #D51AD1; }
span { border-color: rgb(213,26,209); }
td.TdClassName
{
border-color: #D51AD1;
}
.TagClassName
{
border-color: #D51AD1;
}
</style>