Shades of Deep Magenta #D007AC
Tints of Deep Magenta #D007AC
RGB
CMYK
RGB Variations
Color information
#D007AC (or 0xD007AC) is known color: Deep Magenta. HEX triplet: D0, 07 and AC. RGB value is (208,7,172). Sum of RGB (Red+Green+Blue) = 208+7+172=387 (51% of max value = 765). Red value is 208 (81.64% from 255 or 53.75% from 387); Green value is 7 (3.12% from 255 or 1.81% from 387); Blue value is 172 (67.58% from 255 or 44.44% from 387); Max value from RGB is 208 - color contains mainly: red. Hex color #D007AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D007AC is #2FF853. Grayscale: #555555. Windows color (decimal): -3143764 or 11274192. OLE color: 11274192.
HSL color Cylindrical-coordinate representation of color #D007AC: hue angle of 310.75º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007AC is Cyan = 0, Magento = 0.97, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 172 | - |
| CMYK | 0 | 0.97 | 0.17 | 0.18 |
| HSL | 310.75º | 0.93% | 0.42% | - |
| HSV(B) | 310.75º | 0.97% | 0.82% | - |
| XYZ | 33.53 | 16.54 | 40.45 | - |
| YUV | 85.91 | 176.59 | 215.08 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 172 | 0 | 0.97 | 0.17 | 0.18 | 310.75 | 0.93 | 0.42 |
| Hex | D0 | 7 | AC | 0 | 61 | 11 | 12 | 137 | 5D | 2A |
| Octal | 320 | 7 | 254 | 0 | 141 | 21 | 22 | 467 | 135 | 52 |
| Binary | 11010000 | 111 | 10101100 | 0 | 1100001 | 10001 | 10010 | 100110111 | 1011101 | 101010 |
Color Harmonies of #D007AC
Complementary color
Monochromatic Colors of #D007AC
Black with #D007AC
Text Example
Text Example
White with #D007AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007AC; }
p { color: rgb(208,7,172); }
H1.HeaderClassName
{
color: #D007AC;
}
.AnyTagClassName
{
color: #D007AC;
}
</style>
background-color css
<style>
a { background-color: #D007AC; }
a { background-color: rgb(208,7,172); }
div.DivClassName
{
background-color: #D007AC;
}
.BgClassName
{
background-color: #D007AC;
}
</style>
border-color css
<style>
span { border-color: #D007AC; }
span { border-color: rgb(208,7,172); }
td.TdClassName
{
border-color: #D007AC;
}
.TagClassName
{
border-color: #D007AC;
}
</style>