Shades of Deep Magenta #D81DD3
Tints of Deep Magenta #D81DD3
RGB
CMYK
RGB Variations
Color information
#D81DD3 (or 0xD81DD3) is known color: Deep Magenta. HEX triplet: D8, 1D and D3. RGB value is (216,29,211). Sum of RGB (Red+Green+Blue) = 216+29+211=456 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.37% from 456); Green value is 29 (11.72% from 255 or 6.36% from 456); Blue value is 211 (82.81% from 255 or 46.27% from 456); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DD3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DD3 is #27E22C. Grayscale: #696969. Windows color (decimal): -2613805 or 13835736. OLE color: 13835736.
HSL color Cylindrical-coordinate representation of color #D81DD3: hue angle of 301.6º degrees, saturation: 0.76, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DD3 is Cyan = 0, Magento = 0.87, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 211 | - |
| CMYK | 0 | 0.87 | 0.02 | 0.15 |
| HSL | 301.6º | 0.76% | 0.48% | - |
| HSV(B) | 301.6º | 0.87% | 0.85% | - |
| XYZ | 40.52 | 20.18 | 63.39 | - |
| YUV | 105.66 | 187.45 | 206.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 211 | 0 | 0.87 | 0.02 | 0.15 | 301.6 | 0.76 | 0.48 |
| Hex | D8 | 1D | D3 | 0 | 57 | 2 | F | 12E | 4C | 30 |
| Octal | 330 | 35 | 323 | 0 | 127 | 2 | 17 | 456 | 114 | 60 |
| Binary | 11011000 | 11101 | 11010011 | 0 | 1010111 | 10 | 1111 | 100101110 | 1001100 | 110000 |
Color Harmonies of #D81DD3
Complementary color
Monochromatic Colors of #D81DD3
Black with #D81DD3
Text Example
Text Example
White with #D81DD3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DD3; }
p { color: rgb(216,29,211); }
H1.HeaderClassName
{
color: #D81DD3;
}
.AnyTagClassName
{
color: #D81DD3;
}
</style>
background-color css
<style>
a { background-color: #D81DD3; }
a { background-color: rgb(216,29,211); }
div.DivClassName
{
background-color: #D81DD3;
}
.BgClassName
{
background-color: #D81DD3;
}
</style>
border-color css
<style>
span { border-color: #D81DD3; }
span { border-color: rgb(216,29,211); }
td.TdClassName
{
border-color: #D81DD3;
}
.TagClassName
{
border-color: #D81DD3;
}
</style>