Shades of Deep Magenta #D007BB
Tints of Deep Magenta #D007BB
RGB
CMYK
RGB Variations
Color information
#D007BB (or 0xD007BB) is known color: Deep Magenta. HEX triplet: D0, 07 and BB. RGB value is (208,7,187). Sum of RGB (Red+Green+Blue) = 208+7+187=402 (53% of max value = 765). Red value is 208 (81.64% from 255 or 51.74% from 402); Green value is 7 (3.12% from 255 or 1.74% from 402); Blue value is 187 (73.44% from 255 or 46.52% from 402); Max value from RGB is 208 - color contains mainly: red. Hex color #D007BB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007BB is #2FF844. Grayscale: #575757. Windows color (decimal): -3143749 or 12257232. OLE color: 12257232.
HSL color Cylindrical-coordinate representation of color #D007BB: hue angle of 306.27º 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 #D007BB is Cyan = 0, Magento = 0.97, Yellow = 0.10 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 187 | - |
| CMYK | 0 | 0.97 | 0.10 | 0.18 |
| HSL | 306.27º | 0.93% | 0.42% | - |
| HSV(B) | 306.27º | 0.97% | 0.82% | - |
| XYZ | 35.06 | 17.15 | 48.48 | - |
| YUV | 87.62 | 184.09 | 213.86 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 187 | 0 | 0.97 | 0.10 | 0.18 | 306.27 | 0.93 | 0.42 |
| Hex | D0 | 7 | BB | 0 | 61 | A | 12 | 132 | 5D | 2A |
| Octal | 320 | 7 | 273 | 0 | 141 | 12 | 22 | 462 | 135 | 52 |
| Binary | 11010000 | 111 | 10111011 | 0 | 1100001 | 1010 | 10010 | 100110010 | 1011101 | 101010 |
Color Harmonies of #D007BB
Complementary color
Monochromatic Colors of #D007BB
Black with #D007BB
Text Example
Text Example
White with #D007BB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007BB; }
p { color: rgb(208,7,187); }
H1.HeaderClassName
{
color: #D007BB;
}
.AnyTagClassName
{
color: #D007BB;
}
</style>
background-color css
<style>
a { background-color: #D007BB; }
a { background-color: rgb(208,7,187); }
div.DivClassName
{
background-color: #D007BB;
}
.BgClassName
{
background-color: #D007BB;
}
</style>
border-color css
<style>
span { border-color: #D007BB; }
span { border-color: rgb(208,7,187); }
td.TdClassName
{
border-color: #D007BB;
}
.TagClassName
{
border-color: #D007BB;
}
</style>