Shades of Deep Magenta #D80AD4
Tints of Deep Magenta #D80AD4
RGB
CMYK
RGB Variations
Color information
#D80AD4 (or 0xD80AD4) is known color: Deep Magenta. HEX triplet: D8, 0A and D4. RGB value is (216,10,212). Sum of RGB (Red+Green+Blue) = 216+10+212=438 (58% of max value = 765). Red value is 216 (84.77% from 255 or 49.32% from 438); Green value is 10 (4.30% from 255 or 2.28% from 438); Blue value is 212 (83.20% from 255 or 48.40% from 438); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AD4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AD4 is #27F52B. Grayscale: #5E5E5E. Windows color (decimal): -2618668 or 13896408. OLE color: 13896408.
HSL color Cylindrical-coordinate representation of color #D80AD4: hue angle of 301.17º degrees, saturation: 0.91, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D80AD4 is Cyan = 0, Magento = 0.95, Yellow = 0.02 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 212 | - |
| CMYK | 0 | 0.95 | 0.02 | 0.15 |
| HSL | 301.17º | 0.91% | 0.44% | - |
| HSV(B) | 301.17º | 0.95% | 0.85% | - |
| XYZ | 40.31 | 19.57 | 63.94 | - |
| YUV | 94.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 212 | 0 | 0.95 | 0.02 | 0.15 | 301.17 | 0.91 | 0.44 |
| Hex | D8 | A | D4 | 0 | 5F | 2 | F | 12D | 5B | 2C |
| Octal | 330 | 12 | 324 | 0 | 137 | 2 | 17 | 455 | 133 | 54 |
| Binary | 11011000 | 1010 | 11010100 | 0 | 1011111 | 10 | 1111 | 100101101 | 1011011 | 101100 |
Color Harmonies of #D80AD4
Complementary color
Monochromatic Colors of #D80AD4
Black with #D80AD4
Text Example
Text Example
White with #D80AD4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AD4; }
p { color: rgb(216,10,212); }
H1.HeaderClassName
{
color: #D80AD4;
}
.AnyTagClassName
{
color: #D80AD4;
}
</style>
background-color css
<style>
a { background-color: #D80AD4; }
a { background-color: rgb(216,10,212); }
div.DivClassName
{
background-color: #D80AD4;
}
.BgClassName
{
background-color: #D80AD4;
}
</style>
border-color css
<style>
span { border-color: #D80AD4; }
span { border-color: rgb(216,10,212); }
td.TdClassName
{
border-color: #D80AD4;
}
.TagClassName
{
border-color: #D80AD4;
}
</style>