Shades of Deep Magenta #D909D7
Tints of Deep Magenta #D909D7
RGB
CMYK
RGB Variations
Color information
#D909D7 (or 0xD909D7) is known color: Deep Magenta. HEX triplet: D9, 09 and D7. RGB value is (217,9,215). Sum of RGB (Red+Green+Blue) = 217+9+215=441 (58% of max value = 765). Red value is 217 (85.16% from 255 or 49.21% from 441); Green value is 9 (3.91% from 255 or 2.04% from 441); Blue value is 215 (84.38% from 255 or 48.75% from 441); Max value from RGB is 217 - color contains mainly: red. Hex color #D909D7 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D909D7 is #26F628. Grayscale: #5E5E5E. Windows color (decimal): -2553385 or 14092761. OLE color: 14092761.
HSL color Cylindrical-coordinate representation of color #D909D7: hue angle of 300.58º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D909D7 is Cyan = 0, Magento = 0.96, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 9 | 215 | - |
| CMYK | 0 | 0.96 | 0.01 | 0.15 |
| HSL | 300.58º | 0.92% | 0.44% | - |
| HSV(B) | 300.58º | 0.96% | 0.85% | - |
| XYZ | 40.98 | 19.85 | 65.96 | - |
| YUV | 94.68 | 195.91 | 215.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 9 | 215 | 0 | 0.96 | 0.01 | 0.15 | 300.58 | 0.92 | 0.44 |
| Hex | D9 | 9 | D7 | 0 | 60 | 1 | F | 12D | 5C | 2C |
| Octal | 331 | 11 | 327 | 0 | 140 | 1 | 17 | 455 | 134 | 54 |
| Binary | 11011001 | 1001 | 11010111 | 0 | 1100000 | 1 | 1111 | 100101101 | 1011100 | 101100 |
Color Harmonies of #D909D7
Complementary color
Monochromatic Colors of #D909D7
Black with #D909D7
Text Example
Text Example
White with #D909D7
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D909D7; }
p { color: rgb(217,9,215); }
H1.HeaderClassName
{
color: #D909D7;
}
.AnyTagClassName
{
color: #D909D7;
}
</style>
background-color css
<style>
a { background-color: #D909D7; }
a { background-color: rgb(217,9,215); }
div.DivClassName
{
background-color: #D909D7;
}
.BgClassName
{
background-color: #D909D7;
}
</style>
border-color css
<style>
span { border-color: #D909D7; }
span { border-color: rgb(217,9,215); }
td.TdClassName
{
border-color: #D909D7;
}
.TagClassName
{
border-color: #D909D7;
}
</style>