Shades of Deep Magenta #D207CF
Tints of Deep Magenta #D207CF
RGB
CMYK
RGB Variations
Color information
#D207CF (or 0xD207CF) is known color: Deep Magenta. HEX triplet: D2, 07 and CF. RGB value is (210,7,207). Sum of RGB (Red+Green+Blue) = 210+7+207=424 (56% of max value = 765). Red value is 210 (82.42% from 255 or 49.53% from 424); Green value is 7 (3.12% from 255 or 1.65% from 424); Blue value is 207 (81.25% from 255 or 48.82% from 424); Max value from RGB is 210 - color contains mainly: red. Hex color #D207CF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207CF is #2DF830. Grayscale: #595959. Windows color (decimal): -3012657 or 13567954. OLE color: 13567954.
HSL color Cylindrical-coordinate representation of color #D207CF: hue angle of 300.89º 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 #D207CF is Cyan = 0, Magento = 0.97, Yellow = 0.01 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 207 | - |
| CMYK | 0 | 0.97 | 0.01 | 0.18 |
| HSL | 300.89º | 0.94% | 0.43% | - |
| HSV(B) | 300.89º | 0.97% | 0.82% | - |
| XYZ | 37.92 | 18.36 | 60.58 | - |
| YUV | 90.5 | 193.75 | 213.24 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 207 | 0 | 0.97 | 0.01 | 0.18 | 300.89 | 0.94 | 0.43 |
| Hex | D2 | 7 | CF | 0 | 61 | 1 | 12 | 12D | 5E | 2B |
| Octal | 322 | 7 | 317 | 0 | 141 | 1 | 22 | 455 | 136 | 53 |
| Binary | 11010010 | 111 | 11001111 | 0 | 1100001 | 1 | 10010 | 100101101 | 1011110 | 101011 |
Color Harmonies of #D207CF
Complementary color
Monochromatic Colors of #D207CF
Black with #D207CF
Text Example
Text Example
White with #D207CF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207CF; }
p { color: rgb(210,7,207); }
H1.HeaderClassName
{
color: #D207CF;
}
.AnyTagClassName
{
color: #D207CF;
}
</style>
background-color css
<style>
a { background-color: #D207CF; }
a { background-color: rgb(210,7,207); }
div.DivClassName
{
background-color: #D207CF;
}
.BgClassName
{
background-color: #D207CF;
}
</style>
border-color css
<style>
span { border-color: #D207CF; }
span { border-color: rgb(210,7,207); }
td.TdClassName
{
border-color: #D207CF;
}
.TagClassName
{
border-color: #D207CF;
}
</style>