Shades of Deep Magenta #D00DAC
Tints of Deep Magenta #D00DAC
RGB
CMYK
RGB Variations
Color information
#D00DAC (or 0xD00DAC) is known color: Deep Magenta. HEX triplet: D0, 0D and AC. RGB value is (208,13,172). Sum of RGB (Red+Green+Blue) = 208+13+172=393 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52.93% from 393); Green value is 13 (5.47% from 255 or 3.31% from 393); Blue value is 172 (67.58% from 255 or 43.77% from 393); Max value from RGB is 208 - color contains mainly: red. Hex color #D00DAC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D00DAC is #2FF253. Grayscale: #585858. Windows color (decimal): -3142228 or 11275728. OLE color: 11275728.
HSL color Cylindrical-coordinate representation of color #D00DAC: hue angle of 311.08º degrees, saturation: 0.88, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D00DAC is Cyan = 0, Magento = 0.94, Yellow = 0.17 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 13 | 172 | - |
| CMYK | 0 | 0.94 | 0.17 | 0.18 |
| HSL | 311.08º | 0.88% | 0.43% | - |
| HSV(B) | 311.08º | 0.94% | 0.82% | - |
| XYZ | 33.6 | 16.68 | 40.48 | - |
| YUV | 89.43 | 174.6 | 212.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 13 | 172 | 0 | 0.94 | 0.17 | 0.18 | 311.08 | 0.88 | 0.43 |
| Hex | D0 | D | AC | 0 | 5E | 11 | 12 | 137 | 58 | 2B |
| Octal | 320 | 15 | 254 | 0 | 136 | 21 | 22 | 467 | 130 | 53 |
| Binary | 11010000 | 1101 | 10101100 | 0 | 1011110 | 10001 | 10010 | 100110111 | 1011000 | 101011 |
Color Harmonies of #D00DAC
Complementary color
Monochromatic Colors of #D00DAC
Black with #D00DAC
Text Example
Text Example
White with #D00DAC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D00DAC; }
p { color: rgb(208,13,172); }
H1.HeaderClassName
{
color: #D00DAC;
}
.AnyTagClassName
{
color: #D00DAC;
}
</style>
background-color css
<style>
a { background-color: #D00DAC; }
a { background-color: rgb(208,13,172); }
div.DivClassName
{
background-color: #D00DAC;
}
.BgClassName
{
background-color: #D00DAC;
}
</style>
border-color css
<style>
span { border-color: #D00DAC; }
span { border-color: rgb(208,13,172); }
td.TdClassName
{
border-color: #D00DAC;
}
.TagClassName
{
border-color: #D00DAC;
}
</style>