Shades of Deep Magenta #D81CE1
Tints of Deep Magenta #D81CE1
RGB
CMYK
RGB Variations
Color information
#D81CE1 (or 0xD81CE1) is known color: Deep Magenta. HEX triplet: D8, 1C and E1. RGB value is (216,28,225). Sum of RGB (Red+Green+Blue) = 216+28+225=469 (62% of max value = 765). Red value is 216 (84.77% from 255 or 46.06% from 469); Green value is 28 (11.33% from 255 or 5.97% from 469); Blue value is 225 (88.28% from 255 or 47.97% from 469); Max value from RGB is 225 - color contains mainly: blue. Hex color #D81CE1 is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81CE1 is #27E31E. Grayscale: #6A6A6A. Windows color (decimal): -2614047 or 14752984. OLE color: 14752984.
HSL color Cylindrical-coordinate representation of color #D81CE1: hue angle of 297.26º degrees, saturation: 0.78, lightness: 0.5%. HSV value (or HSB Brightness) of color is 0.88% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81CE1 is Cyan = 0.04, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.12.
Color convert
| RGB | 216 | 28 | 225 | - |
| CMYK | 0.04 | 0.88 | 0 | 0.12 |
| HSL | 297.26º | 0.78% | 0.5% | - |
| HSV(B) | 297.26º | 0.88% | 0.88% | - |
| XYZ | 42.32 | 20.87 | 73.03 | - |
| YUV | 106.67 | 194.78 | 205.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 28 | 225 | 0.04 | 0.88 | 0 | 0.12 | 297.26 | 0.78 | 0.5 |
| Hex | D8 | 1C | E1 | 4 | 58 | 0 | C | 129 | 4E | 32 |
| Octal | 330 | 34 | 341 | 4 | 130 | 0 | 14 | 451 | 116 | 62 |
| Binary | 11011000 | 11100 | 11100001 | 100 | 1011000 | 0 | 1100 | 100101001 | 1001110 | 110010 |
Color Harmonies of #D81CE1
Complementary color
Monochromatic Colors of #D81CE1
Black with #D81CE1
Text Example
Text Example
White with #D81CE1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81CE1; }
p { color: rgb(216,28,225); }
H1.HeaderClassName
{
color: #D81CE1;
}
.AnyTagClassName
{
color: #D81CE1;
}
</style>
background-color css
<style>
a { background-color: #D81CE1; }
a { background-color: rgb(216,28,225); }
div.DivClassName
{
background-color: #D81CE1;
}
.BgClassName
{
background-color: #D81CE1;
}
</style>
border-color css
<style>
span { border-color: #D81CE1; }
span { border-color: rgb(216,28,225); }
td.TdClassName
{
border-color: #D81CE1;
}
.TagClassName
{
border-color: #D81CE1;
}
</style>