Shades of Deep Magenta #D81FBF
Tints of Deep Magenta #D81FBF
RGB
CMYK
RGB Variations
Color information
#D81FBF (or 0xD81FBF) is known color: Deep Magenta. HEX triplet: D8, 1F and BF. RGB value is (216,31,191). Sum of RGB (Red+Green+Blue) = 216+31+191=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 31 (12.5% from 255 or 7.08% from 438); Blue value is 191 (75% from 255 or 43.61% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FBF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81FBF is #27E040. Grayscale: #686868. Windows color (decimal): -2613313 or 12525528. OLE color: 12525528.
HSL color Cylindrical-coordinate representation of color #D81FBF: hue angle of 308.11º degrees, saturation: 0.75, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81FBF is Cyan = 0, Magento = 0.86, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 191 | - |
| CMYK | 0 | 0.86 | 0.12 | 0.15 |
| HSL | 308.11º | 0.75% | 0.48% | - |
| HSV(B) | 308.11º | 0.86% | 0.85% | - |
| XYZ | 38.21 | 19.34 | 51.01 | - |
| YUV | 104.56 | 176.79 | 207.49 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 191 | 0 | 0.86 | 0.12 | 0.15 | 308.11 | 0.75 | 0.48 |
| Hex | D8 | 1F | BF | 0 | 56 | C | F | 134 | 4B | 30 |
| Octal | 330 | 37 | 277 | 0 | 126 | 14 | 17 | 464 | 113 | 60 |
| Binary | 11011000 | 11111 | 10111111 | 0 | 1010110 | 1100 | 1111 | 100110100 | 1001011 | 110000 |
Color Harmonies of #D81FBF
Complementary color
Monochromatic Colors of #D81FBF
Black with #D81FBF
Text Example
Text Example
White with #D81FBF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FBF; }
p { color: rgb(216,31,191); }
H1.HeaderClassName
{
color: #D81FBF;
}
.AnyTagClassName
{
color: #D81FBF;
}
</style>
background-color css
<style>
a { background-color: #D81FBF; }
a { background-color: rgb(216,31,191); }
div.DivClassName
{
background-color: #D81FBF;
}
.BgClassName
{
background-color: #D81FBF;
}
</style>
border-color css
<style>
span { border-color: #D81FBF; }
span { border-color: rgb(216,31,191); }
td.TdClassName
{
border-color: #D81FBF;
}
.TagClassName
{
border-color: #D81FBF;
}
</style>