Shades of Deep Magenta #D007B9
Tints of Deep Magenta #D007B9
RGB
CMYK
RGB Variations
Color information
#D007B9 (or 0xD007B9) is known color: Deep Magenta. HEX triplet: D0, 07 and B9. RGB value is (208,7,185). Sum of RGB (Red+Green+Blue) = 208+7+185=400 (52% of max value = 765). Red value is 208 (81.64% from 255 or 52% from 400); Green value is 7 (3.12% from 255 or 1.75% from 400); Blue value is 185 (72.66% from 255 or 46.25% from 400); Max value from RGB is 208 - color contains mainly: red. Hex color #D007B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D007B9 is #2FF846. Grayscale: #565656. Windows color (decimal): -3143751 or 12126160. OLE color: 12126160.
HSL color Cylindrical-coordinate representation of color #D007B9: hue angle of 306.87º 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 #D007B9 is Cyan = 0, Magento = 0.97, Yellow = 0.11 and Black (K on CMYK) = 0.18.
Color convert
| RGB | 208 | 7 | 185 | - |
| CMYK | 0 | 0.97 | 0.11 | 0.18 |
| HSL | 306.87º | 0.93% | 0.42% | - |
| HSV(B) | 306.87º | 0.97% | 0.82% | - |
| XYZ | 34.85 | 17.06 | 47.36 | - |
| YUV | 87.39 | 183.09 | 214.03 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 208 | 7 | 185 | 0 | 0.97 | 0.11 | 0.18 | 306.87 | 0.93 | 0.42 |
| Hex | D0 | 7 | B9 | 0 | 61 | B | 12 | 133 | 5D | 2A |
| Octal | 320 | 7 | 271 | 0 | 141 | 13 | 22 | 463 | 135 | 52 |
| Binary | 11010000 | 111 | 10111001 | 0 | 1100001 | 1011 | 10010 | 100110011 | 1011101 | 101010 |
Color Harmonies of #D007B9
Complementary color
Monochromatic Colors of #D007B9
Black with #D007B9
Text Example
Text Example
White with #D007B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D007B9; }
p { color: rgb(208,7,185); }
H1.HeaderClassName
{
color: #D007B9;
}
.AnyTagClassName
{
color: #D007B9;
}
</style>
background-color css
<style>
a { background-color: #D007B9; }
a { background-color: rgb(208,7,185); }
div.DivClassName
{
background-color: #D007B9;
}
.BgClassName
{
background-color: #D007B9;
}
</style>
border-color css
<style>
span { border-color: #D007B9; }
span { border-color: rgb(208,7,185); }
td.TdClassName
{
border-color: #D007B9;
}
.TagClassName
{
border-color: #D007B9;
}
</style>