Shades of Deep Magenta #D81EDC
Tints of Deep Magenta #D81EDC
RGB
CMYK
RGB Variations
Color information
#D81EDC (or 0xD81EDC) is known color: Deep Magenta. HEX triplet: D8, 1E and DC. RGB value is (216,30,220). Sum of RGB (Red+Green+Blue) = 216+30+220=466 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.35% from 466); Green value is 30 (12.11% from 255 or 6.44% from 466); Blue value is 220 (86.33% from 255 or 47.21% from 466); Max value from RGB is 220 - color contains mainly: blue. Hex color #D81EDC is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81EDC is #27E123. Grayscale: #6A6A6A. Windows color (decimal): -2613540 or 14425816. OLE color: 14425816.
HSL color Cylindrical-coordinate representation of color #D81EDC: hue angle of 298.74º degrees, saturation: 0.76, 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 #D81EDC is Cyan = 0.02, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 30 | 220 | - |
| CMYK | 0.02 | 0.86 | 0 | 0.14 |
| HSL | 298.74º | 0.76% | 0.49% | - |
| HSV(B) | 298.74º | 0.86% | 0.86% | - |
| XYZ | 41.7 | 20.69 | 69.51 | - |
| YUV | 107.27 | 191.62 | 205.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 220 | 0.02 | 0.86 | 0 | 0.14 | 298.74 | 0.76 | 0.49 |
| Hex | D8 | 1E | DC | 2 | 56 | 0 | E | 12B | 4C | 31 |
| Octal | 330 | 36 | 334 | 2 | 126 | 0 | 16 | 453 | 114 | 61 |
| Binary | 11011000 | 11110 | 11011100 | 10 | 1010110 | 0 | 1110 | 100101011 | 1001100 | 110001 |
Color Harmonies of #D81EDC
Complementary color
Monochromatic Colors of #D81EDC
Black with #D81EDC
Text Example
Text Example
White with #D81EDC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EDC; }
p { color: rgb(216,30,220); }
H1.HeaderClassName
{
color: #D81EDC;
}
.AnyTagClassName
{
color: #D81EDC;
}
</style>
background-color css
<style>
a { background-color: #D81EDC; }
a { background-color: rgb(216,30,220); }
div.DivClassName
{
background-color: #D81EDC;
}
.BgClassName
{
background-color: #D81EDC;
}
</style>
border-color css
<style>
span { border-color: #D81EDC; }
span { border-color: rgb(216,30,220); }
td.TdClassName
{
border-color: #D81EDC;
}
.TagClassName
{
border-color: #D81EDC;
}
</style>