Shades of Deep Magenta #D207BE
Tints of Deep Magenta #D207BE
RGB
CMYK
RGB Variations
Color information
#D207BE (or 0xD207BE) is known color: Deep Magenta. HEX triplet: D2, 07 and BE. RGB value is (210,7,190). Sum of RGB (Red+Green+Blue) = 210+7+190=407 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.60% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 190 (74.61% from 255 or 46.68% from 407); Max value from RGB is 210 - color contains mainly: red. Hex color #D207BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207BE is #2DF841. Grayscale: #585858. Windows color (decimal): -3012674 or 12453842. OLE color: 12453842.
HSL color Cylindrical-coordinate representation of color #D207BE: hue angle of 305.91º 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 #D207BE is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.18 |
| HSL | 305.91º | 0.94% | 0.43% | - |
| HSV(B) | 305.91º | 0.97% | 0.82% | - |
| XYZ | 35.95 | 17.57 | 50.21 | - |
| YUV | 88.56 | 185.25 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 190 | 0 | 0.97 | 0.10 | 0.18 | 305.91 | 0.94 | 0.43 |
| Hex | D2 | 7 | BE | 0 | 61 | A | 12 | 132 | 5E | 2B |
| Octal | 322 | 7 | 276 | 0 | 141 | 12 | 22 | 462 | 136 | 53 |
| Binary | 11010010 | 111 | 10111110 | 0 | 1100001 | 1010 | 10010 | 100110010 | 1011110 | 101011 |
Color Harmonies of #D207BE
Complementary color
Monochromatic Colors of #D207BE
Black with #D207BE
Text Example
Text Example
White with #D207BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207BE; }
p { color: rgb(210,7,190); }
H1.HeaderClassName
{
color: #D207BE;
}
.AnyTagClassName
{
color: #D207BE;
}
</style>
background-color css
<style>
a { background-color: #D207BE; }
a { background-color: rgb(210,7,190); }
div.DivClassName
{
background-color: #D207BE;
}
.BgClassName
{
background-color: #D207BE;
}
</style>
border-color css
<style>
span { border-color: #D207BE; }
span { border-color: rgb(210,7,190); }
td.TdClassName
{
border-color: #D207BE;
}
.TagClassName
{
border-color: #D207BE;
}
</style>