Shades of Deep Magenta #D81ADF
Tints of Deep Magenta #D81ADF
RGB
CMYK
RGB Variations
Color information
#D81ADF (or 0xD81ADF) is known color: Deep Magenta. HEX triplet: D8, 1A and DF. RGB value is (216,26,223). Sum of RGB (Red+Green+Blue) = 216+26+223=465 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.45% from 465); Green value is 26 (10.55% from 255 or 5.59% from 465); Blue value is 223 (87.5% from 255 or 47.96% from 465); Max value from RGB is 223 - color contains mainly: blue. Hex color #D81ADF is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81ADF is #27E520. Grayscale: #686868. Windows color (decimal): -2614561 or 14621400. OLE color: 14621400.
HSL color Cylindrical-coordinate representation of color #D81ADF: hue angle of 297.87º degrees, saturation: 0.79, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D81ADF is Cyan = 0.03, Magento = 0.88, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 26 | 223 | - |
| CMYK | 0.03 | 0.88 | 0 | 0.13 |
| HSL | 297.87º | 0.79% | 0.49% | - |
| HSV(B) | 297.87º | 0.88% | 0.87% | - |
| XYZ | 42.01 | 20.67 | 71.59 | - |
| YUV | 105.27 | 194.45 | 206.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 26 | 223 | 0.03 | 0.88 | 0 | 0.13 | 297.87 | 0.79 | 0.49 |
| Hex | D8 | 1A | DF | 3 | 58 | 0 | D | 12A | 4F | 31 |
| Octal | 330 | 32 | 337 | 3 | 130 | 0 | 15 | 452 | 117 | 61 |
| Binary | 11011000 | 11010 | 11011111 | 11 | 1011000 | 0 | 1101 | 100101010 | 1001111 | 110001 |
Color Harmonies of #D81ADF
Complementary color
Monochromatic Colors of #D81ADF
Black with #D81ADF
Text Example
Text Example
White with #D81ADF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81ADF; }
p { color: rgb(216,26,223); }
H1.HeaderClassName
{
color: #D81ADF;
}
.AnyTagClassName
{
color: #D81ADF;
}
</style>
background-color css
<style>
a { background-color: #D81ADF; }
a { background-color: rgb(216,26,223); }
div.DivClassName
{
background-color: #D81ADF;
}
.BgClassName
{
background-color: #D81ADF;
}
</style>
border-color css
<style>
span { border-color: #D81ADF; }
span { border-color: rgb(216,26,223); }
td.TdClassName
{
border-color: #D81ADF;
}
.TagClassName
{
border-color: #D81ADF;
}
</style>