Shades of Deep Magenta #D31AAF
Tints of Deep Magenta #D31AAF
RGB
CMYK
RGB Variations
Color information
#D31AAF (or 0xD31AAF) is known color: Deep Magenta. HEX triplet: D3, 1A and AF. RGB value is (211,26,175). Sum of RGB (Red+Green+Blue) = 211+26+175=412 (54% of max value = 765). Red value is 211 (82.81% from 255 or 51.21% from 412); Green value is 26 (10.55% from 255 or 6.31% from 412); Blue value is 175 (68.75% from 255 or 42.48% from 412); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AAF is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D31AAF is #2CE550. Grayscale: #616161. Windows color (decimal): -2942289 or 11475667. OLE color: 11475667.
HSL color Cylindrical-coordinate representation of color #D31AAF: hue angle of 311.68º degrees, saturation: 0.78, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D31AAF is Cyan = 0, Magento = 0.88, Yellow = 0.17 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 175 | - |
| CMYK | 0 | 0.88 | 0.17 | 0.17 |
| HSL | 311.68º | 0.78% | 0.46% | - |
| HSV(B) | 311.68º | 0.88% | 0.83% | - |
| XYZ | 34.97 | 17.68 | 42.13 | - |
| YUV | 98.3 | 171.29 | 208.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 175 | 0 | 0.88 | 0.17 | 0.17 | 311.68 | 0.78 | 0.46 |
| Hex | D3 | 1A | AF | 0 | 58 | 11 | 11 | 138 | 4E | 2E |
| Octal | 323 | 32 | 257 | 0 | 130 | 21 | 21 | 470 | 116 | 56 |
| Binary | 11010011 | 11010 | 10101111 | 0 | 1011000 | 10001 | 10001 | 100111000 | 1001110 | 101110 |
Color Harmonies of #D31AAF
Complementary color
Monochromatic Colors of #D31AAF
Black with #D31AAF
Text Example
Text Example
White with #D31AAF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AAF; }
p { color: rgb(211,26,175); }
H1.HeaderClassName
{
color: #D31AAF;
}
.AnyTagClassName
{
color: #D31AAF;
}
</style>
background-color css
<style>
a { background-color: #D31AAF; }
a { background-color: rgb(211,26,175); }
div.DivClassName
{
background-color: #D31AAF;
}
.BgClassName
{
background-color: #D31AAF;
}
</style>
border-color css
<style>
span { border-color: #D31AAF; }
span { border-color: rgb(211,26,175); }
td.TdClassName
{
border-color: #D31AAF;
}
.TagClassName
{
border-color: #D31AAF;
}
</style>