Shades of Deep Magenta #D803B1
Tints of Deep Magenta #D803B1
RGB
CMYK
RGB Variations
Color information
#D803B1 (or 0xD803B1) is known color: Deep Magenta. HEX triplet: D8, 03 and B1. RGB value is (216,3,177). Sum of RGB (Red+Green+Blue) = 216+3+177=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 3 (1.56% from 255 or 0.76% from 396); Blue value is 177 (69.53% from 255 or 44.70% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D803B1 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D803B1 is #27FC4E. Grayscale: #565656. Windows color (decimal): -2620495 or 11600856. OLE color: 11600856.
HSL color Cylindrical-coordinate representation of color #D803B1: hue angle of 310.99º 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 #D803B1 is Cyan = 0, Magento = 0.99, Yellow = 0.18 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 177 | - |
| CMYK | 0 | 0.99 | 0.18 | 0.15 |
| HSL | 310.99º | 0.97% | 0.43% | - |
| HSV(B) | 310.99º | 0.99% | 0.85% | - |
| XYZ | 36.29 | 17.84 | 43.13 | - |
| YUV | 86.52 | 179.07 | 220.35 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 177 | 0 | 0.99 | 0.18 | 0.15 | 310.99 | 0.97 | 0.43 |
| Hex | D8 | 3 | B1 | 0 | 63 | 12 | F | 137 | 61 | 2B |
| Octal | 330 | 3 | 261 | 0 | 143 | 22 | 17 | 467 | 141 | 53 |
| Binary | 11011000 | 11 | 10110001 | 0 | 1100011 | 10010 | 1111 | 100110111 | 1100001 | 101011 |
Color Harmonies of #D803B1
Complementary color
Monochromatic Colors of #D803B1
Black with #D803B1
Text Example
Text Example
White with #D803B1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803B1; }
p { color: rgb(216,3,177); }
H1.HeaderClassName
{
color: #D803B1;
}
.AnyTagClassName
{
color: #D803B1;
}
</style>
background-color css
<style>
a { background-color: #D803B1; }
a { background-color: rgb(216,3,177); }
div.DivClassName
{
background-color: #D803B1;
}
.BgClassName
{
background-color: #D803B1;
}
</style>
border-color css
<style>
span { border-color: #D803B1; }
span { border-color: rgb(216,3,177); }
td.TdClassName
{
border-color: #D803B1;
}
.TagClassName
{
border-color: #D803B1;
}
</style>