Shades of Deep Magenta #D705BD
Tints of Deep Magenta #D705BD
RGB
CMYK
RGB Variations
Color information
#D705BD (or 0xD705BD) is known color: Deep Magenta. HEX triplet: D7, 05 and BD. RGB value is (215,5,189). Sum of RGB (Red+Green+Blue) = 215+5+189=409 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.57% from 409); Green value is 5 (2.34% from 255 or 1.22% from 409); Blue value is 189 (74.22% from 255 or 46.21% from 409); Max value from RGB is 215 - color contains mainly: red. Hex color #D705BD is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D705BD is #28FA42. Grayscale: #585858. Windows color (decimal): -2685507 or 12387799. OLE color: 12387799.
HSL color Cylindrical-coordinate representation of color #D705BD: hue angle of 307.43º 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 #D705BD is Cyan = 0, Magento = 0.98, Yellow = 0.12 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 5 | 189 | - |
| CMYK | 0 | 0.98 | 0.12 | 0.16 |
| HSL | 307.43º | 0.95% | 0.43% | - |
| HSV(B) | 307.43º | 0.98% | 0.84% | - |
| XYZ | 37.26 | 18.23 | 49.7 | - |
| YUV | 88.77 | 184.57 | 218.04 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 5 | 189 | 0 | 0.98 | 0.12 | 0.16 | 307.43 | 0.95 | 0.43 |
| Hex | D7 | 5 | BD | 0 | 62 | C | 10 | 133 | 5F | 2B |
| Octal | 327 | 5 | 275 | 0 | 142 | 14 | 20 | 463 | 137 | 53 |
| Binary | 11010111 | 101 | 10111101 | 0 | 1100010 | 1100 | 10000 | 100110011 | 1011111 | 101011 |
Color Harmonies of #D705BD
Complementary color
Monochromatic Colors of #D705BD
Black with #D705BD
Text Example
Text Example
White with #D705BD
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D705BD; }
p { color: rgb(215,5,189); }
H1.HeaderClassName
{
color: #D705BD;
}
.AnyTagClassName
{
color: #D705BD;
}
</style>
background-color css
<style>
a { background-color: #D705BD; }
a { background-color: rgb(215,5,189); }
div.DivClassName
{
background-color: #D705BD;
}
.BgClassName
{
background-color: #D705BD;
}
</style>
border-color css
<style>
span { border-color: #D705BD; }
span { border-color: rgb(215,5,189); }
td.TdClassName
{
border-color: #D705BD;
}
.TagClassName
{
border-color: #D705BD;
}
</style>