Shades of Deep Magenta #D81FC3
Tints of Deep Magenta #D81FC3
RGB
CMYK
RGB Variations
Color information
#D81FC3 (or 0xD81FC3) is known color: Deep Magenta. HEX triplet: D8, 1F and C3. RGB value is (216,31,195). Sum of RGB (Red+Green+Blue) = 216+31+195=442 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.87% from 442); Green value is 31 (12.5% from 255 or 7.01% from 442); Blue value is 195 (76.56% from 255 or 44.12% from 442); Max value from RGB is 216 - color contains mainly: red. Hex color #D81FC3 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81FC3 is #27E03C. Grayscale: #686868. Windows color (decimal): -2613309 or 12787672. OLE color: 12787672.
HSL color Cylindrical-coordinate representation of color #D81FC3: hue angle of 306.81º 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 #D81FC3 is Cyan = 0, Magento = 0.86, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 31 | 195 | - |
| CMYK | 0 | 0.86 | 0.10 | 0.15 |
| HSL | 306.81º | 0.75% | 0.48% | - |
| HSV(B) | 306.81º | 0.86% | 0.85% | - |
| XYZ | 38.66 | 19.52 | 53.36 | - |
| YUV | 105.01 | 178.79 | 207.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 195 | 0 | 0.86 | 0.10 | 0.15 | 306.81 | 0.75 | 0.48 |
| Hex | D8 | 1F | C3 | 0 | 56 | A | F | 133 | 4B | 30 |
| Octal | 330 | 37 | 303 | 0 | 126 | 12 | 17 | 463 | 113 | 60 |
| Binary | 11011000 | 11111 | 11000011 | 0 | 1010110 | 1010 | 1111 | 100110011 | 1001011 | 110000 |
Color Harmonies of #D81FC3
Complementary color
Monochromatic Colors of #D81FC3
Black with #D81FC3
Text Example
Text Example
White with #D81FC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FC3; }
p { color: rgb(216,31,195); }
H1.HeaderClassName
{
color: #D81FC3;
}
.AnyTagClassName
{
color: #D81FC3;
}
</style>
background-color css
<style>
a { background-color: #D81FC3; }
a { background-color: rgb(216,31,195); }
div.DivClassName
{
background-color: #D81FC3;
}
.BgClassName
{
background-color: #D81FC3;
}
</style>
border-color css
<style>
span { border-color: #D81FC3; }
span { border-color: rgb(216,31,195); }
td.TdClassName
{
border-color: #D81FC3;
}
.TagClassName
{
border-color: #D81FC3;
}
</style>