Shades of Deep Magenta #D200AC
Tints of Deep Magenta #D200AC
RGB
CMYK
RGB Variations
Color information
#D200AC (or 0xD200AC) is known color: Deep Magenta. HEX triplet: D2, 00 and AC. RGB value is (210,0,172). Sum of RGB (Red+Green+Blue) = 210+0+172=382 (50% of max value = 765). Red value is 210 (82.42% from 255 or 54.97% from 382); Green value is 0 (0.39% from 255 or 0% from 382); Blue value is 172 (67.58% from 255 or 45.03% from 382); Max value from RGB is 210 - color contains mainly: red. Hex color #D200AC is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D200AC is #2DFF53. Grayscale: #515151. Windows color (decimal): -3014484 or 11272402. OLE color: 11272402.
HSL color Cylindrical-coordinate representation of color #D200AC: hue angle of 310.86º degrees, saturation: 1, lightness: 0.41%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D200AC is Cyan = 0, Magento = 1, Yellow = 0.18 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 0 | 172 | - |
| CMYK | 0 | 1 | 0.18 | 0.18 |
| HSL | 310.86º | 1% | 0.41% | - |
| HSV(B) | 310.86º | 1% | 0.82% | - |
| XYZ | 34.02 | 16.68 | 40.46 | - |
| YUV | 82.4 | 178.57 | 219.01 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 0 | 172 | 0 | 1 | 0.18 | 0.18 | 310.86 | 1 | 0.41 |
| Hex | D2 | 0 | AC | 0 | 64 | 12 | 12 | 137 | 64 | 29 |
| Octal | 322 | 0 | 254 | 0 | 144 | 22 | 22 | 467 | 144 | 51 |
| Binary | 11010010 | 0 | 10101100 | 0 | 1100100 | 10010 | 10010 | 100110111 | 1100100 | 101001 |
Color Harmonies of #D200AC
Complementary color
Monochromatic Colors of #D200AC
Black with #D200AC
Text Example
Text Example
White with #D200AC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D200AC; }
p { color: rgb(210,0,172); }
H1.HeaderClassName
{
color: #D200AC;
}
.AnyTagClassName
{
color: #D200AC;
}
</style>
background-color css
<style>
a { background-color: #D200AC; }
a { background-color: rgb(210,0,172); }
div.DivClassName
{
background-color: #D200AC;
}
.BgClassName
{
background-color: #D200AC;
}
</style>
border-color css
<style>
span { border-color: #D200AC; }
span { border-color: rgb(210,0,172); }
td.TdClassName
{
border-color: #D200AC;
}
.TagClassName
{
border-color: #D200AC;
}
</style>