Shades of Deep Magenta #D807BC
Tints of Deep Magenta #D807BC
RGB
CMYK
RGB Variations
Color information
#D807BC (or 0xD807BC) is known color: Deep Magenta. HEX triplet: D8, 07 and BC. RGB value is (216,7,188). Sum of RGB (Red+Green+Blue) = 216+7+188=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 7 (3.12% from 255 or 1.70% from 411); Blue value is 188 (73.83% from 255 or 45.74% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D807BC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807BC is #27F843. Grayscale: #595959. Windows color (decimal): -2619460 or 12322776. OLE color: 12322776.
HSL color Cylindrical-coordinate representation of color #D807BC: hue angle of 308.04º 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 #D807BC is Cyan = 0, Magento = 0.97, Yellow = 0.13 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 188 | - |
| CMYK | 0 | 0.97 | 0.13 | 0.15 |
| HSL | 308.04º | 0.94% | 0.44% | - |
| HSV(B) | 308.04º | 0.97% | 0.85% | - |
| XYZ | 37.47 | 18.38 | 49.15 | - |
| YUV | 90.13 | 183.24 | 217.78 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 188 | 0 | 0.97 | 0.13 | 0.15 | 308.04 | 0.94 | 0.44 |
| Hex | D8 | 7 | BC | 0 | 61 | D | F | 134 | 5E | 2C |
| Octal | 330 | 7 | 274 | 0 | 141 | 15 | 17 | 464 | 136 | 54 |
| Binary | 11011000 | 111 | 10111100 | 0 | 1100001 | 1101 | 1111 | 100110100 | 1011110 | 101100 |
Color Harmonies of #D807BC
Complementary color
Monochromatic Colors of #D807BC
Black with #D807BC
Text Example
Text Example
White with #D807BC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807BC; }
p { color: rgb(216,7,188); }
H1.HeaderClassName
{
color: #D807BC;
}
.AnyTagClassName
{
color: #D807BC;
}
</style>
background-color css
<style>
a { background-color: #D807BC; }
a { background-color: rgb(216,7,188); }
div.DivClassName
{
background-color: #D807BC;
}
.BgClassName
{
background-color: #D807BC;
}
</style>
border-color css
<style>
span { border-color: #D807BC; }
span { border-color: rgb(216,7,188); }
td.TdClassName
{
border-color: #D807BC;
}
.TagClassName
{
border-color: #D807BC;
}
</style>