Shades of Deep Magenta #D70BD9
Tints of Deep Magenta #D70BD9
RGB
CMYK
RGB Variations
Color information
#D70BD9 (or 0xD70BD9) is known color: Deep Magenta. HEX triplet: D7, 0B and D9. RGB value is (215,11,217). Sum of RGB (Red+Green+Blue) = 215+11+217=443 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.53% from 443); Green value is 11 (4.69% from 255 or 2.48% from 443); Blue value is 217 (85.16% from 255 or 48.98% from 443); Max value from RGB is 217 - color contains mainly: blue. Hex color #D70BD9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BD9 is #28F426. Grayscale: #5E5E5E. Windows color (decimal): -2683943 or 14224343. OLE color: 14224343.
HSL color Cylindrical-coordinate representation of color #D70BD9: hue angle of 299.42º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BD9 is Cyan = 0.01, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 11 | 217 | - |
| CMYK | 0.01 | 0.95 | 0 | 0.15 |
| HSL | 299.42º | 0.9% | 0.45% | - |
| HSV(B) | 299.42º | 0.95% | 0.85% | - |
| XYZ | 40.67 | 19.7 | 67.3 | - |
| YUV | 95.48 | 196.59 | 213.25 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 217 | 0.01 | 0.95 | 0 | 0.15 | 299.42 | 0.9 | 0.45 |
| Hex | D7 | B | D9 | 1 | 5F | 0 | F | 12B | 5A | 2D |
| Octal | 327 | 13 | 331 | 1 | 137 | 0 | 17 | 453 | 132 | 55 |
| Binary | 11010111 | 1011 | 11011001 | 1 | 1011111 | 0 | 1111 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D70BD9
Complementary color
Monochromatic Colors of #D70BD9
Black with #D70BD9
Text Example
Text Example
White with #D70BD9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BD9; }
p { color: rgb(215,11,217); }
H1.HeaderClassName
{
color: #D70BD9;
}
.AnyTagClassName
{
color: #D70BD9;
}
</style>
background-color css
<style>
a { background-color: #D70BD9; }
a { background-color: rgb(215,11,217); }
div.DivClassName
{
background-color: #D70BD9;
}
.BgClassName
{
background-color: #D70BD9;
}
</style>
border-color css
<style>
span { border-color: #D70BD9; }
span { border-color: rgb(215,11,217); }
td.TdClassName
{
border-color: #D70BD9;
}
.TagClassName
{
border-color: #D70BD9;
}
</style>