Shades of Deep Magenta #D803BF
Tints of Deep Magenta #D803BF
RGB
CMYK
RGB Variations
Color information
#D803BF (or 0xD803BF) is known color: Deep Magenta. HEX triplet: D8, 03 and BF. RGB value is (216,3,191). Sum of RGB (Red+Green+Blue) = 216+3+191=410 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.68% from 410); Green value is 3 (1.56% from 255 or 0.73% from 410); Blue value is 191 (75% from 255 or 46.59% from 410); Max value from RGB is 216 - color contains mainly: red. Hex color #D803BF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803BF is #27FC40. Grayscale: #575757. Windows color (decimal): -2620481 or 12518360. OLE color: 12518360.
HSL color Cylindrical-coordinate representation of color #D803BF: hue angle of 307.04º degrees, saturation: 0.97, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.99%. Process color model (Four color, CMYK) of #D803BF is Cyan = 0, Magento = 0.99, Yellow = 0.12 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 191 | - |
| CMYK | 0 | 0.99 | 0.12 | 0.15 |
| HSL | 307.04º | 0.97% | 0.43% | - |
| HSV(B) | 307.04º | 0.99% | 0.85% | - |
| XYZ | 37.76 | 18.43 | 50.86 | - |
| YUV | 88.12 | 186.07 | 219.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 191 | 0 | 0.99 | 0.12 | 0.15 | 307.04 | 0.97 | 0.43 |
| Hex | D8 | 3 | BF | 0 | 63 | C | F | 133 | 61 | 2B |
| Octal | 330 | 3 | 277 | 0 | 143 | 14 | 17 | 463 | 141 | 53 |
| Binary | 11011000 | 11 | 10111111 | 0 | 1100011 | 1100 | 1111 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D803BF
Complementary color
Monochromatic Colors of #D803BF
Black with #D803BF
Text Example
Text Example
White with #D803BF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803BF; }
p { color: rgb(216,3,191); }
H1.HeaderClassName
{
color: #D803BF;
}
.AnyTagClassName
{
color: #D803BF;
}
</style>
background-color css
<style>
a { background-color: #D803BF; }
a { background-color: rgb(216,3,191); }
div.DivClassName
{
background-color: #D803BF;
}
.BgClassName
{
background-color: #D803BF;
}
</style>
border-color css
<style>
span { border-color: #D803BF; }
span { border-color: rgb(216,3,191); }
td.TdClassName
{
border-color: #D803BF;
}
.TagClassName
{
border-color: #D803BF;
}
</style>