Shades of Deep Magenta #D709B8
Tints of Deep Magenta #D709B8
RGB
CMYK
RGB Variations
Color information
#D709B8 (or 0xD709B8) is known color: Deep Magenta. HEX triplet: D7, 09 and B8. RGB value is (215,9,184). Sum of RGB (Red+Green+Blue) = 215+9+184=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 9 (3.91% from 255 or 2.21% from 408); Blue value is 184 (72.27% from 255 or 45.10% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D709B8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D709B8 is #28F647. Grayscale: #5A5A5A. Windows color (decimal): -2684488 or 12061143. OLE color: 12061143.
HSL color Cylindrical-coordinate representation of color #D709B8: hue angle of 309.03º 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 #D709B8 is Cyan = 0, Magento = 0.96, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 9 | 184 | - |
| CMYK | 0 | 0.96 | 0.14 | 0.16 |
| HSL | 309.03º | 0.92% | 0.44% | - |
| HSV(B) | 309.03º | 0.96% | 0.84% | - |
| XYZ | 36.77 | 18.1 | 46.9 | - |
| YUV | 90.54 | 180.75 | 216.77 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 9 | 184 | 0 | 0.96 | 0.14 | 0.16 | 309.03 | 0.92 | 0.44 |
| Hex | D7 | 9 | B8 | 0 | 60 | E | 10 | 135 | 5C | 2C |
| Octal | 327 | 11 | 270 | 0 | 140 | 16 | 20 | 465 | 134 | 54 |
| Binary | 11010111 | 1001 | 10111000 | 0 | 1100000 | 1110 | 10000 | 100110101 | 1011100 | 101100 |
Color Harmonies of #D709B8
Complementary color
Monochromatic Colors of #D709B8
Black with #D709B8
Text Example
Text Example
White with #D709B8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D709B8; }
p { color: rgb(215,9,184); }
H1.HeaderClassName
{
color: #D709B8;
}
.AnyTagClassName
{
color: #D709B8;
}
</style>
background-color css
<style>
a { background-color: #D709B8; }
a { background-color: rgb(215,9,184); }
div.DivClassName
{
background-color: #D709B8;
}
.BgClassName
{
background-color: #D709B8;
}
</style>
border-color css
<style>
span { border-color: #D709B8; }
span { border-color: rgb(215,9,184); }
td.TdClassName
{
border-color: #D709B8;
}
.TagClassName
{
border-color: #D709B8;
}
</style>