Shades of Deep Magenta #D51AD4
Tints of Deep Magenta #D51AD4
RGB
CMYK
RGB Variations
Color information
#D51AD4 (or 0xD51AD4) is known color: Deep Magenta. HEX triplet: D5, 1A and D4. RGB value is (213,26,212). Sum of RGB (Red+Green+Blue) = 213+26+212=451 (59% of max value = 765). Red value is 213 (83.59% from 255 or 47.23% from 451); Green value is 26 (10.55% from 255 or 5.76% from 451); Blue value is 212 (83.20% from 255 or 47.01% from 451); Max value from RGB is 213 - color contains mainly: red. Hex color #D51AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D51AD4 is #2AE52B. Grayscale: #666666. Windows color (decimal): -2811180 or 13900501. OLE color: 13900501.
HSL color Cylindrical-coordinate representation of color #D51AD4: hue angle of 300.32º 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 #D51AD4 is Cyan = 0, Magento = 0.88, Yellow = 0.00 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 213 | 26 | 212 | - |
| CMYK | 0 | 0.88 | 0.00 | 0.16 |
| HSL | 300.32º | 0.78% | 0.47% | - |
| HSV(B) | 300.32º | 0.88% | 0.84% | - |
| XYZ | 39.69 | 19.64 | 63.99 | - |
| YUV | 103.12 | 189.45 | 206.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 213 | 26 | 212 | 0 | 0.88 | 0.00 | 0.16 | 300.32 | 0.78 | 0.47 |
| Hex | D5 | 1A | D4 | 0 | 58 | 0 | 10 | 12C | 4E | 2F |
| Octal | 325 | 32 | 324 | 0 | 130 | 0 | 20 | 454 | 116 | 57 |
| Binary | 11010101 | 11010 | 11010100 | 0 | 1011000 | 0 | 10000 | 100101100 | 1001110 | 101111 |
Color Harmonies of #D51AD4
Complementary color
Monochromatic Colors of #D51AD4
Black with #D51AD4
Text Example
Text Example
White with #D51AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D51AD4; }
p { color: rgb(213,26,212); }
H1.HeaderClassName
{
color: #D51AD4;
}
.AnyTagClassName
{
color: #D51AD4;
}
</style>
background-color css
<style>
a { background-color: #D51AD4; }
a { background-color: rgb(213,26,212); }
div.DivClassName
{
background-color: #D51AD4;
}
.BgClassName
{
background-color: #D51AD4;
}
</style>
border-color css
<style>
span { border-color: #D51AD4; }
span { border-color: rgb(213,26,212); }
td.TdClassName
{
border-color: #D51AD4;
}
.TagClassName
{
border-color: #D51AD4;
}
</style>