Shades of Deep Magenta #D31AB8
Tints of Deep Magenta #D31AB8
RGB
CMYK
RGB Variations
Color information
#D31AB8 (or 0xD31AB8) is known color: Deep Magenta. HEX triplet: D3, 1A and B8. RGB value is (211,26,184). Sum of RGB (Red+Green+Blue) = 211+26+184=421 (55% of max value = 765). Red value is 211 (82.81% from 255 or 50.12% from 421); Green value is 26 (10.55% from 255 or 6.18% from 421); Blue value is 184 (72.27% from 255 or 43.71% from 421); Max value from RGB is 211 - color contains mainly: red. Hex color #D31AB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31AB8 is #2CE547. Grayscale: #626262. Windows color (decimal): -2942280 or 12065491. OLE color: 12065491.
HSL color Cylindrical-coordinate representation of color #D31AB8: hue angle of 308.76º 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 #D31AB8 is Cyan = 0, Magento = 0.88, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 26 | 184 | - |
| CMYK | 0 | 0.88 | 0.13 | 0.17 |
| HSL | 308.76º | 0.78% | 0.46% | - |
| HSV(B) | 308.76º | 0.88% | 0.83% | - |
| XYZ | 35.89 | 18.05 | 46.94 | - |
| YUV | 99.33 | 175.79 | 207.65 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 26 | 184 | 0 | 0.88 | 0.13 | 0.17 | 308.76 | 0.78 | 0.46 |
| Hex | D3 | 1A | B8 | 0 | 58 | D | 11 | 135 | 4E | 2E |
| Octal | 323 | 32 | 270 | 0 | 130 | 15 | 21 | 465 | 116 | 56 |
| Binary | 11010011 | 11010 | 10111000 | 0 | 1011000 | 1101 | 10001 | 100110101 | 1001110 | 101110 |
Color Harmonies of #D31AB8
Complementary color
Monochromatic Colors of #D31AB8
Black with #D31AB8
Text Example
Text Example
White with #D31AB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31AB8; }
p { color: rgb(211,26,184); }
H1.HeaderClassName
{
color: #D31AB8;
}
.AnyTagClassName
{
color: #D31AB8;
}
</style>
background-color css
<style>
a { background-color: #D31AB8; }
a { background-color: rgb(211,26,184); }
div.DivClassName
{
background-color: #D31AB8;
}
.BgClassName
{
background-color: #D31AB8;
}
</style>
border-color css
<style>
span { border-color: #D31AB8; }
span { border-color: rgb(211,26,184); }
td.TdClassName
{
border-color: #D31AB8;
}
.TagClassName
{
border-color: #D31AB8;
}
</style>