Shades of Deep Magenta #D007BA
Tints of Deep Magenta #D007BA
RGB
CMYK
RGB Variations
Color information
#D007BA (or 0xD007BA) is known color: Deep Magenta. HEX triplet: D0, 07 and BA. RGB value is (208,7,186). Sum of RGB (Red+Green+Blue) = 208+7+186=401 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.87% from 401); Green value is 7 (3.12% from 255 or 1.75% from 401); Blue value is 186 (73.05% from 255 or 46.38% from 401); Max value from RGB is 208 - color contains mainly: red. Hex color #D007BA is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007BA is #2FF845. Grayscale: #565656. Windows color (decimal): -3143750 or 12191696. OLE color: 12191696.
HSL color Cylindrical-coordinate representation of color #D007BA: hue angle of 306.57º degrees, saturation: 0.93, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D007BA is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 186 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.18 |
| HSL | 306.57º | 0.93% | 0.42% | - |
| HSV(B) | 306.57º | 0.97% | 0.82% | - |
| XYZ | 34.95 | 17.11 | 47.91 | - |
| YUV | 87.51 | 183.59 | 213.95 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 186 | 0 | 0.97 | 0.11 | 0.18 | 306.57 | 0.93 | 0.42 |
| Hex | D0 | 7 | BA | 0 | 61 | B | 12 | 133 | 5D | 2A |
| Octal | 320 | 7 | 272 | 0 | 141 | 13 | 22 | 463 | 135 | 52 |
| Binary | 11010000 | 111 | 10111010 | 0 | 1100001 | 1011 | 10010 | 100110011 | 1011101 | 101010 |
Color Harmonies of #D007BA
Complementary color
Monochromatic Colors of #D007BA
Black with #D007BA
Text Example
Text Example
White with #D007BA
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007BA; }
p { color: rgb(208,7,186); }
H1.HeaderClassName
{
color: #D007BA;
}
.AnyTagClassName
{
color: #D007BA;
}
</style>
background-color css
<style>
a { background-color: #D007BA; }
a { background-color: rgb(208,7,186); }
div.DivClassName
{
background-color: #D007BA;
}
.BgClassName
{
background-color: #D007BA;
}
</style>
border-color css
<style>
span { border-color: #D007BA; }
span { border-color: rgb(208,7,186); }
td.TdClassName
{
border-color: #D007BA;
}
.TagClassName
{
border-color: #D007BA;
}
</style>