Shades of Deep Magenta #D81FDC
Tints of Deep Magenta #D81FDC
RGB
CMYK
RGB Variations
Color information
#D81FDC (or 0xD81FDC) is known color: Deep Magenta. HEX triplet: D8, 1F and DC. RGB value is (216,31,220). Sum of RGB (Red+Green+Blue) = 216+31+220=467 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.25% from 467); Green value is 31 (12.5% from 255 or 6.64% from 467); Blue value is 220 (86.33% from 255 or 47.11% from 467); Max value from RGB is 220 - color contains mainly: blue. Hex color #D81FDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81FDC is #27E023. Grayscale: #6B6B6B. Windows color (decimal): -2613284 or 14426072. OLE color: 14426072.
HSL color Cylindrical-coordinate representation of color #D81FDC: hue angle of 298.73º degrees, saturation: 0.75, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81FDC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 31 | 220 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.14 |
| HSL | 298.73º | 0.75% | 0.49% | - |
| HSV(B) | 298.73º | 0.86% | 0.86% | - |
| XYZ | 41.73 | 20.75 | 69.52 | - |
| YUV | 107.86 | 191.29 | 205.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 31 | 220 | 0.02 | 0.86 | 0 | 0.14 | 298.73 | 0.75 | 0.49 |
| Hex | D8 | 1F | DC | 2 | 56 | 0 | E | 12B | 4B | 31 |
| Octal | 330 | 37 | 334 | 2 | 126 | 0 | 16 | 453 | 113 | 61 |
| Binary | 11011000 | 11111 | 11011100 | 10 | 1010110 | 0 | 1110 | 100101011 | 1001011 | 110001 |
Color Harmonies of #D81FDC
Complementary color
Monochromatic Colors of #D81FDC
Black with #D81FDC
Text Example
Text Example
White with #D81FDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81FDC; }
p { color: rgb(216,31,220); }
H1.HeaderClassName
{
color: #D81FDC;
}
.AnyTagClassName
{
color: #D81FDC;
}
</style>
background-color css
<style>
a { background-color: #D81FDC; }
a { background-color: rgb(216,31,220); }
div.DivClassName
{
background-color: #D81FDC;
}
.BgClassName
{
background-color: #D81FDC;
}
</style>
border-color css
<style>
span { border-color: #D81FDC; }
span { border-color: rgb(216,31,220); }
td.TdClassName
{
border-color: #D81FDC;
}
.TagClassName
{
border-color: #D81FDC;
}
</style>