Shades of Deep Magenta #D81EDA
Tints of Deep Magenta #D81EDA
RGB
CMYK
RGB Variations
Color information
#D81EDA (or 0xD81EDA) is known color: Deep Magenta. HEX triplet: D8, 1E and DA. RGB value is (216,30,218). Sum of RGB (Red+Green+Blue) = 216+30+218=464 (61% of max value = 765). Red value is 216 (84.77% from 255 or 46.55% from 464); Green value is 30 (12.11% from 255 or 6.47% from 464); Blue value is 218 (85.55% from 255 or 46.98% from 464); Max value from RGB is 218 - color contains mainly: blue. Hex color #D81EDA is not a web safe color. Web safe color analog (approx): #CC33CC. Inversed color of #D81EDA is #27E125. Grayscale: #6A6A6A. Windows color (decimal): -2613542 or 14294744. OLE color: 14294744.
HSL color Cylindrical-coordinate representation of color #D81EDA: hue angle of 299.36º degrees, saturation: 0.76, lightness: 0.49%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.86%. Process color model (Four color, CMYK) of #D81EDA is Cyan = 0.01, Magento = 0.86, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 30 | 218 | - |
| CMYK | 0.01 | 0.86 | 0 | 0.15 |
| HSL | 299.36º | 0.76% | 0.49% | - |
| HSV(B) | 299.36º | 0.86% | 0.85% | - |
| XYZ | 41.44 | 20.59 | 68.12 | - |
| YUV | 107.05 | 190.62 | 205.71 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 30 | 218 | 0.01 | 0.86 | 0 | 0.15 | 299.36 | 0.76 | 0.49 |
| Hex | D8 | 1E | DA | 1 | 56 | 0 | F | 12B | 4C | 31 |
| Octal | 330 | 36 | 332 | 1 | 126 | 0 | 17 | 453 | 114 | 61 |
| Binary | 11011000 | 11110 | 11011010 | 1 | 1010110 | 0 | 1111 | 100101011 | 1001100 | 110001 |
Color Harmonies of #D81EDA
Complementary color
Monochromatic Colors of #D81EDA
Black with #D81EDA
Text Example
Text Example
White with #D81EDA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D81EDA; }
p { color: rgb(216,30,218); }
H1.HeaderClassName
{
color: #D81EDA;
}
.AnyTagClassName
{
color: #D81EDA;
}
</style>
background-color css
<style>
a { background-color: #D81EDA; }
a { background-color: rgb(216,30,218); }
div.DivClassName
{
background-color: #D81EDA;
}
.BgClassName
{
background-color: #D81EDA;
}
</style>
border-color css
<style>
span { border-color: #D81EDA; }
span { border-color: rgb(216,30,218); }
td.TdClassName
{
border-color: #D81EDA;
}
.TagClassName
{
border-color: #D81EDA;
}
</style>