Shades of Deep Magenta #D803C0
Tints of Deep Magenta #D803C0
RGB
CMYK
RGB Variations
Color information
#D803C0 (or 0xD803C0) is known color: Deep Magenta. HEX triplet: D8, 03 and C0. RGB value is (216,3,192). Sum of RGB (Red+Green+Blue) = 216+3+192=411 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.55% from 411); Green value is 3 (1.56% from 255 or 0.73% from 411); Blue value is 192 (75.39% from 255 or 46.72% from 411); Max value from RGB is 216 - color contains mainly: red. Hex color #D803C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803C0 is #27FC3F. Grayscale: #575757. Windows color (decimal): -2620480 or 12583896. OLE color: 12583896.
HSL color Cylindrical-coordinate representation of color #D803C0: hue angle of 306.76º 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 #D803C0 is Cyan = 0, Magento = 0.99, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 192 | - |
| CMYK | 0 | 0.99 | 0.11 | 0.15 |
| HSL | 306.76º | 0.97% | 0.43% | - |
| HSV(B) | 306.76º | 0.99% | 0.85% | - |
| XYZ | 37.87 | 18.47 | 51.44 | - |
| YUV | 88.23 | 186.57 | 219.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 192 | 0 | 0.99 | 0.11 | 0.15 | 306.76 | 0.97 | 0.43 |
| Hex | D8 | 3 | C0 | 0 | 63 | B | F | 133 | 61 | 2B |
| Octal | 330 | 3 | 300 | 0 | 143 | 13 | 17 | 463 | 141 | 53 |
| Binary | 11011000 | 11 | 11000000 | 0 | 1100011 | 1011 | 1111 | 100110011 | 1100001 | 101011 |
Color Harmonies of #D803C0
Complementary color
Monochromatic Colors of #D803C0
Black with #D803C0
Text Example
Text Example
White with #D803C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803C0; }
p { color: rgb(216,3,192); }
H1.HeaderClassName
{
color: #D803C0;
}
.AnyTagClassName
{
color: #D803C0;
}
</style>
background-color css
<style>
a { background-color: #D803C0; }
a { background-color: rgb(216,3,192); }
div.DivClassName
{
background-color: #D803C0;
}
.BgClassName
{
background-color: #D803C0;
}
</style>
border-color css
<style>
span { border-color: #D803C0; }
span { border-color: rgb(216,3,192); }
td.TdClassName
{
border-color: #D803C0;
}
.TagClassName
{
border-color: #D803C0;
}
</style>