Shades of Deep Magenta #D00AC1
Tints of Deep Magenta #D00AC1
RGB
CMYK
RGB Variations
Color information
#D00AC1 (or 0xD00AC1) is known color: Deep Magenta. HEX triplet: D0, 0A and C1. RGB value is (208,10,193). Sum of RGB (Red+Green+Blue) = 208+10+193=411 (54% of max value = 765). Red value is 208 (81.64% from 255 or 50.61% from 411); Green value is 10 (4.30% from 255 or 2.43% from 411); Blue value is 193 (75.78% from 255 or 46.96% from 411); Max value from RGB is 208 - color contains mainly: red. Hex color #D00AC1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D00AC1 is #2FF53E. Grayscale: #595959. Windows color (decimal): -3142975 or 12651216. OLE color: 12651216.
HSL color Cylindrical-coordinate representation of color #D00AC1: hue angle of 304.55º degrees, saturation: 0.91, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D00AC1 is Cyan = 0, Magento = 0.95, Yellow = 0.07 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 10 | 193 | - |
| CMYK | 0 | 0.95 | 0.07 | 0.18 |
| HSL | 304.55º | 0.91% | 0.43% | - |
| HSV(B) | 304.55º | 0.95% | 0.82% | - |
| XYZ | 35.75 | 17.48 | 51.94 | - |
| YUV | 90.06 | 186.1 | 212.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 10 | 193 | 0 | 0.95 | 0.07 | 0.18 | 304.55 | 0.91 | 0.43 |
| Hex | D0 | A | C1 | 0 | 5F | 7 | 12 | 131 | 5B | 2B |
| Octal | 320 | 12 | 301 | 0 | 137 | 7 | 22 | 461 | 133 | 53 |
| Binary | 11010000 | 1010 | 11000001 | 0 | 1011111 | 111 | 10010 | 100110001 | 1011011 | 101011 |
Color Harmonies of #D00AC1
Complementary color
Monochromatic Colors of #D00AC1
Black with #D00AC1
Text Example
Text Example
White with #D00AC1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00AC1; }
p { color: rgb(208,10,193); }
H1.HeaderClassName
{
color: #D00AC1;
}
.AnyTagClassName
{
color: #D00AC1;
}
</style>
background-color css
<style>
a { background-color: #D00AC1; }
a { background-color: rgb(208,10,193); }
div.DivClassName
{
background-color: #D00AC1;
}
.BgClassName
{
background-color: #D00AC1;
}
</style>
border-color css
<style>
span { border-color: #D00AC1; }
span { border-color: rgb(208,10,193); }
td.TdClassName
{
border-color: #D00AC1;
}
.TagClassName
{
border-color: #D00AC1;
}
</style>