Shades of Deep Magenta #D81BDF
Tints of Deep Magenta #D81BDF
RGB
CMYK
RGB Variations
Color information
#D81BDF (or 0xD81BDF) is known color: Deep Magenta. HEX triplet: D8, 1B and DF. RGB value is (216,27,223). Sum of RGB (Red+Green+Blue) = 216+27+223=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 27 (10.94% from 255 or 5.79% from 466); Blue value is 223 (87.5% from 255 or 47.85% from 466); Max value from RGB is 223 - color contains mainly: blue. Hex color #D81BDF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81BDF is #27E420. Grayscale: #696969. Windows color (decimal): -2614305 or 14621656. OLE color: 14621656.
HSL color Cylindrical-coordinate representation of color #D81BDF: hue angle of 297.86º degrees, saturation: 0.78, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81BDF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 27 | 223 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.13 |
| HSL | 297.86º | 0.78% | 0.49% | - |
| HSV(B) | 297.86º | 0.88% | 0.87% | - |
| XYZ | 42.03 | 20.71 | 71.59 | - |
| YUV | 105.86 | 194.12 | 206.56 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 27 | 223 | 0.03 | 0.88 | 0 | 0.13 | 297.86 | 0.78 | 0.49 |
| Hex | D8 | 1B | DF | 3 | 58 | 0 | D | 12A | 4E | 31 |
| Octal | 330 | 33 | 337 | 3 | 130 | 0 | 15 | 452 | 116 | 61 |
| Binary | 11011000 | 11011 | 11011111 | 11 | 1011000 | 0 | 1101 | 100101010 | 1001110 | 110001 |
Color Harmonies of #D81BDF
Complementary color
Monochromatic Colors of #D81BDF
Black with #D81BDF
Text Example
Text Example
White with #D81BDF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81BDF; }
p { color: rgb(216,27,223); }
H1.HeaderClassName
{
color: #D81BDF;
}
.AnyTagClassName
{
color: #D81BDF;
}
</style>
background-color css
<style>
a { background-color: #D81BDF; }
a { background-color: rgb(216,27,223); }
div.DivClassName
{
background-color: #D81BDF;
}
.BgClassName
{
background-color: #D81BDF;
}
</style>
border-color css
<style>
span { border-color: #D81BDF; }
span { border-color: rgb(216,27,223); }
td.TdClassName
{
border-color: #D81BDF;
}
.TagClassName
{
border-color: #D81BDF;
}
</style>