Shades of Deep Magenta #D31AD4
Tints of Deep Magenta #D31AD4
RGB
CMYK
RGB Variations
Color information
#D31AD4 (or 0xD31AD4) is known color: Deep Magenta. HEX triplet: D3, 1A and D4. RGB value is (211,26,212). Sum of RGB (Red+Green+Blue) = 211+26+212=449 (59% of max value = 765). Red value is 211 (82.81% from 255 or 46.99% from 449); Green value is 26 (10.55% from 255 or 5.79% from 449); Blue value is 212 (83.20% from 255 or 47.22% from 449); Max value from RGB is 212 - color contains mainly: blue. Hex color #D31AD4 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31AD4 is #2CE52B. Grayscale: #656565. Windows color (decimal): -2942252 or 13900499. OLE color: 13900499.
HSL color Cylindrical-coordinate representation of color #D31AD4: hue angle of 299.68º degrees, saturation: 0.78, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31AD4 is Cyan = 0.00, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 212 | - |
| CMYK | 0.00 | 0.88 | 0 | 0.17 |
| HSL | 299.68º | 0.78% | 0.47% | - |
| HSV(B) | 299.68º | 0.88% | 0.83% | - |
| XYZ | 39.12 | 19.34 | 63.96 | - |
| YUV | 102.52 | 189.79 | 205.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 212 | 0.00 | 0.88 | 0 | 0.17 | 299.68 | 0.78 | 0.47 |
| Hex | D3 | 1A | D4 | 0 | 58 | 0 | 11 | 12C | 4E | 2F |
| Octal | 323 | 32 | 324 | 0 | 130 | 0 | 21 | 454 | 116 | 57 |
| Binary | 11010011 | 11010 | 11010100 | 0 | 1011000 | 0 | 10001 | 100101100 | 1001110 | 101111 |
Color Harmonies of #D31AD4
Complementary color
Monochromatic Colors of #D31AD4
Black with #D31AD4
Text Example
Text Example
White with #D31AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AD4; }
p { color: rgb(211,26,212); }
H1.HeaderClassName
{
color: #D31AD4;
}
.AnyTagClassName
{
color: #D31AD4;
}
</style>
background-color css
<style>
a { background-color: #D31AD4; }
a { background-color: rgb(211,26,212); }
div.DivClassName
{
background-color: #D31AD4;
}
.BgClassName
{
background-color: #D31AD4;
}
</style>
border-color css
<style>
span { border-color: #D31AD4; }
span { border-color: rgb(211,26,212); }
td.TdClassName
{
border-color: #D31AD4;
}
.TagClassName
{
border-color: #D31AD4;
}
</style>