Shades of Deep Magenta #D909DF
Tints of Deep Magenta #D909DF
RGB
CMYK
RGB Variations
Color information
#D909DF (or 0xD909DF) is known color: Deep Magenta. HEX triplet: D9, 09 and DF. RGB value is (217,9,223). Sum of RGB (Red+Green+Blue) = 217+9+223=449 (59% of max value = 765). Red value is 217 (85.16% from 255 or 48.33% from 449); Green value is 9 (3.91% from 255 or 2.00% from 449); Blue value is 223 (87.5% from 255 or 49.67% from 449); Max value from RGB is 223 - color contains mainly: blue. Hex color #D909DF is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909DF is #26F620. Grayscale: #5E5E5E. Windows color (decimal): -2553377 or 14617049. OLE color: 14617049.
HSL color Cylindrical-coordinate representation of color #D909DF: hue angle of 298.32º degrees, saturation: 0.92, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909DF is Cyan = 0.03, Magento = 0.96, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 217 | 9 | 223 | - |
| CMYK | 0.03 | 0.96 | 0 | 0.13 |
| HSL | 298.32º | 0.92% | 0.45% | - |
| HSV(B) | 298.32º | 0.96% | 0.87% | - |
| XYZ | 42.03 | 20.27 | 71.51 | - |
| YUV | 95.59 | 199.91 | 214.6 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 223 | 0.03 | 0.96 | 0 | 0.13 | 298.32 | 0.92 | 0.45 |
| Hex | D9 | 9 | DF | 3 | 60 | 0 | D | 12A | 5C | 2D |
| Octal | 331 | 11 | 337 | 3 | 140 | 0 | 15 | 452 | 134 | 55 |
| Binary | 11011001 | 1001 | 11011111 | 11 | 1100000 | 0 | 1101 | 100101010 | 1011100 | 101101 |
Color Harmonies of #D909DF
Complementary color
Monochromatic Colors of #D909DF
Black with #D909DF
Text Example
Text Example
White with #D909DF
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909DF; }
p { color: rgb(217,9,223); }
H1.HeaderClassName
{
color: #D909DF;
}
.AnyTagClassName
{
color: #D909DF;
}
</style>
background-color css
<style>
a { background-color: #D909DF; }
a { background-color: rgb(217,9,223); }
div.DivClassName
{
background-color: #D909DF;
}
.BgClassName
{
background-color: #D909DF;
}
</style>
border-color css
<style>
span { border-color: #D909DF; }
span { border-color: rgb(217,9,223); }
td.TdClassName
{
border-color: #D909DF;
}
.TagClassName
{
border-color: #D909DF;
}
</style>