Shades of Deep Magenta #D70BDB
Tints of Deep Magenta #D70BDB
RGB
CMYK
RGB Variations
Color information
#D70BDB (or 0xD70BDB) is known color: Deep Magenta. HEX triplet: D7, 0B and DB. RGB value is (215,11,219). Sum of RGB (Red+Green+Blue) = 215+11+219=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 11 (4.69% from 255 or 2.47% from 445); Blue value is 219 (85.94% from 255 or 49.21% from 445); Max value from RGB is 219 - color contains mainly: blue. Hex color #D70BDB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BDB is #28F424. Grayscale: #5F5F5F. Windows color (decimal): -2683941 or 14355415. OLE color: 14355415.
HSL color Cylindrical-coordinate representation of color #D70BDB: hue angle of 298.85º degrees, saturation: 0.9, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.86% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BDB is Cyan = 0.02, Magento = 0.95, Yellow = 0 and Black (K on CMYK) = 0.14.
Color convert
| RGB | 215 | 11 | 219 | - |
| CMYK | 0.02 | 0.95 | 0 | 0.14 |
| HSL | 298.85º | 0.9% | 0.45% | - |
| HSV(B) | 298.85º | 0.95% | 0.86% | - |
| XYZ | 40.93 | 19.8 | 68.68 | - |
| YUV | 95.71 | 197.59 | 213.09 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 219 | 0.02 | 0.95 | 0 | 0.14 | 298.85 | 0.9 | 0.45 |
| Hex | D7 | B | DB | 2 | 5F | 0 | E | 12B | 5A | 2D |
| Octal | 327 | 13 | 333 | 2 | 137 | 0 | 16 | 453 | 132 | 55 |
| Binary | 11010111 | 1011 | 11011011 | 10 | 1011111 | 0 | 1110 | 100101011 | 1011010 | 101101 |
Color Harmonies of #D70BDB
Complementary color
Monochromatic Colors of #D70BDB
Black with #D70BDB
Text Example
Text Example
White with #D70BDB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BDB; }
p { color: rgb(215,11,219); }
H1.HeaderClassName
{
color: #D70BDB;
}
.AnyTagClassName
{
color: #D70BDB;
}
</style>
background-color css
<style>
a { background-color: #D70BDB; }
a { background-color: rgb(215,11,219); }
div.DivClassName
{
background-color: #D70BDB;
}
.BgClassName
{
background-color: #D70BDB;
}
</style>
border-color css
<style>
span { border-color: #D70BDB; }
span { border-color: rgb(215,11,219); }
td.TdClassName
{
border-color: #D70BDB;
}
.TagClassName
{
border-color: #D70BDB;
}
</style>