Shades of Deep Magenta #D800C0
Tints of Deep Magenta #D800C0
RGB
CMYK
RGB Variations
Color information
#D800C0 (or 0xD800C0) is known color: Deep Magenta. HEX triplet: D8, 00 and C0. RGB value is (216,0,192). Sum of RGB (Red+Green+Blue) = 216+0+192=408 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.94% from 408); Green value is 0 (0.39% from 255 or 0% from 408); Blue value is 192 (75.39% from 255 or 47.06% from 408); Max value from RGB is 216 - color contains mainly: red. Hex color #D800C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800C0 is #27FF3F. Grayscale: #555555. Windows color (decimal): -2621248 or 12583128. OLE color: 12583128.
HSL color Cylindrical-coordinate representation of color #D800C0: hue angle of 306.67º 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 #D800C0 is Cyan = 0, Magento = 1, Yellow = 0.11 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 192 | - |
| CMYK | 0 | 1 | 0.11 | 0.15 |
| HSL | 306.67º | 1% | 0.42% | - |
| HSV(B) | 306.67º | 1% | 0.85% | - |
| XYZ | 37.83 | 18.4 | 51.43 | - |
| YUV | 86.47 | 187.56 | 220.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 192 | 0 | 1 | 0.11 | 0.15 | 306.67 | 1 | 0.42 |
| Hex | D8 | 0 | C0 | 0 | 64 | B | F | 133 | 64 | 2A |
| Octal | 330 | 0 | 300 | 0 | 144 | 13 | 17 | 463 | 144 | 52 |
| Binary | 11011000 | 0 | 11000000 | 0 | 1100100 | 1011 | 1111 | 100110011 | 1100100 | 101010 |
Color Harmonies of #D800C0
Complementary color
Monochromatic Colors of #D800C0
Black with #D800C0
Text Example
Text Example
White with #D800C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800C0; }
p { color: rgb(216,0,192); }
H1.HeaderClassName
{
color: #D800C0;
}
.AnyTagClassName
{
color: #D800C0;
}
</style>
background-color css
<style>
a { background-color: #D800C0; }
a { background-color: rgb(216,0,192); }
div.DivClassName
{
background-color: #D800C0;
}
.BgClassName
{
background-color: #D800C0;
}
</style>
border-color css
<style>
span { border-color: #D800C0; }
span { border-color: rgb(216,0,192); }
td.TdClassName
{
border-color: #D800C0;
}
.TagClassName
{
border-color: #D800C0;
}
</style>