Shades of Deep Magenta #D803CC
Tints of Deep Magenta #D803CC
RGB
CMYK
RGB Variations
Color information
#D803CC (or 0xD803CC) is known color: Deep Magenta. HEX triplet: D8, 03 and CC. RGB value is (216,3,204). Sum of RGB (Red+Green+Blue) = 216+3+204=423 (56% of max value = 765). Red value is 216 (84.77% from 255 or 51.06% from 423); Green value is 3 (1.56% from 255 or 0.71% from 423); Blue value is 204 (80.08% from 255 or 48.23% from 423); Max value from RGB is 216 - color contains mainly: red. Hex color #D803CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D803CC is #27FC33. Grayscale: #595959. Windows color (decimal): -2620468 or 13370328. OLE color: 13370328.
HSL color Cylindrical-coordinate representation of color #D803CC: hue angle of 303.38º 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 #D803CC is Cyan = 0, Magento = 0.99, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 3 | 204 | - |
| CMYK | 0 | 0.99 | 0.06 | 0.15 |
| HSL | 303.38º | 0.97% | 0.43% | - |
| HSV(B) | 303.38º | 0.99% | 0.85% | - |
| XYZ | 39.25 | 19.02 | 58.73 | - |
| YUV | 89.6 | 192.57 | 218.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 3 | 204 | 0 | 0.99 | 0.06 | 0.15 | 303.38 | 0.97 | 0.43 |
| Hex | D8 | 3 | CC | 0 | 63 | 6 | F | 12F | 61 | 2B |
| Octal | 330 | 3 | 314 | 0 | 143 | 6 | 17 | 457 | 141 | 53 |
| Binary | 11011000 | 11 | 11001100 | 0 | 1100011 | 110 | 1111 | 100101111 | 1100001 | 101011 |
Color Harmonies of #D803CC
Complementary color
Monochromatic Colors of #D803CC
Black with #D803CC
Text Example
Text Example
White with #D803CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D803CC; }
p { color: rgb(216,3,204); }
H1.HeaderClassName
{
color: #D803CC;
}
.AnyTagClassName
{
color: #D803CC;
}
</style>
background-color css
<style>
a { background-color: #D803CC; }
a { background-color: rgb(216,3,204); }
div.DivClassName
{
background-color: #D803CC;
}
.BgClassName
{
background-color: #D803CC;
}
</style>
border-color css
<style>
span { border-color: #D803CC; }
span { border-color: rgb(216,3,204); }
td.TdClassName
{
border-color: #D803CC;
}
.TagClassName
{
border-color: #D803CC;
}
</style>