Shades of Deep Magenta #D807BF
Tints of Deep Magenta #D807BF
RGB
CMYK
RGB Variations
Color information
#D807BF (or 0xD807BF) is known color: Deep Magenta. HEX triplet: D8, 07 and BF. RGB value is (216,7,191). Sum of RGB (Red+Green+Blue) = 216+7+191=414 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.17% from 414); Green value is 7 (3.12% from 255 or 1.69% from 414); Blue value is 191 (75% from 255 or 46.14% from 414); Max value from RGB is 216 - color contains mainly: red. Hex color #D807BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807BF is #27F840. Grayscale: #595959. Windows color (decimal): -2619457 or 12519384. OLE color: 12519384.
HSL color Cylindrical-coordinate representation of color #D807BF: hue angle of 307.18º 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 #D807BF is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 191 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.18º | 0.94% | 0.44% | - |
| HSV(B) | 307.18º | 0.97% | 0.85% | - |
| XYZ | 37.8 | 18.51 | 50.87 | - |
| YUV | 90.47 | 184.74 | 217.54 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 191 | 0 | 0.97 | 0.12 | 0.15 | 307.18 | 0.94 | 0.44 |
| Hex | D8 | 7 | BF | 0 | 61 | C | F | 133 | 5E | 2C |
| Octal | 330 | 7 | 277 | 0 | 141 | 14 | 17 | 463 | 136 | 54 |
| Binary | 11011000 | 111 | 10111111 | 0 | 1100001 | 1100 | 1111 | 100110011 | 1011110 | 101100 |
Color Harmonies of #D807BF
Complementary color
Monochromatic Colors of #D807BF
Black with #D807BF
Text Example
Text Example
White with #D807BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807BF; }
p { color: rgb(216,7,191); }
H1.HeaderClassName
{
color: #D807BF;
}
.AnyTagClassName
{
color: #D807BF;
}
</style>
background-color css
<style>
a { background-color: #D807BF; }
a { background-color: rgb(216,7,191); }
div.DivClassName
{
background-color: #D807BF;
}
.BgClassName
{
background-color: #D807BF;
}
</style>
border-color css
<style>
span { border-color: #D807BF; }
span { border-color: rgb(216,7,191); }
td.TdClassName
{
border-color: #D807BF;
}
.TagClassName
{
border-color: #D807BF;
}
</style>