Shades of Deep Magenta #D807CE
Tints of Deep Magenta #D807CE
RGB
CMYK
RGB Variations
Color information
#D807CE (or 0xD807CE) is known color: Deep Magenta. HEX triplet: D8, 07 and CE. RGB value is (216,7,206). Sum of RGB (Red+Green+Blue) = 216+7+206=429 (56% of max value = 765). Red value is 216 (84.77% from 255 or 50.35% from 429); Green value is 7 (3.12% from 255 or 1.63% from 429); Blue value is 206 (80.86% from 255 or 48.02% from 429); Max value from RGB is 216 - color contains mainly: red. Hex color #D807CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807CE is #27F831. Grayscale: #5B5B5B. Windows color (decimal): -2619442 or 13502424. OLE color: 13502424.
HSL color Cylindrical-coordinate representation of color #D807CE: hue angle of 302.87º 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 #D807CE is Cyan = 0, Magento = 0.97, Yellow = 0.05 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 7 | 206 | - |
| CMYK | 0 | 0.97 | 0.05 | 0.15 |
| HSL | 302.87º | 0.94% | 0.44% | - |
| HSV(B) | 302.87º | 0.97% | 0.85% | - |
| XYZ | 39.54 | 19.21 | 60.02 | - |
| YUV | 92.18 | 192.24 | 216.32 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 206 | 0 | 0.97 | 0.05 | 0.15 | 302.87 | 0.94 | 0.44 |
| Hex | D8 | 7 | CE | 0 | 61 | 5 | F | 12F | 5E | 2C |
| Octal | 330 | 7 | 316 | 0 | 141 | 5 | 17 | 457 | 136 | 54 |
| Binary | 11011000 | 111 | 11001110 | 0 | 1100001 | 101 | 1111 | 100101111 | 1011110 | 101100 |
Color Harmonies of #D807CE
Complementary color
Monochromatic Colors of #D807CE
Black with #D807CE
Text Example
Text Example
White with #D807CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807CE; }
p { color: rgb(216,7,206); }
H1.HeaderClassName
{
color: #D807CE;
}
.AnyTagClassName
{
color: #D807CE;
}
</style>
background-color css
<style>
a { background-color: #D807CE; }
a { background-color: rgb(216,7,206); }
div.DivClassName
{
background-color: #D807CE;
}
.BgClassName
{
background-color: #D807CE;
}
</style>
border-color css
<style>
span { border-color: #D807CE; }
span { border-color: rgb(216,7,206); }
td.TdClassName
{
border-color: #D807CE;
}
.TagClassName
{
border-color: #D807CE;
}
</style>