Shades of Deep Magenta #D207AB
Tints of Deep Magenta #D207AB
RGB
CMYK
RGB Variations
Color information
#D207AB (or 0xD207AB) is known color: Deep Magenta. HEX triplet: D2, 07 and AB. RGB value is (210,7,171). Sum of RGB (Red+Green+Blue) = 210+7+171=388 (51% of max value = 765). Red value is 210 (82.42% from 255 or 54.12% from 388); Green value is 7 (3.12% from 255 or 1.80% from 388); Blue value is 171 (67.19% from 255 or 44.07% from 388); Max value from RGB is 210 - color contains mainly: red. Hex color #D207AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D207AB is #2DF854. Grayscale: #555555. Windows color (decimal): -3012693 or 11208658. OLE color: 11208658.
HSL color Cylindrical-coordinate representation of color #D207AB: hue angle of 311.53º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D207AB is Cyan = 0, Magento = 0.97, Yellow = 0.19 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 171 | - |
| CMYK | 0 | 0.97 | 0.19 | 0.18 |
| HSL | 311.53º | 0.94% | 0.43% | - |
| HSV(B) | 311.53º | 0.97% | 0.82% | - |
| XYZ | 34.01 | 16.79 | 39.98 | - |
| YUV | 86.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 171 | 0 | 0.97 | 0.19 | 0.18 | 311.53 | 0.94 | 0.43 |
| Hex | D2 | 7 | AB | 0 | 61 | 13 | 12 | 138 | 5E | 2B |
| Octal | 322 | 7 | 253 | 0 | 141 | 23 | 22 | 470 | 136 | 53 |
| Binary | 11010010 | 111 | 10101011 | 0 | 1100001 | 10011 | 10010 | 100111000 | 1011110 | 101011 |
Color Harmonies of #D207AB
Complementary color
Monochromatic Colors of #D207AB
Black with #D207AB
Text Example
Text Example
White with #D207AB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207AB; }
p { color: rgb(210,7,171); }
H1.HeaderClassName
{
color: #D207AB;
}
.AnyTagClassName
{
color: #D207AB;
}
</style>
background-color css
<style>
a { background-color: #D207AB; }
a { background-color: rgb(210,7,171); }
div.DivClassName
{
background-color: #D207AB;
}
.BgClassName
{
background-color: #D207AB;
}
</style>
border-color css
<style>
span { border-color: #D207AB; }
span { border-color: rgb(210,7,171); }
td.TdClassName
{
border-color: #D207AB;
}
.TagClassName
{
border-color: #D207AB;
}
</style>