Shades of Deep Magenta #D70BD0
Tints of Deep Magenta #D70BD0
RGB
CMYK
RGB Variations
Color information
#D70BD0 (or 0xD70BD0) is known color: Deep Magenta. HEX triplet: D7, 0B and D0. RGB value is (215,11,208). Sum of RGB (Red+Green+Blue) = 215+11+208=434 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.54% from 434); Green value is 11 (4.69% from 255 or 2.53% from 434); Blue value is 208 (81.64% from 255 or 47.93% from 434); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BD0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BD0 is #28F42F. Grayscale: #5D5D5D. Windows color (decimal): -2683952 or 13634519. OLE color: 13634519.
HSL color Cylindrical-coordinate representation of color #D70BD0: hue angle of 302.06º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BD0 is Cyan = 0, Magento = 0.95, Yellow = 0.03 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 208 | - |
| CMYK | 0 | 0.95 | 0.03 | 0.16 |
| HSL | 302.06º | 0.9% | 0.44% | - |
| HSV(B) | 302.06º | 0.95% | 0.84% | - |
| XYZ | 39.53 | 19.24 | 61.3 | - |
| YUV | 94.45 | 192.09 | 213.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 208 | 0 | 0.95 | 0.03 | 0.16 | 302.06 | 0.9 | 0.44 |
| Hex | D7 | B | D0 | 0 | 5F | 3 | 10 | 12E | 5A | 2C |
| Octal | 327 | 13 | 320 | 0 | 137 | 3 | 20 | 456 | 132 | 54 |
| Binary | 11010111 | 1011 | 11010000 | 0 | 1011111 | 11 | 10000 | 100101110 | 1011010 | 101100 |
Color Harmonies of #D70BD0
Complementary color
Monochromatic Colors of #D70BD0
Black with #D70BD0
Text Example
Text Example
White with #D70BD0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BD0; }
p { color: rgb(215,11,208); }
H1.HeaderClassName
{
color: #D70BD0;
}
.AnyTagClassName
{
color: #D70BD0;
}
</style>
background-color css
<style>
a { background-color: #D70BD0; }
a { background-color: rgb(215,11,208); }
div.DivClassName
{
background-color: #D70BD0;
}
.BgClassName
{
background-color: #D70BD0;
}
</style>
border-color css
<style>
span { border-color: #D70BD0; }
span { border-color: rgb(215,11,208); }
td.TdClassName
{
border-color: #D70BD0;
}
.TagClassName
{
border-color: #D70BD0;
}
</style>