Shades of Deep Magenta #D803C5
Tints of Deep Magenta #D803C5
RGB
CMYK
RGB Variations
Color information
#D803C5 (or 0xD803C5) is known color: Deep Magenta. HEX triplet: D8, 03 and C5. RGB value is (216,3,197). Sum of RGB (Red+Green+Blue) = 216+3+197=416 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.92% from 416); Green value is 3 (1.56% from 255 or 0.72% from 416); Blue value is 197 (77.34% from 255 or 47.36% from 416); Max value from RGB is 216 - color contains mainly: red. Hex color #D803C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803C5 is #27FC3A. Grayscale: #585858. Windows color (decimal): -2620475 or 12911576. OLE color: 12911576.
HSL color Cylindrical-coordinate representation of color #D803C5: hue angle of 305.35º 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 #D803C5 is Cyan = 0, Magento = 0.99, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 197 | - |
| CMYK | 0 | 0.99 | 0.09 | 0.15 |
| HSL | 305.35º | 0.97% | 0.43% | - |
| HSV(B) | 305.35º | 0.99% | 0.85% | - |
| XYZ | 38.43 | 18.7 | 54.41 | - |
| YUV | 88.8 | 189.07 | 218.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 197 | 0 | 0.99 | 0.09 | 0.15 | 305.35 | 0.97 | 0.43 |
| Hex | D8 | 3 | C5 | 0 | 63 | 9 | F | 131 | 61 | 2B |
| Octal | 330 | 3 | 305 | 0 | 143 | 11 | 17 | 461 | 141 | 53 |
| Binary | 11011000 | 11 | 11000101 | 0 | 1100011 | 1001 | 1111 | 100110001 | 1100001 | 101011 |
Color Harmonies of #D803C5
Complementary color
Monochromatic Colors of #D803C5
Black with #D803C5
Text Example
Text Example
White with #D803C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803C5; }
p { color: rgb(216,3,197); }
H1.HeaderClassName
{
color: #D803C5;
}
.AnyTagClassName
{
color: #D803C5;
}
</style>
background-color css
<style>
a { background-color: #D803C5; }
a { background-color: rgb(216,3,197); }
div.DivClassName
{
background-color: #D803C5;
}
.BgClassName
{
background-color: #D803C5;
}
</style>
border-color css
<style>
span { border-color: #D803C5; }
span { border-color: rgb(216,3,197); }
td.TdClassName
{
border-color: #D803C5;
}
.TagClassName
{
border-color: #D803C5;
}
</style>