Shades of Deep Magenta #D207B4
Tints of Deep Magenta #D207B4
RGB
CMYK
RGB Variations
Color information
#D207B4 (or 0xD207B4) is known color: Deep Magenta. HEX triplet: D2, 07 and B4. RGB value is (210,7,180). Sum of RGB (Red+Green+Blue) = 210+7+180=397 (52% of max value = 765). Red value is 210 (82.42% from 255 or 52.90% from 397); Green value is 7 (3.12% from 255 or 1.76% from 397); Blue value is 180 (70.70% from 255 or 45.34% from 397); Max value from RGB is 210 - color contains mainly: red. Hex color #D207B4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D207B4 is #2DF84B. Grayscale: #565656. Windows color (decimal): -3012684 or 11798482. OLE color: 11798482.
HSL color Cylindrical-coordinate representation of color #D207B4: hue angle of 308.87º 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 #D207B4 is Cyan = 0, Magento = 0.97, Yellow = 0.14 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 210 | 7 | 180 | - |
| CMYK | 0 | 0.97 | 0.14 | 0.18 |
| HSL | 308.87º | 0.94% | 0.43% | - |
| HSV(B) | 308.87º | 0.97% | 0.82% | - |
| XYZ | 34.89 | 17.15 | 44.65 | - |
| YUV | 87.42 | 180.25 | 215.43 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 210 | 7 | 180 | 0 | 0.97 | 0.14 | 0.18 | 308.87 | 0.94 | 0.43 |
| Hex | D2 | 7 | B4 | 0 | 61 | E | 12 | 135 | 5E | 2B |
| Octal | 322 | 7 | 264 | 0 | 141 | 16 | 22 | 465 | 136 | 53 |
| Binary | 11010010 | 111 | 10110100 | 0 | 1100001 | 1110 | 10010 | 100110101 | 1011110 | 101011 |
Color Harmonies of #D207B4
Complementary color
Monochromatic Colors of #D207B4
Black with #D207B4
Text Example
Text Example
White with #D207B4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D207B4; }
p { color: rgb(210,7,180); }
H1.HeaderClassName
{
color: #D207B4;
}
.AnyTagClassName
{
color: #D207B4;
}
</style>
background-color css
<style>
a { background-color: #D207B4; }
a { background-color: rgb(210,7,180); }
div.DivClassName
{
background-color: #D207B4;
}
.BgClassName
{
background-color: #D207B4;
}
</style>
border-color css
<style>
span { border-color: #D207B4; }
span { border-color: rgb(210,7,180); }
td.TdClassName
{
border-color: #D207B4;
}
.TagClassName
{
border-color: #D207B4;
}
</style>