Shades of Deep Magenta #D207B7
Tints of Deep Magenta #D207B7
RGB
CMYK
RGB Variations
Color information
#D207B7 (or 0xD207B7) is known color: Deep Magenta. HEX triplet: D2, 07 and B7. RGB value is (210,7,183). Sum of RGB (Red+Green+Blue) = 210+7+183=400 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.5% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 183 (71.88% from 255 or 45.75% from 400); Max value from RGB is 210 - color contains mainly: red. Hex color #D207B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207B7 is #2DF848. Grayscale: #575757. Windows color (decimal): -3012681 or 11995090. OLE color: 11995090.
HSL color Cylindrical-coordinate representation of color #D207B7: hue angle of 307.98º 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 #D207B7 is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.18 |
| HSL | 307.98º | 0.94% | 0.43% | - |
| HSV(B) | 307.98º | 0.97% | 0.82% | - |
| XYZ | 35.2 | 17.27 | 46.28 | - |
| YUV | 87.76 | 181.75 | 215.19 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 183 | 0 | 0.97 | 0.13 | 0.18 | 307.98 | 0.94 | 0.43 |
| Hex | D2 | 7 | B7 | 0 | 61 | D | 12 | 134 | 5E | 2B |
| Octal | 322 | 7 | 267 | 0 | 141 | 15 | 22 | 464 | 136 | 53 |
| Binary | 11010010 | 111 | 10110111 | 0 | 1100001 | 1101 | 10010 | 100110100 | 1011110 | 101011 |
Color Harmonies of #D207B7
Complementary color
Monochromatic Colors of #D207B7
Black with #D207B7
Text Example
Text Example
White with #D207B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207B7; }
p { color: rgb(210,7,183); }
H1.HeaderClassName
{
color: #D207B7;
}
.AnyTagClassName
{
color: #D207B7;
}
</style>
background-color css
<style>
a { background-color: #D207B7; }
a { background-color: rgb(210,7,183); }
div.DivClassName
{
background-color: #D207B7;
}
.BgClassName
{
background-color: #D207B7;
}
</style>
border-color css
<style>
span { border-color: #D207B7; }
span { border-color: rgb(210,7,183); }
td.TdClassName
{
border-color: #D207B7;
}
.TagClassName
{
border-color: #D207B7;
}
</style>