Shades of Deep Magenta #D207C9
Tints of Deep Magenta #D207C9
RGB
CMYK
RGB Variations
Color information
#D207C9 (or 0xD207C9) is known color: Deep Magenta. HEX triplet: D2, 07 and C9. RGB value is (210,7,201). Sum of RGB (Red+Green+Blue) = 210+7+201=418 (55% of max value = 765). Red value is 210 (82.42% from 255 or 50.24% from 418); Green value is 7 (3.12% from 255 or 1.67% from 418); Blue value is 201 (78.91% from 255 or 48.09% from 418); Max value from RGB is 210 - color contains mainly: red. Hex color #D207C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207C9 is #2DF836. Grayscale: #595959. Windows color (decimal): -3012663 or 13174738. OLE color: 13174738.
HSL color Cylindrical-coordinate representation of color #D207C9: hue angle of 302.66º 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 #D207C9 is Cyan = 0, Magento = 0.97, Yellow = 0.04 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 201 | - |
| CMYK | 0 | 0.97 | 0.04 | 0.18 |
| HSL | 302.66º | 0.94% | 0.43% | - |
| HSV(B) | 302.66º | 0.97% | 0.82% | - |
| XYZ | 37.2 | 18.07 | 56.79 | - |
| YUV | 89.81 | 190.75 | 213.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 201 | 0 | 0.97 | 0.04 | 0.18 | 302.66 | 0.94 | 0.43 |
| Hex | D2 | 7 | C9 | 0 | 61 | 4 | 12 | 12F | 5E | 2B |
| Octal | 322 | 7 | 311 | 0 | 141 | 4 | 22 | 457 | 136 | 53 |
| Binary | 11010010 | 111 | 11001001 | 0 | 1100001 | 100 | 10010 | 100101111 | 1011110 | 101011 |
Color Harmonies of #D207C9
Complementary color
Monochromatic Colors of #D207C9
Black with #D207C9
Text Example
Text Example
White with #D207C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207C9; }
p { color: rgb(210,7,201); }
H1.HeaderClassName
{
color: #D207C9;
}
.AnyTagClassName
{
color: #D207C9;
}
</style>
background-color css
<style>
a { background-color: #D207C9; }
a { background-color: rgb(210,7,201); }
div.DivClassName
{
background-color: #D207C9;
}
.BgClassName
{
background-color: #D207C9;
}
</style>
border-color css
<style>
span { border-color: #D207C9; }
span { border-color: rgb(210,7,201); }
td.TdClassName
{
border-color: #D207C9;
}
.TagClassName
{
border-color: #D207C9;
}
</style>