Shades of Deep Magenta #D80AC3
Tints of Deep Magenta #D80AC3
RGB
CMYK
RGB Variations
Color information
#D80AC3 (or 0xD80AC3) is known color: Deep Magenta. HEX triplet: D8, 0A and C3. RGB value is (216,10,195). Sum of RGB (Red+Green+Blue) = 216+10+195=421 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.31% from 421); Green value is 10 (4.30% from 255 or 2.38% from 421); Blue value is 195 (76.56% from 255 or 46.32% from 421); Max value from RGB is 216 - color contains mainly: red. Hex color #D80AC3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D80AC3 is #27F53C. Grayscale: #5C5C5C. Windows color (decimal): -2618685 or 12782296. OLE color: 12782296.
HSL color Cylindrical-coordinate representation of color #D80AC3: hue angle of 306.12º 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 #D80AC3 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 10 | 195 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.15 |
| HSL | 306.12º | 0.91% | 0.44% | - |
| HSV(B) | 306.12º | 0.95% | 0.85% | - |
| XYZ | 38.28 | 18.76 | 53.23 | - |
| YUV | 92.68 | 185.75 | 215.96 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 10 | 195 | 0 | 0.95 | 0.10 | 0.15 | 306.12 | 0.91 | 0.44 |
| Hex | D8 | A | C3 | 0 | 5F | A | F | 132 | 5B | 2C |
| Octal | 330 | 12 | 303 | 0 | 137 | 12 | 17 | 462 | 133 | 54 |
| Binary | 11011000 | 1010 | 11000011 | 0 | 1011111 | 1010 | 1111 | 100110010 | 1011011 | 101100 |
Color Harmonies of #D80AC3
Complementary color
Monochromatic Colors of #D80AC3
Black with #D80AC3
Text Example
Text Example
White with #D80AC3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D80AC3; }
p { color: rgb(216,10,195); }
H1.HeaderClassName
{
color: #D80AC3;
}
.AnyTagClassName
{
color: #D80AC3;
}
</style>
background-color css
<style>
a { background-color: #D80AC3; }
a { background-color: rgb(216,10,195); }
div.DivClassName
{
background-color: #D80AC3;
}
.BgClassName
{
background-color: #D80AC3;
}
</style>
border-color css
<style>
span { border-color: #D80AC3; }
span { border-color: rgb(216,10,195); }
td.TdClassName
{
border-color: #D80AC3;
}
.TagClassName
{
border-color: #D80AC3;
}
</style>