Shades of Deep Magenta #D800CC
Tints of Deep Magenta #D800CC
RGB
CMYK
RGB Variations
Color information
#D800CC (or 0xD800CC) is known color: Deep Magenta. HEX triplet: D8, 00 and CC. RGB value is (216,0,204). Sum of RGB (Red+Green+Blue) = 216+0+204=420 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.43% from 420); Green value is 0 (0.39% from 255 or 0% from 420); Blue value is 204 (80.08% from 255 or 48.57% from 420); Max value from RGB is 216 - color contains mainly: red. Hex color #D800CC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800CC is #27FF33. Grayscale: #575757. Windows color (decimal): -2621236 or 13369560. OLE color: 13369560.
HSL color Cylindrical-coordinate representation of color #D800CC: hue angle of 303.33º degrees, saturation: 1, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 1%. Process color model (Four color, CMYK) of #D800CC is Cyan = 0, Magento = 1, Yellow = 0.06 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 204 | - |
| CMYK | 0 | 1 | 0.06 | 0.15 |
| HSL | 303.33º | 1% | 0.42% | - |
| HSV(B) | 303.33º | 1% | 0.85% | - |
| XYZ | 39.22 | 18.96 | 58.72 | - |
| YUV | 87.84 | 193.56 | 219.41 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 204 | 0 | 1 | 0.06 | 0.15 | 303.33 | 1 | 0.42 |
| Hex | D8 | 0 | CC | 0 | 64 | 6 | F | 12F | 64 | 2A |
| Octal | 330 | 0 | 314 | 0 | 144 | 6 | 17 | 457 | 144 | 52 |
| Binary | 11011000 | 0 | 11001100 | 0 | 1100100 | 110 | 1111 | 100101111 | 1100100 | 101010 |
Color Harmonies of #D800CC
Complementary color
Monochromatic Colors of #D800CC
Black with #D800CC
Text Example
Text Example
White with #D800CC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800CC; }
p { color: rgb(216,0,204); }
H1.HeaderClassName
{
color: #D800CC;
}
.AnyTagClassName
{
color: #D800CC;
}
</style>
background-color css
<style>
a { background-color: #D800CC; }
a { background-color: rgb(216,0,204); }
div.DivClassName
{
background-color: #D800CC;
}
.BgClassName
{
background-color: #D800CC;
}
</style>
border-color css
<style>
span { border-color: #D800CC; }
span { border-color: rgb(216,0,204); }
td.TdClassName
{
border-color: #D800CC;
}
.TagClassName
{
border-color: #D800CC;
}
</style>