Shades of Deep Magenta #D81DDF
Tints of Deep Magenta #D81DDF
RGB
CMYK
RGB Variations
Color information
#D81DDF (or 0xD81DDF) is known color: Deep Magenta. HEX triplet: D8, 1D and DF. RGB value is (216,29,223). Sum of RGB (Red+Green+Blue) = 216+29+223=468 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.15% from 468); Green value is 29 (11.72% from 255 or 6.20% from 468); Blue value is 223 (87.5% from 255 or 47.65% from 468); Max value from RGB is 223 - color contains mainly: blue. Hex color #D81DDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DDF is #27E220. Grayscale: #6A6A6A. Windows color (decimal): -2613793 or 14622168. OLE color: 14622168.
HSL color Cylindrical-coordinate representation of color #D81DDF: hue angle of 297.84º degrees, saturation: 0.77, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D81DDF is Cyan = 0.03, Magento = 0.87, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 29 | 223 | - |
| CMYK | 0.03 | 0.87 | 0 | 0.13 |
| HSL | 297.84º | 0.77% | 0.49% | - |
| HSV(B) | 297.84º | 0.87% | 0.87% | - |
| XYZ | 42.08 | 20.81 | 71.61 | - |
| YUV | 107.03 | 193.45 | 205.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 223 | 0.03 | 0.87 | 0 | 0.13 | 297.84 | 0.77 | 0.49 |
| Hex | D8 | 1D | DF | 3 | 57 | 0 | D | 12A | 4D | 31 |
| Octal | 330 | 35 | 337 | 3 | 127 | 0 | 15 | 452 | 115 | 61 |
| Binary | 11011000 | 11101 | 11011111 | 11 | 1010111 | 0 | 1101 | 100101010 | 1001101 | 110001 |
Color Harmonies of #D81DDF
Complementary color
Monochromatic Colors of #D81DDF
Black with #D81DDF
Text Example
Text Example
White with #D81DDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DDF; }
p { color: rgb(216,29,223); }
H1.HeaderClassName
{
color: #D81DDF;
}
.AnyTagClassName
{
color: #D81DDF;
}
</style>
background-color css
<style>
a { background-color: #D81DDF; }
a { background-color: rgb(216,29,223); }
div.DivClassName
{
background-color: #D81DDF;
}
.BgClassName
{
background-color: #D81DDF;
}
</style>
border-color css
<style>
span { border-color: #D81DDF; }
span { border-color: rgb(216,29,223); }
td.TdClassName
{
border-color: #D81DDF;
}
.TagClassName
{
border-color: #D81DDF;
}
</style>