Shades of Deep Magenta #D907B9
Tints of Deep Magenta #D907B9
RGB
CMYK
RGB Variations
Color information
#D907B9 (or 0xD907B9) is known color: Deep Magenta. HEX triplet: D9, 07 and B9. RGB value is (217,7,185). Sum of RGB (Red+Green+Blue) = 217+7+185=409 (54% of max value = 765). Red value is 217 (85.16% from 255 or 53.06% from 409); Green value is 7 (3.12% from 255 or 1.71% from 409); Blue value is 185 (72.66% from 255 or 45.23% from 409); Max value from RGB is 217 - color contains mainly: red. Hex color #D907B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907B9 is #26F846. Grayscale: #595959. Windows color (decimal): -2553927 or 12126169. OLE color: 12126169.
HSL color Cylindrical-coordinate representation of color #D907B9: hue angle of 309.14º 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 #D907B9 is Cyan = 0, Magento = 0.97, Yellow = 0.15 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 185 | - |
| CMYK | 0 | 0.97 | 0.15 | 0.15 |
| HSL | 309.14º | 0.94% | 0.44% | - |
| HSV(B) | 309.14º | 0.97% | 0.85% | - |
| XYZ | 37.45 | 18.41 | 47.48 | - |
| YUV | 90.08 | 181.57 | 218.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 185 | 0 | 0.97 | 0.15 | 0.15 | 309.14 | 0.94 | 0.44 |
| Hex | D9 | 7 | B9 | 0 | 61 | F | F | 135 | 5E | 2C |
| Octal | 331 | 7 | 271 | 0 | 141 | 17 | 17 | 465 | 136 | 54 |
| Binary | 11011001 | 111 | 10111001 | 0 | 1100001 | 1111 | 1111 | 100110101 | 1011110 | 101100 |
Color Harmonies of #D907B9
Complementary color
Monochromatic Colors of #D907B9
Black with #D907B9
Text Example
Text Example
White with #D907B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907B9; }
p { color: rgb(217,7,185); }
H1.HeaderClassName
{
color: #D907B9;
}
.AnyTagClassName
{
color: #D907B9;
}
</style>
background-color css
<style>
a { background-color: #D907B9; }
a { background-color: rgb(217,7,185); }
div.DivClassName
{
background-color: #D907B9;
}
.BgClassName
{
background-color: #D907B9;
}
</style>
border-color css
<style>
span { border-color: #D907B9; }
span { border-color: rgb(217,7,185); }
td.TdClassName
{
border-color: #D907B9;
}
.TagClassName
{
border-color: #D907B9;
}
</style>