Shades of Deep Magenta #D709C9
Tints of Deep Magenta #D709C9
RGB
CMYK
RGB Variations
Color information
#D709C9 (or 0xD709C9) is known color: Deep Magenta. HEX triplet: D7, 09 and C9. RGB value is (215,9,201). Sum of RGB (Red+Green+Blue) = 215+9+201=425 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.59% from 425); Green value is 9 (3.91% from 255 or 2.12% from 425); Blue value is 201 (78.91% from 255 or 47.29% from 425); Max value from RGB is 215 - color contains mainly: red. Hex color #D709C9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709C9 is #28F636. Grayscale: #5B5B5B. Windows color (decimal): -2684471 or 13175255. OLE color: 13175255.
HSL color Cylindrical-coordinate representation of color #D709C9: hue angle of 304.08º 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 #D709C9 is Cyan = 0, Magento = 0.96, Yellow = 0.07 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 201 | - |
| CMYK | 0 | 0.96 | 0.07 | 0.16 |
| HSL | 304.08º | 0.92% | 0.44% | - |
| HSV(B) | 304.08º | 0.96% | 0.84% | - |
| XYZ | 38.66 | 18.86 | 56.86 | - |
| YUV | 92.48 | 189.25 | 215.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 201 | 0 | 0.96 | 0.07 | 0.16 | 304.08 | 0.92 | 0.44 |
| Hex | D7 | 9 | C9 | 0 | 60 | 7 | 10 | 130 | 5C | 2C |
| Octal | 327 | 11 | 311 | 0 | 140 | 7 | 20 | 460 | 134 | 54 |
| Binary | 11010111 | 1001 | 11001001 | 0 | 1100000 | 111 | 10000 | 100110000 | 1011100 | 101100 |
Color Harmonies of #D709C9
Complementary color
Monochromatic Colors of #D709C9
Black with #D709C9
Text Example
Text Example
White with #D709C9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709C9; }
p { color: rgb(215,9,201); }
H1.HeaderClassName
{
color: #D709C9;
}
.AnyTagClassName
{
color: #D709C9;
}
</style>
background-color css
<style>
a { background-color: #D709C9; }
a { background-color: rgb(215,9,201); }
div.DivClassName
{
background-color: #D709C9;
}
.BgClassName
{
background-color: #D709C9;
}
</style>
border-color css
<style>
span { border-color: #D709C9; }
span { border-color: rgb(215,9,201); }
td.TdClassName
{
border-color: #D709C9;
}
.TagClassName
{
border-color: #D709C9;
}
</style>