Shades of Deep Magenta #D805BF
Tints of Deep Magenta #D805BF
RGB
CMYK
RGB Variations
Color information
#D805BF (or 0xD805BF) is known color: Deep Magenta. HEX triplet: D8, 05 and BF. RGB value is (216,5,191). Sum of RGB (Red+Green+Blue) = 216+5+191=412 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.43% from 412); Green value is 5 (2.34% from 255 or 1.21% from 412); Blue value is 191 (75% from 255 or 46.36% from 412); Max value from RGB is 216 - color contains mainly: red. Hex color #D805BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D805BF is #27FA40. Grayscale: #585858. Windows color (decimal): -2619969 or 12518872. OLE color: 12518872.
HSL color Cylindrical-coordinate representation of color #D805BF: hue angle of 307.11º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D805BF is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 5 | 191 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.15 |
| HSL | 307.11º | 0.95% | 0.43% | - |
| HSV(B) | 307.11º | 0.98% | 0.85% | - |
| XYZ | 37.78 | 18.47 | 50.86 | - |
| YUV | 89.29 | 185.4 | 218.38 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 5 | 191 | 0 | 0.98 | 0.12 | 0.15 | 307.11 | 0.95 | 0.43 |
| Hex | D8 | 5 | BF | 0 | 62 | C | F | 133 | 5F | 2B |
| Octal | 330 | 5 | 277 | 0 | 142 | 14 | 17 | 463 | 137 | 53 |
| Binary | 11011000 | 101 | 10111111 | 0 | 1100010 | 1100 | 1111 | 100110011 | 1011111 | 101011 |
Color Harmonies of #D805BF
Complementary color
Monochromatic Colors of #D805BF
Black with #D805BF
Text Example
Text Example
White with #D805BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D805BF; }
p { color: rgb(216,5,191); }
H1.HeaderClassName
{
color: #D805BF;
}
.AnyTagClassName
{
color: #D805BF;
}
</style>
background-color css
<style>
a { background-color: #D805BF; }
a { background-color: rgb(216,5,191); }
div.DivClassName
{
background-color: #D805BF;
}
.BgClassName
{
background-color: #D805BF;
}
</style>
border-color css
<style>
span { border-color: #D805BF; }
span { border-color: rgb(216,5,191); }
td.TdClassName
{
border-color: #D805BF;
}
.TagClassName
{
border-color: #D805BF;
}
</style>