Shades of Deep Magenta #D907B7
Tints of Deep Magenta #D907B7
RGB
CMYK
RGB Variations
Color information
#D907B7 (or 0xD907B7) is known color: Deep Magenta. HEX triplet: D9, 07 and B7. RGB value is (217,7,183). Sum of RGB (Red+Green+Blue) = 217+7+183=407 (53% of max value = 765). Red value is 217 (85.16% from 255 or 53.32% from 407); Green value is 7 (3.12% from 255 or 1.72% from 407); Blue value is 183 (71.88% from 255 or 44.96% from 407); Max value from RGB is 217 - color contains mainly: red. Hex color #D907B7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907B7 is #26F848. Grayscale: #595959. Windows color (decimal): -2553929 or 11995097. OLE color: 11995097.
HSL color Cylindrical-coordinate representation of color #D907B7: hue angle of 309.71º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D907B7 is Cyan = 0, Magento = 0.97, Yellow = 0.16 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 183 | - |
| CMYK | 0 | 0.97 | 0.16 | 0.15 |
| HSL | 309.71º | 0.94% | 0.44% | - |
| HSV(B) | 309.71º | 0.97% | 0.85% | - |
| XYZ | 37.24 | 18.32 | 46.37 | - |
| YUV | 89.85 | 180.57 | 218.69 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 183 | 0 | 0.97 | 0.16 | 0.15 | 309.71 | 0.94 | 0.44 |
| Hex | D9 | 7 | B7 | 0 | 61 | 10 | F | 136 | 5E | 2C |
| Octal | 331 | 7 | 267 | 0 | 141 | 20 | 17 | 466 | 136 | 54 |
| Binary | 11011001 | 111 | 10110111 | 0 | 1100001 | 10000 | 1111 | 100110110 | 1011110 | 101100 |
Color Harmonies of #D907B7
Complementary color
Monochromatic Colors of #D907B7
Black with #D907B7
Text Example
Text Example
White with #D907B7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907B7; }
p { color: rgb(217,7,183); }
H1.HeaderClassName
{
color: #D907B7;
}
.AnyTagClassName
{
color: #D907B7;
}
</style>
background-color css
<style>
a { background-color: #D907B7; }
a { background-color: rgb(217,7,183); }
div.DivClassName
{
background-color: #D907B7;
}
.BgClassName
{
background-color: #D907B7;
}
</style>
border-color css
<style>
span { border-color: #D907B7; }
span { border-color: rgb(217,7,183); }
td.TdClassName
{
border-color: #D907B7;
}
.TagClassName
{
border-color: #D907B7;
}
</style>