Shades of Deep Magenta #D207BD
Tints of Deep Magenta #D207BD
RGB
CMYK
RGB Variations
Color information
#D207BD (or 0xD207BD) is known color: Deep Magenta. HEX triplet: D2, 07 and BD. RGB value is (210,7,189). Sum of RGB (Red+Green+Blue) = 210+7+189=406 (53% of max value = 765). Red value is 210 (82.42% from 255 or 51.72% from 406); Green value is 7 (3.12% from 255 or 1.72% from 406); Blue value is 189 (74.22% from 255 or 46.55% from 406); Max value from RGB is 210 - color contains mainly: red. Hex color #D207BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207BD is #2DF842. Grayscale: #575757. Windows color (decimal): -3012675 or 12388306. OLE color: 12388306.
HSL color Cylindrical-coordinate representation of color #D207BD: hue angle of 306.21º 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 #D207BD is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.18 |
| HSL | 306.21º | 0.94% | 0.43% | - |
| HSV(B) | 306.21º | 0.97% | 0.82% | - |
| XYZ | 35.84 | 17.53 | 49.64 | - |
| YUV | 88.45 | 184.75 | 214.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 189 | 0 | 0.97 | 0.10 | 0.18 | 306.21 | 0.94 | 0.43 |
| Hex | D2 | 7 | BD | 0 | 61 | A | 12 | 132 | 5E | 2B |
| Octal | 322 | 7 | 275 | 0 | 141 | 12 | 22 | 462 | 136 | 53 |
| Binary | 11010010 | 111 | 10111101 | 0 | 1100001 | 1010 | 10010 | 100110010 | 1011110 | 101011 |
Color Harmonies of #D207BD
Complementary color
Monochromatic Colors of #D207BD
Black with #D207BD
Text Example
Text Example
White with #D207BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207BD; }
p { color: rgb(210,7,189); }
H1.HeaderClassName
{
color: #D207BD;
}
.AnyTagClassName
{
color: #D207BD;
}
</style>
background-color css
<style>
a { background-color: #D207BD; }
a { background-color: rgb(210,7,189); }
div.DivClassName
{
background-color: #D207BD;
}
.BgClassName
{
background-color: #D207BD;
}
</style>
border-color css
<style>
span { border-color: #D207BD; }
span { border-color: rgb(210,7,189); }
td.TdClassName
{
border-color: #D207BD;
}
.TagClassName
{
border-color: #D207BD;
}
</style>