Shades of Deep Magenta #D807DF
Tints of Deep Magenta #D807DF
RGB
CMYK
RGB Variations
Color information
#D807DF (or 0xD807DF) is known color: Deep Magenta. HEX triplet: D8, 07 and DF. RGB value is (216,7,223). Sum of RGB (Red+Green+Blue) = 216+7+223=446 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.43% from 446); Green value is 7 (3.12% from 255 or 1.57% from 446); Blue value is 223 (87.5% from 255 or 50% from 446); Max value from RGB is 223 - color contains mainly: blue. Hex color #D807DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D807DF is #27F820. Grayscale: #5D5D5D. Windows color (decimal): -2619425 or 14616536. OLE color: 14616536.
HSL color Cylindrical-coordinate representation of color #D807DF: hue angle of 298.06º degrees, saturation: 0.94, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D807DF is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 216 | 7 | 223 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.13 |
| HSL | 298.06º | 0.94% | 0.45% | - |
| HSV(B) | 298.06º | 0.97% | 0.87% | - |
| XYZ | 41.71 | 20.08 | 71.49 | - |
| YUV | 94.12 | 200.74 | 214.94 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 7 | 223 | 0.03 | 0.97 | 0 | 0.13 | 298.06 | 0.94 | 0.45 |
| Hex | D8 | 7 | DF | 3 | 61 | 0 | D | 12A | 5E | 2D |
| Octal | 330 | 7 | 337 | 3 | 141 | 0 | 15 | 452 | 136 | 55 |
| Binary | 11011000 | 111 | 11011111 | 11 | 1100001 | 0 | 1101 | 100101010 | 1011110 | 101101 |
Color Harmonies of #D807DF
Complementary color
Monochromatic Colors of #D807DF
Black with #D807DF
Text Example
Text Example
White with #D807DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D807DF; }
p { color: rgb(216,7,223); }
H1.HeaderClassName
{
color: #D807DF;
}
.AnyTagClassName
{
color: #D807DF;
}
</style>
background-color css
<style>
a { background-color: #D807DF; }
a { background-color: rgb(216,7,223); }
div.DivClassName
{
background-color: #D807DF;
}
.BgClassName
{
background-color: #D807DF;
}
</style>
border-color css
<style>
span { border-color: #D807DF; }
span { border-color: rgb(216,7,223); }
td.TdClassName
{
border-color: #D807DF;
}
.TagClassName
{
border-color: #D807DF;
}
</style>