Shades of Deep Magenta #D705B9
Tints of Deep Magenta #D705B9
RGB
CMYK
RGB Variations
Color information
#D705B9 (or 0xD705B9) is known color: Deep Magenta. HEX triplet: D7, 05 and B9. RGB value is (215,5,185). Sum of RGB (Red+Green+Blue) = 215+5+185=405 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.09% from 405); Green value is 5 (2.34% from 255 or 1.23% from 405); Blue value is 185 (72.66% from 255 or 45.68% from 405); Max value from RGB is 215 - color contains mainly: red. Hex color #D705B9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705B9 is #28FA46. Grayscale: #575757. Windows color (decimal): -2685511 or 12125655. OLE color: 12125655.
HSL color Cylindrical-coordinate representation of color #D705B9: hue angle of 308.57º degrees, saturation: 0.95, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D705B9 is Cyan = 0, Magento = 0.98, Yellow = 0.14 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 185 | - |
| CMYK | 0 | 0.98 | 0.14 | 0.16 |
| HSL | 308.57º | 0.95% | 0.43% | - |
| HSV(B) | 308.57º | 0.98% | 0.84% | - |
| XYZ | 36.84 | 18.06 | 47.44 | - |
| YUV | 88.31 | 182.57 | 218.36 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 185 | 0 | 0.98 | 0.14 | 0.16 | 308.57 | 0.95 | 0.43 |
| Hex | D7 | 5 | B9 | 0 | 62 | E | 10 | 135 | 5F | 2B |
| Octal | 327 | 5 | 271 | 0 | 142 | 16 | 20 | 465 | 137 | 53 |
| Binary | 11010111 | 101 | 10111001 | 0 | 1100010 | 1110 | 10000 | 100110101 | 1011111 | 101011 |
Color Harmonies of #D705B9
Complementary color
Monochromatic Colors of #D705B9
Black with #D705B9
Text Example
Text Example
White with #D705B9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705B9; }
p { color: rgb(215,5,185); }
H1.HeaderClassName
{
color: #D705B9;
}
.AnyTagClassName
{
color: #D705B9;
}
</style>
background-color css
<style>
a { background-color: #D705B9; }
a { background-color: rgb(215,5,185); }
div.DivClassName
{
background-color: #D705B9;
}
.BgClassName
{
background-color: #D705B9;
}
</style>
border-color css
<style>
span { border-color: #D705B9; }
span { border-color: rgb(215,5,185); }
td.TdClassName
{
border-color: #D705B9;
}
.TagClassName
{
border-color: #D705B9;
}
</style>