Shades of Deep Magenta #D70BDE
Tints of Deep Magenta #D70BDE
RGB
CMYK
RGB Variations
Color information
#D70BDE (or 0xD70BDE) is known color: Deep Magenta. HEX triplet: D7, 0B and DE. RGB value is (215,11,222). Sum of RGB (Red+Green+Blue) = 215+11+222=448 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.99% from 448); Green value is 11 (4.69% from 255 or 2.46% from 448); Blue value is 222 (87.11% from 255 or 49.55% from 448); Max value from RGB is 222 - color contains mainly: blue. Hex color #D70BDE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BDE is #28F421. Grayscale: #5F5F5F. Windows color (decimal): -2683938 or 14552023. OLE color: 14552023.
HSL color Cylindrical-coordinate representation of color #D70BDE: hue angle of 298.01º degrees, saturation: 0.91, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BDE is Cyan = 0.03, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.13.
Color convert
| RGB | 215 | 11 | 222 | - |
| CMYK | 0.03 | 0.95 | 0 | 0.13 |
| HSL | 298.01º | 0.91% | 0.46% | - |
| HSV(B) | 298.01º | 0.95% | 0.87% | - |
| XYZ | 41.33 | 19.96 | 70.78 | - |
| YUV | 96.05 | 199.09 | 212.84 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 222 | 0.03 | 0.95 | 0 | 0.13 | 298.01 | 0.91 | 0.46 |
| Hex | D7 | B | DE | 3 | 5F | 0 | D | 12A | 5B | 2E |
| Octal | 327 | 13 | 336 | 3 | 137 | 0 | 15 | 452 | 133 | 56 |
| Binary | 11010111 | 1011 | 11011110 | 11 | 1011111 | 0 | 1101 | 100101010 | 1011011 | 101110 |
Color Harmonies of #D70BDE
Complementary color
Monochromatic Colors of #D70BDE
Black with #D70BDE
Text Example
Text Example
White with #D70BDE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BDE; }
p { color: rgb(215,11,222); }
H1.HeaderClassName
{
color: #D70BDE;
}
.AnyTagClassName
{
color: #D70BDE;
}
</style>
background-color css
<style>
a { background-color: #D70BDE; }
a { background-color: rgb(215,11,222); }
div.DivClassName
{
background-color: #D70BDE;
}
.BgClassName
{
background-color: #D70BDE;
}
</style>
border-color css
<style>
span { border-color: #D70BDE; }
span { border-color: rgb(215,11,222); }
td.TdClassName
{
border-color: #D70BDE;
}
.TagClassName
{
border-color: #D70BDE;
}
</style>