Shades of Deep Magenta #D807C7
Tints of Deep Magenta #D807C7
RGB
CMYK
RGB Variations
Color information
#D807C7 (or 0xD807C7) is known color: Deep Magenta. HEX triplet: D8, 07 and C7. RGB value is (216,7,199). Sum of RGB (Red+Green+Blue) = 216+7+199=422 (55% of max value = 765). Red value is 216 (84.77% from 255 or 51.18% from 422); Green value is 7 (3.12% from 255 or 1.66% from 422); Blue value is 199 (78.12% from 255 or 47.16% from 422); Max value from RGB is 216 - color contains mainly: red. Hex color #D807C7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807C7 is #27F838. Grayscale: #5A5A5A. Windows color (decimal): -2619449 or 13043672. OLE color: 13043672.
HSL color Cylindrical-coordinate representation of color #D807C7: hue angle of 304.88º degrees, saturation: 0.94, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807C7 is Cyan = 0, Magento = 0.97, Yellow = 0.08 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 199 | - |
| CMYK | 0 | 0.97 | 0.08 | 0.15 |
| HSL | 304.88º | 0.94% | 0.44% | - |
| HSV(B) | 304.88º | 0.97% | 0.85% | - |
| XYZ | 38.7 | 18.87 | 55.64 | - |
| YUV | 91.38 | 188.74 | 216.89 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 199 | 0 | 0.97 | 0.08 | 0.15 | 304.88 | 0.94 | 0.44 |
| Hex | D8 | 7 | C7 | 0 | 61 | 8 | F | 131 | 5E | 2C |
| Octal | 330 | 7 | 307 | 0 | 141 | 10 | 17 | 461 | 136 | 54 |
| Binary | 11011000 | 111 | 11000111 | 0 | 1100001 | 1000 | 1111 | 100110001 | 1011110 | 101100 |
Color Harmonies of #D807C7
Complementary color
Monochromatic Colors of #D807C7
Black with #D807C7
Text Example
Text Example
White with #D807C7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807C7; }
p { color: rgb(216,7,199); }
H1.HeaderClassName
{
color: #D807C7;
}
.AnyTagClassName
{
color: #D807C7;
}
</style>
background-color css
<style>
a { background-color: #D807C7; }
a { background-color: rgb(216,7,199); }
div.DivClassName
{
background-color: #D807C7;
}
.BgClassName
{
background-color: #D807C7;
}
</style>
border-color css
<style>
span { border-color: #D807C7; }
span { border-color: rgb(216,7,199); }
td.TdClassName
{
border-color: #D807C7;
}
.TagClassName
{
border-color: #D807C7;
}
</style>