Shades of Deep Magenta #D31DB8
Tints of Deep Magenta #D31DB8
RGB
CMYK
RGB Variations
Color information
#D31DB8 (or 0xD31DB8) is known color: Deep Magenta. HEX triplet: D3, 1D and B8. RGB value is (211,29,184). Sum of RGB (Red+Green+Blue) = 211+29+184=424 (56% of max value = 765). Red value is 211 (82.81% from 255 or 49.76% from 424); Green value is 29 (11.72% from 255 or 6.84% from 424); Blue value is 184 (72.27% from 255 or 43.40% from 424); Max value from RGB is 211 - color contains mainly: red. Hex color #D31DB8 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D31DB8 is #2CE247. Grayscale: #646464. Windows color (decimal): -2941512 or 12066259. OLE color: 12066259.
HSL color Cylindrical-coordinate representation of color #D31DB8: hue angle of 308.9º degrees, saturation: 0.76, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.83% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D31DB8 is Cyan = 0, Magento = 0.86, Yellow = 0.13 and Black (K on CMYK) = 0.17.
Color convert
| RGB | 211 | 29 | 184 | - |
| CMYK | 0 | 0.86 | 0.13 | 0.17 |
| HSL | 308.9º | 0.76% | 0.47% | - |
| HSV(B) | 308.9º | 0.86% | 0.83% | - |
| XYZ | 35.96 | 18.19 | 46.96 | - |
| YUV | 101.09 | 174.8 | 206.4 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 211 | 29 | 184 | 0 | 0.86 | 0.13 | 0.17 | 308.9 | 0.76 | 0.47 |
| Hex | D3 | 1D | B8 | 0 | 56 | D | 11 | 135 | 4C | 2F |
| Octal | 323 | 35 | 270 | 0 | 126 | 15 | 21 | 465 | 114 | 57 |
| Binary | 11010011 | 11101 | 10111000 | 0 | 1010110 | 1101 | 10001 | 100110101 | 1001100 | 101111 |
Color Harmonies of #D31DB8
Complementary color
Monochromatic Colors of #D31DB8
Black with #D31DB8
Text Example
Text Example
White with #D31DB8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D31DB8; }
p { color: rgb(211,29,184); }
H1.HeaderClassName
{
color: #D31DB8;
}
.AnyTagClassName
{
color: #D31DB8;
}
</style>
background-color css
<style>
a { background-color: #D31DB8; }
a { background-color: rgb(211,29,184); }
div.DivClassName
{
background-color: #D31DB8;
}
.BgClassName
{
background-color: #D31DB8;
}
</style>
border-color css
<style>
span { border-color: #D31DB8; }
span { border-color: rgb(211,29,184); }
td.TdClassName
{
border-color: #D31DB8;
}
.TagClassName
{
border-color: #D31DB8;
}
</style>