Shades of Deep Magenta #D709D1
Tints of Deep Magenta #D709D1
RGB
CMYK
RGB Variations
Color information
#D709D1 (or 0xD709D1) is known color: Deep Magenta. HEX triplet: D7, 09 and D1. RGB value is (215,9,209). Sum of RGB (Red+Green+Blue) = 215+9+209=433 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.65% from 433); Green value is 9 (3.91% from 255 or 2.08% from 433); Blue value is 209 (82.03% from 255 or 48.27% from 433); Max value from RGB is 215 - color contains mainly: red. Hex color #D709D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709D1 is #28F62E. Grayscale: #5C5C5C. Windows color (decimal): -2684463 or 13699543. OLE color: 13699543.
HSL color Cylindrical-coordinate representation of color #D709D1: hue angle of 301.75º degrees, saturation: 0.92, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.96%. Process color model (Four color, CMYK) of #D709D1 is Cyan = 0, Magento = 0.96, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 209 | - |
| CMYK | 0 | 0.96 | 0.03 | 0.16 |
| HSL | 301.75º | 0.92% | 0.44% | - |
| HSV(B) | 301.75º | 0.96% | 0.84% | - |
| XYZ | 39.63 | 19.25 | 61.95 | - |
| YUV | 93.39 | 193.25 | 214.74 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 209 | 0 | 0.96 | 0.03 | 0.16 | 301.75 | 0.92 | 0.44 |
| Hex | D7 | 9 | D1 | 0 | 60 | 3 | 10 | 12E | 5C | 2C |
| Octal | 327 | 11 | 321 | 0 | 140 | 3 | 20 | 456 | 134 | 54 |
| Binary | 11010111 | 1001 | 11010001 | 0 | 1100000 | 11 | 10000 | 100101110 | 1011100 | 101100 |
Color Harmonies of #D709D1
Complementary color
Monochromatic Colors of #D709D1
Black with #D709D1
Text Example
Text Example
White with #D709D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709D1; }
p { color: rgb(215,9,209); }
H1.HeaderClassName
{
color: #D709D1;
}
.AnyTagClassName
{
color: #D709D1;
}
</style>
background-color css
<style>
a { background-color: #D709D1; }
a { background-color: rgb(215,9,209); }
div.DivClassName
{
background-color: #D709D1;
}
.BgClassName
{
background-color: #D709D1;
}
</style>
border-color css
<style>
span { border-color: #D709D1; }
span { border-color: rgb(215,9,209); }
td.TdClassName
{
border-color: #D709D1;
}
.TagClassName
{
border-color: #D709D1;
}
</style>