Shades of Deep Magenta #D907DF
Tints of Deep Magenta #D907DF
RGB
CMYK
RGB Variations
Color information
#D907DF (or 0xD907DF) is known color: Deep Magenta. HEX triplet: D9, 07 and DF. RGB value is (217,7,223). Sum of RGB (Red+Green+Blue) = 217+7+223=447 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.55% from 447); Green value is 7 (3.12% from 255 or 1.57% from 447); Blue value is 223 (87.5% from 255 or 49.89% from 447); Max value from RGB is 223 - color contains mainly: blue. Hex color #D907DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D907DF is #26F820. Grayscale: #5D5D5D. Windows color (decimal): -2553889 or 14616537. OLE color: 14616537.
HSL color Cylindrical-coordinate representation of color #D907DF: hue angle of 298.33º 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 #D907DF is Cyan = 0.03, Magento = 0.97, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 7 | 223 | - |
| CMYK | 0.03 | 0.97 | 0 | 0.13 |
| HSL | 298.33º | 0.94% | 0.45% | - |
| HSV(B) | 298.33º | 0.97% | 0.87% | - |
| XYZ | 42.01 | 20.23 | 71.5 | - |
| YUV | 94.41 | 200.57 | 215.44 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 7 | 223 | 0.03 | 0.97 | 0 | 0.13 | 298.33 | 0.94 | 0.45 |
| Hex | D9 | 7 | DF | 3 | 61 | 0 | D | 12A | 5E | 2D |
| Octal | 331 | 7 | 337 | 3 | 141 | 0 | 15 | 452 | 136 | 55 |
| Binary | 11011001 | 111 | 11011111 | 11 | 1100001 | 0 | 1101 | 100101010 | 1011110 | 101101 |
Color Harmonies of #D907DF
Complementary color
Monochromatic Colors of #D907DF
Black with #D907DF
Text Example
Text Example
White with #D907DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D907DF; }
p { color: rgb(217,7,223); }
H1.HeaderClassName
{
color: #D907DF;
}
.AnyTagClassName
{
color: #D907DF;
}
</style>
background-color css
<style>
a { background-color: #D907DF; }
a { background-color: rgb(217,7,223); }
div.DivClassName
{
background-color: #D907DF;
}
.BgClassName
{
background-color: #D907DF;
}
</style>
border-color css
<style>
span { border-color: #D907DF; }
span { border-color: rgb(217,7,223); }
td.TdClassName
{
border-color: #D907DF;
}
.TagClassName
{
border-color: #D907DF;
}
</style>