Shades of Deep Magenta #D807BE
Tints of Deep Magenta #D807BE
RGB
CMYK
RGB Variations
Color information
#D807BE (or 0xD807BE) is known color: Deep Magenta. HEX triplet: D8, 07 and BE. RGB value is (216,7,190). Sum of RGB (Red+Green+Blue) = 216+7+190=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 7 (3.12% from 255 or 1.69% from 413); Blue value is 190 (74.61% from 255 or 46.00% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D807BE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807BE is #27F841. Grayscale: #595959. Windows color (decimal): -2619458 or 12453848. OLE color: 12453848.
HSL color Cylindrical-coordinate representation of color #D807BE: hue angle of 307.46º 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 #D807BE is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 190 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.46º | 0.94% | 0.44% | - |
| HSV(B) | 307.46º | 0.97% | 0.85% | - |
| XYZ | 37.69 | 18.47 | 50.29 | - |
| YUV | 90.35 | 184.24 | 217.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 190 | 0 | 0.97 | 0.12 | 0.15 | 307.46 | 0.94 | 0.44 |
| Hex | D8 | 7 | BE | 0 | 61 | C | F | 133 | 5E | 2C |
| Octal | 330 | 7 | 276 | 0 | 141 | 14 | 17 | 463 | 136 | 54 |
| Binary | 11011000 | 111 | 10111110 | 0 | 1100001 | 1100 | 1111 | 100110011 | 1011110 | 101100 |
Color Harmonies of #D807BE
Complementary color
Monochromatic Colors of #D807BE
Black with #D807BE
Text Example
Text Example
White with #D807BE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807BE; }
p { color: rgb(216,7,190); }
H1.HeaderClassName
{
color: #D807BE;
}
.AnyTagClassName
{
color: #D807BE;
}
</style>
background-color css
<style>
a { background-color: #D807BE; }
a { background-color: rgb(216,7,190); }
div.DivClassName
{
background-color: #D807BE;
}
.BgClassName
{
background-color: #D807BE;
}
</style>
border-color css
<style>
span { border-color: #D807BE; }
span { border-color: rgb(216,7,190); }
td.TdClassName
{
border-color: #D807BE;
}
.TagClassName
{
border-color: #D807BE;
}
</style>