Shades of Deep Magenta #D807BD
Tints of Deep Magenta #D807BD
RGB
CMYK
RGB Variations
Color information
#D807BD (or 0xD807BD) is known color: Deep Magenta. HEX triplet: D8, 07 and BD. RGB value is (216,7,189). Sum of RGB (Red+Green+Blue) = 216+7+189=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 7 (3.12% from 255 or 1.70% from 412); Blue value is 189 (74.22% from 255 or 45.87% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D807BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807BD is #27F842. Grayscale: #595959. Windows color (decimal): -2619459 or 12388312. OLE color: 12388312.
HSL color Cylindrical-coordinate representation of color #D807BD: hue angle of 307.75º 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 #D807BD is Cyan = 0, Magento = 0.97, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 189 | - |
| CMYK | 0 | 0.97 | 0.12 | 0.15 |
| HSL | 307.75º | 0.94% | 0.44% | - |
| HSV(B) | 307.75º | 0.97% | 0.85% | - |
| XYZ | 37.58 | 18.43 | 49.72 | - |
| YUV | 90.24 | 183.74 | 217.7 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 189 | 0 | 0.97 | 0.12 | 0.15 | 307.75 | 0.94 | 0.44 |
| Hex | D8 | 7 | BD | 0 | 61 | C | F | 134 | 5E | 2C |
| Octal | 330 | 7 | 275 | 0 | 141 | 14 | 17 | 464 | 136 | 54 |
| Binary | 11011000 | 111 | 10111101 | 0 | 1100001 | 1100 | 1111 | 100110100 | 1011110 | 101100 |
Color Harmonies of #D807BD
Complementary color
Monochromatic Colors of #D807BD
Black with #D807BD
Text Example
Text Example
White with #D807BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807BD; }
p { color: rgb(216,7,189); }
H1.HeaderClassName
{
color: #D807BD;
}
.AnyTagClassName
{
color: #D807BD;
}
</style>
background-color css
<style>
a { background-color: #D807BD; }
a { background-color: rgb(216,7,189); }
div.DivClassName
{
background-color: #D807BD;
}
.BgClassName
{
background-color: #D807BD;
}
</style>
border-color css
<style>
span { border-color: #D807BD; }
span { border-color: rgb(216,7,189); }
td.TdClassName
{
border-color: #D807BD;
}
.TagClassName
{
border-color: #D807BD;
}
</style>