Shades of Deep Magenta #D81FC0
Tints of Deep Magenta #D81FC0
RGB
CMYK
RGB Variations
Color information
#D81FC0 (or 0xD81FC0) is known color: Deep Magenta. HEX triplet: D8, 1F and C0. RGB value is (216,31,192). Sum of RGB (Red+Green+Blue) = 216+31+192=439 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.20% from 439); Green value is 31 (12.5% from 255 or 7.06% from 439); Blue value is 192 (75.39% from 255 or 43.74% from 439); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FC0 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81FC0 is #27E03F. Grayscale: #686868. Windows color (decimal): -2613312 or 12591064. OLE color: 12591064.
HSL color Cylindrical-coordinate representation of color #D81FC0: hue angle of 307.78º 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 #D81FC0 is Cyan = 0, Magento = 0.86, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 192 | - |
| CMYK | 0 | 0.86 | 0.11 | 0.15 |
| HSL | 307.78º | 0.75% | 0.48% | - |
| HSV(B) | 307.78º | 0.86% | 0.85% | - |
| XYZ | 38.32 | 19.38 | 51.59 | - |
| YUV | 104.67 | 177.29 | 207.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 192 | 0 | 0.86 | 0.11 | 0.15 | 307.78 | 0.75 | 0.48 |
| Hex | D8 | 1F | C0 | 0 | 56 | B | F | 134 | 4B | 30 |
| Octal | 330 | 37 | 300 | 0 | 126 | 13 | 17 | 464 | 113 | 60 |
| Binary | 11011000 | 11111 | 11000000 | 0 | 1010110 | 1011 | 1111 | 100110100 | 1001011 | 110000 |
Color Harmonies of #D81FC0
Complementary color
Monochromatic Colors of #D81FC0
Black with #D81FC0
Text Example
Text Example
White with #D81FC0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FC0; }
p { color: rgb(216,31,192); }
H1.HeaderClassName
{
color: #D81FC0;
}
.AnyTagClassName
{
color: #D81FC0;
}
</style>
background-color css
<style>
a { background-color: #D81FC0; }
a { background-color: rgb(216,31,192); }
div.DivClassName
{
background-color: #D81FC0;
}
.BgClassName
{
background-color: #D81FC0;
}
</style>
border-color css
<style>
span { border-color: #D81FC0; }
span { border-color: rgb(216,31,192); }
td.TdClassName
{
border-color: #D81FC0;
}
.TagClassName
{
border-color: #D81FC0;
}
</style>