Shades of Deep Magenta #D81DBD
Tints of Deep Magenta #D81DBD
RGB
CMYK
RGB Variations
Color information
#D81DBD (or 0xD81DBD) is known color: Deep Magenta. HEX triplet: D8, 1D and BD. RGB value is (216,29,189). Sum of RGB (Red+Green+Blue) = 216+29+189=434 (57% of max value = 765). Red value is 216 (84.77% from 255 or 49.77% from 434); Green value is 29 (11.72% from 255 or 6.68% from 434); Blue value is 189 (74.22% from 255 or 43.55% from 434); Max value from RGB is 216 - color contains mainly: red. Hex color #D81DBD is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81DBD is #27E242. Grayscale: #666666. Windows color (decimal): -2613827 or 12393944. OLE color: 12393944.
HSL color Cylindrical-coordinate representation of color #D81DBD: hue angle of 308.66º 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 #D81DBD is Cyan = 0, Magento = 0.87, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 29 | 189 | - |
| CMYK | 0 | 0.87 | 0.12 | 0.15 |
| HSL | 308.66º | 0.76% | 0.48% | - |
| HSV(B) | 308.66º | 0.87% | 0.85% | - |
| XYZ | 37.94 | 19.15 | 49.84 | - |
| YUV | 103.15 | 176.45 | 208.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 29 | 189 | 0 | 0.87 | 0.12 | 0.15 | 308.66 | 0.76 | 0.48 |
| Hex | D8 | 1D | BD | 0 | 57 | C | F | 135 | 4C | 30 |
| Octal | 330 | 35 | 275 | 0 | 127 | 14 | 17 | 465 | 114 | 60 |
| Binary | 11011000 | 11101 | 10111101 | 0 | 1010111 | 1100 | 1111 | 100110101 | 1001100 | 110000 |
Color Harmonies of #D81DBD
Complementary color
Monochromatic Colors of #D81DBD
Black with #D81DBD
Text Example
Text Example
White with #D81DBD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81DBD; }
p { color: rgb(216,29,189); }
H1.HeaderClassName
{
color: #D81DBD;
}
.AnyTagClassName
{
color: #D81DBD;
}
</style>
background-color css
<style>
a { background-color: #D81DBD; }
a { background-color: rgb(216,29,189); }
div.DivClassName
{
background-color: #D81DBD;
}
.BgClassName
{
background-color: #D81DBD;
}
</style>
border-color css
<style>
span { border-color: #D81DBD; }
span { border-color: rgb(216,29,189); }
td.TdClassName
{
border-color: #D81DBD;
}
.TagClassName
{
border-color: #D81DBD;
}
</style>