Shades of Deep Magenta #D800C5
Tints of Deep Magenta #D800C5
RGB
CMYK
RGB Variations
Color information
#D800C5 (or 0xD800C5) is known color: Deep Magenta. HEX triplet: D8, 00 and C5. RGB value is (216,0,197). Sum of RGB (Red+Green+Blue) = 216+0+197=413 (54% of max value = 765). Red value is 216 (84.77% from 255 or 52.30% from 413); Green value is 0 (0.39% from 255 or 0% from 413); Blue value is 197 (77.34% from 255 or 47.70% from 413); Max value from RGB is 216 - color contains mainly: red. Hex color #D800C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D800C5 is #27FF3A. Grayscale: #565656. Windows color (decimal): -2621243 or 12910808. OLE color: 12910808.
HSL color Cylindrical-coordinate representation of color #D800C5: hue angle of 305.28º 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 #D800C5 is Cyan = 0, Magento = 1, Yellow = 0.09 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 0 | 197 | - |
| CMYK | 0 | 1 | 0.09 | 0.15 |
| HSL | 305.28º | 1% | 0.42% | - |
| HSV(B) | 305.28º | 1% | 0.85% | - |
| XYZ | 38.4 | 18.63 | 54.4 | - |
| YUV | 87.04 | 190.06 | 219.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 0 | 197 | 0 | 1 | 0.09 | 0.15 | 305.28 | 1 | 0.42 |
| Hex | D8 | 0 | C5 | 0 | 64 | 9 | F | 131 | 64 | 2A |
| Octal | 330 | 0 | 305 | 0 | 144 | 11 | 17 | 461 | 144 | 52 |
| Binary | 11011000 | 0 | 11000101 | 0 | 1100100 | 1001 | 1111 | 100110001 | 1100100 | 101010 |
Color Harmonies of #D800C5
Complementary color
Monochromatic Colors of #D800C5
Black with #D800C5
Text Example
Text Example
White with #D800C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D800C5; }
p { color: rgb(216,0,197); }
H1.HeaderClassName
{
color: #D800C5;
}
.AnyTagClassName
{
color: #D800C5;
}
</style>
background-color css
<style>
a { background-color: #D800C5; }
a { background-color: rgb(216,0,197); }
div.DivClassName
{
background-color: #D800C5;
}
.BgClassName
{
background-color: #D800C5;
}
</style>
border-color css
<style>
span { border-color: #D800C5; }
span { border-color: rgb(216,0,197); }
td.TdClassName
{
border-color: #D800C5;
}
.TagClassName
{
border-color: #D800C5;
}
</style>