Shades of Deep Magenta #D709D3
Tints of Deep Magenta #D709D3
RGB
CMYK
RGB Variations
Color information
#D709D3 (or 0xD709D3) is known color: Deep Magenta. HEX triplet: D7, 09 and D3. RGB value is (215,9,211). Sum of RGB (Red+Green+Blue) = 215+9+211=435 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.43% from 435); Green value is 9 (3.91% from 255 or 2.07% from 435); Blue value is 211 (82.81% from 255 or 48.51% from 435); Max value from RGB is 215 - color contains mainly: red. Hex color #D709D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709D3 is #28F62C. Grayscale: #5D5D5D. Windows color (decimal): -2684461 or 13830615. OLE color: 13830615.
HSL color Cylindrical-coordinate representation of color #D709D3: hue angle of 301.17º 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 #D709D3 is Cyan = 0, Magento = 0.96, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 211 | - |
| CMYK | 0 | 0.96 | 0.02 | 0.16 |
| HSL | 301.17º | 0.92% | 0.44% | - |
| HSV(B) | 301.17º | 0.96% | 0.84% | - |
| XYZ | 39.88 | 19.35 | 63.26 | - |
| YUV | 93.62 | 194.25 | 214.57 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 211 | 0 | 0.96 | 0.02 | 0.16 | 301.17 | 0.92 | 0.44 |
| Hex | D7 | 9 | D3 | 0 | 60 | 2 | 10 | 12D | 5C | 2C |
| Octal | 327 | 11 | 323 | 0 | 140 | 2 | 20 | 455 | 134 | 54 |
| Binary | 11010111 | 1001 | 11010011 | 0 | 1100000 | 10 | 10000 | 100101101 | 1011100 | 101100 |
Color Harmonies of #D709D3
Complementary color
Monochromatic Colors of #D709D3
Black with #D709D3
Text Example
Text Example
White with #D709D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709D3; }
p { color: rgb(215,9,211); }
H1.HeaderClassName
{
color: #D709D3;
}
.AnyTagClassName
{
color: #D709D3;
}
</style>
background-color css
<style>
a { background-color: #D709D3; }
a { background-color: rgb(215,9,211); }
div.DivClassName
{
background-color: #D709D3;
}
.BgClassName
{
background-color: #D709D3;
}
</style>
border-color css
<style>
span { border-color: #D709D3; }
span { border-color: rgb(215,9,211); }
td.TdClassName
{
border-color: #D709D3;
}
.TagClassName
{
border-color: #D709D3;
}
</style>