Shades of Deep Magenta #D907BF
Tints of Deep Magenta #D907BF
RGB
CMYK
RGB Variations
Color information
#D907BF (or 0xD907BF) is known color: Deep Magenta. HEX triplet: D9, 07 and BF. RGB value is (217,7,191). Sum of RGB (Red+Green+Blue) = 217+7+191=415 (54% of max value = 765). Red value is 217 (85.16% from 255 or 52.29% from 415); Green value is 7 (3.12% from 255 or 1.69% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 217 - color contains mainly: red. Hex color #D907BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907BF is #26F840. Grayscale: #5A5A5A. Windows color (decimal): -2553921 or 12519385. OLE color: 12519385.
HSL color Cylindrical-coordinate representation of color #D907BF: hue angle of 307.43º 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 #D907BF is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.43º | 0.94% | 0.44% | - |
| HSV(B) | 307.43º | 0.97% | 0.85% | - |
| XYZ | 38.1 | 18.67 | 50.89 | - |
| YUV | 90.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 191 | 0 | 0.97 | 0.12 | 0.15 | 307.43 | 0.94 | 0.44 |
| Hex | D9 | 7 | BF | 0 | 61 | C | F | 133 | 5E | 2C |
| Octal | 331 | 7 | 277 | 0 | 141 | 14 | 17 | 463 | 136 | 54 |
| Binary | 11011001 | 111 | 10111111 | 0 | 1100001 | 1100 | 1111 | 100110011 | 1011110 | 101100 |
Color Harmonies of #D907BF
Complementary color
Monochromatic Colors of #D907BF
Black with #D907BF
Text Example
Text Example
White with #D907BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907BF; }
p { color: rgb(217,7,191); }
H1.HeaderClassName
{
color: #D907BF;
}
.AnyTagClassName
{
color: #D907BF;
}
</style>
background-color css
<style>
a { background-color: #D907BF; }
a { background-color: rgb(217,7,191); }
div.DivClassName
{
background-color: #D907BF;
}
.BgClassName
{
background-color: #D907BF;
}
</style>
border-color css
<style>
span { border-color: #D907BF; }
span { border-color: rgb(217,7,191); }
td.TdClassName
{
border-color: #D907BF;
}
.TagClassName
{
border-color: #D907BF;
}
</style>