Shades of Deep Magenta #D807DC
Tints of Deep Magenta #D807DC
RGB
CMYK
RGB Variations
Color information
#D807DC (or 0xD807DC) is known color: Deep Magenta. HEX triplet: D8, 07 and DC. RGB value is (216,7,220). Sum of RGB (Red+Green+Blue) = 216+7+220=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 7 (3.12% from 255 or 1.58% from 443); Blue value is 220 (86.33% from 255 or 49.66% from 443); Max value from RGB is 220 - color contains mainly: blue. Hex color #D807DC is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807DC is #27F823. Grayscale: #5D5D5D. Windows color (decimal): -2619428 or 14419928. OLE color: 14419928.
HSL color Cylindrical-coordinate representation of color #D807DC: hue angle of 298.87º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807DC is Cyan = 0.02, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 216 | 7 | 220 | - |
| CMYK | 0.02 | 0.97 | 0 | 0.14 |
| HSL | 298.87º | 0.94% | 0.45% | - |
| HSV(B) | 298.87º | 0.97% | 0.86% | - |
| XYZ | 41.31 | 19.92 | 69.38 | - |
| YUV | 93.77 | 199.24 | 215.18 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 220 | 0.02 | 0.97 | 0 | 0.14 | 298.87 | 0.94 | 0.45 |
| Hex | D8 | 7 | DC | 2 | 61 | 0 | E | 12B | 5E | 2D |
| Octal | 330 | 7 | 334 | 2 | 141 | 0 | 16 | 453 | 136 | 55 |
| Binary | 11011000 | 111 | 11011100 | 10 | 1100001 | 0 | 1110 | 100101011 | 1011110 | 101101 |
Color Harmonies of #D807DC
Complementary color
Monochromatic Colors of #D807DC
Black with #D807DC
Text Example
Text Example
White with #D807DC
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807DC; }
p { color: rgb(216,7,220); }
H1.HeaderClassName
{
color: #D807DC;
}
.AnyTagClassName
{
color: #D807DC;
}
</style>
background-color css
<style>
a { background-color: #D807DC; }
a { background-color: rgb(216,7,220); }
div.DivClassName
{
background-color: #D807DC;
}
.BgClassName
{
background-color: #D807DC;
}
</style>
border-color css
<style>
span { border-color: #D807DC; }
span { border-color: rgb(216,7,220); }
td.TdClassName
{
border-color: #D807DC;
}
.TagClassName
{
border-color: #D807DC;
}
</style>