Shades of Deep Magenta #D003AC
Tints of Deep Magenta #D003AC
RGB
CMYK
RGB Variations
Color information
#D003AC (or 0xD003AC) is known color: Deep Magenta. HEX triplet: D0, 03 and AC. RGB value is (208,3,172). Sum of RGB (Red+Green+Blue) = 208+3+172=383 (50% of max value = 765). Red value is 208 (81.64% from 255 or 54.31% from 383); Green value is 3 (1.56% from 255 or 0.78% from 383); Blue value is 172 (67.58% from 255 or 44.91% from 383); Max value from RGB is 208 - color contains mainly: red. Hex color #D003AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D003AC is #2FFC53. Grayscale: #535353. Windows color (decimal): -3144788 or 11273168. OLE color: 11273168.
HSL color Cylindrical-coordinate representation of color #D003AC: hue angle of 310.54º degrees, saturation: 0.97, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D003AC is Cyan = 0, Magento = 0.99, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 3 | 172 | - |
| CMYK | 0 | 0.99 | 0.17 | 0.18 |
| HSL | 310.54º | 0.97% | 0.41% | - |
| HSV(B) | 310.54º | 0.99% | 0.82% | - |
| XYZ | 33.49 | 16.45 | 40.44 | - |
| YUV | 83.56 | 177.92 | 216.76 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 3 | 172 | 0 | 0.99 | 0.17 | 0.18 | 310.54 | 0.97 | 0.41 |
| Hex | D0 | 3 | AC | 0 | 63 | 11 | 12 | 137 | 61 | 29 |
| Octal | 320 | 3 | 254 | 0 | 143 | 21 | 22 | 467 | 141 | 51 |
| Binary | 11010000 | 11 | 10101100 | 0 | 1100011 | 10001 | 10010 | 100110111 | 1100001 | 101001 |
Color Harmonies of #D003AC
Complementary color
Monochromatic Colors of #D003AC
Black with #D003AC
Text Example
Text Example
White with #D003AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D003AC; }
p { color: rgb(208,3,172); }
H1.HeaderClassName
{
color: #D003AC;
}
.AnyTagClassName
{
color: #D003AC;
}
</style>
background-color css
<style>
a { background-color: #D003AC; }
a { background-color: rgb(208,3,172); }
div.DivClassName
{
background-color: #D003AC;
}
.BgClassName
{
background-color: #D003AC;
}
</style>
border-color css
<style>
span { border-color: #D003AC; }
span { border-color: rgb(208,3,172); }
td.TdClassName
{
border-color: #D003AC;
}
.TagClassName
{
border-color: #D003AC;
}
</style>