Shades of Deep Magenta #D808BF
Tints of Deep Magenta #D808BF
RGB
CMYK
RGB Variations
Color information
#D808BF (or 0xD808BF) is known color: Deep Magenta. HEX triplet: D8, 08 and BF. RGB value is (216,8,191). Sum of RGB (Red+Green+Blue) = 216+8+191=415 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.05% from 415); Green value is 8 (3.52% from 255 or 1.93% from 415); Blue value is 191 (75% from 255 or 46.02% from 415); Max value from RGB is 216 - color contains mainly: red. Hex color #D808BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D808BF is #27F740. Grayscale: #5A5A5A. Windows color (decimal): -2619201 or 12519640. OLE color: 12519640.
HSL color Cylindrical-coordinate representation of color #D808BF: hue angle of 307.21º degrees, saturation: 0.93, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D808BF is Cyan = 0, Magento = 0.96, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 8 | 191 | - |
| CMYK | 0 | 0.96 | 0.12 | 0.15 |
| HSL | 307.21º | 0.93% | 0.44% | - |
| HSV(B) | 307.21º | 0.96% | 0.85% | - |
| XYZ | 37.81 | 18.53 | 50.87 | - |
| YUV | 91.05 | 184.41 | 217.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 8 | 191 | 0 | 0.96 | 0.12 | 0.15 | 307.21 | 0.93 | 0.44 |
| Hex | D8 | 8 | BF | 0 | 60 | C | F | 133 | 5D | 2C |
| Octal | 330 | 10 | 277 | 0 | 140 | 14 | 17 | 463 | 135 | 54 |
| Binary | 11011000 | 1000 | 10111111 | 0 | 1100000 | 1100 | 1111 | 100110011 | 1011101 | 101100 |
Color Harmonies of #D808BF
Complementary color
Monochromatic Colors of #D808BF
Black with #D808BF
Text Example
Text Example
White with #D808BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D808BF; }
p { color: rgb(216,8,191); }
H1.HeaderClassName
{
color: #D808BF;
}
.AnyTagClassName
{
color: #D808BF;
}
</style>
background-color css
<style>
a { background-color: #D808BF; }
a { background-color: rgb(216,8,191); }
div.DivClassName
{
background-color: #D808BF;
}
.BgClassName
{
background-color: #D808BF;
}
</style>
border-color css
<style>
span { border-color: #D808BF; }
span { border-color: rgb(216,8,191); }
td.TdClassName
{
border-color: #D808BF;
}
.TagClassName
{
border-color: #D808BF;
}
</style>