Shades of Deep Magenta #D81DD0
Tints of Deep Magenta #D81DD0
RGB
CMYK
RGB Variations
Color information
#D81DD0 (or 0xD81DD0) is known color: Deep Magenta. HEX triplet: D8, 1D and D0. RGB value is (216,29,208). Sum of RGB (Red+Green+Blue) = 216+29+208=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 29 (11.72% from 255 or 6.40% from 453); Blue value is 208 (81.64% from 255 or 45.92% from 453); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DD0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DD0 is #27E22F. Grayscale: #686868. Windows color (decimal): -2613808 or 13639128. OLE color: 13639128.
HSL color Cylindrical-coordinate representation of color #D81DD0: hue angle of 302.57º 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 #D81DD0 is Cyan = 0, Magento = 0.87, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 208 | - |
| CMYK | 0 | 0.87 | 0.04 | 0.15 |
| HSL | 302.57º | 0.76% | 0.48% | - |
| HSV(B) | 302.57º | 0.87% | 0.85% | - |
| XYZ | 40.14 | 20.03 | 61.43 | - |
| YUV | 105.32 | 185.95 | 206.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 208 | 0 | 0.87 | 0.04 | 0.15 | 302.57 | 0.76 | 0.48 |
| Hex | D8 | 1D | D0 | 0 | 57 | 4 | F | 12F | 4C | 30 |
| Octal | 330 | 35 | 320 | 0 | 127 | 4 | 17 | 457 | 114 | 60 |
| Binary | 11011000 | 11101 | 11010000 | 0 | 1010111 | 100 | 1111 | 100101111 | 1001100 | 110000 |
Color Harmonies of #D81DD0
Complementary color
Monochromatic Colors of #D81DD0
Black with #D81DD0
Text Example
Text Example
White with #D81DD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DD0; }
p { color: rgb(216,29,208); }
H1.HeaderClassName
{
color: #D81DD0;
}
.AnyTagClassName
{
color: #D81DD0;
}
</style>
background-color css
<style>
a { background-color: #D81DD0; }
a { background-color: rgb(216,29,208); }
div.DivClassName
{
background-color: #D81DD0;
}
.BgClassName
{
background-color: #D81DD0;
}
</style>
border-color css
<style>
span { border-color: #D81DD0; }
span { border-color: rgb(216,29,208); }
td.TdClassName
{
border-color: #D81DD0;
}
.TagClassName
{
border-color: #D81DD0;
}
</style>