Shades of Deep Magenta #D70DB4
Tints of Deep Magenta #D70DB4
RGB
CMYK
RGB Variations
Color information
#D70DB4 (or 0xD70DB4) is known color: Deep Magenta. HEX triplet: D7, 0D and B4. RGB value is (215,13,180). Sum of RGB (Red+Green+Blue) = 215+13+180=408 (54% of max value = 765). Red value is 215 (84.38% from 255 or 52.70% from 408); Green value is 13 (5.47% from 255 or 3.19% from 408); Blue value is 180 (70.70% from 255 or 44.12% from 408); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DB4 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DB4 is #28F24B. Grayscale: #5B5B5B. Windows color (decimal): -2683468 or 11800023. OLE color: 11800023.
HSL color Cylindrical-coordinate representation of color #D70DB4: hue angle of 310.4º degrees, saturation: 0.89, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D70DB4 is Cyan = 0, Magento = 0.94, Yellow = 0.16 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 180 | - |
| CMYK | 0 | 0.94 | 0.16 | 0.16 |
| HSL | 310.4º | 0.89% | 0.45% | - |
| HSV(B) | 310.4º | 0.94% | 0.84% | - |
| XYZ | 36.41 | 18.03 | 44.74 | - |
| YUV | 92.44 | 177.42 | 215.42 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 180 | 0 | 0.94 | 0.16 | 0.16 | 310.4 | 0.89 | 0.45 |
| Hex | D7 | D | B4 | 0 | 5E | 10 | 10 | 136 | 59 | 2D |
| Octal | 327 | 15 | 264 | 0 | 136 | 20 | 20 | 466 | 131 | 55 |
| Binary | 11010111 | 1101 | 10110100 | 0 | 1011110 | 10000 | 10000 | 100110110 | 1011001 | 101101 |
Color Harmonies of #D70DB4
Complementary color
Monochromatic Colors of #D70DB4
Black with #D70DB4
Text Example
Text Example
White with #D70DB4
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DB4; }
p { color: rgb(215,13,180); }
H1.HeaderClassName
{
color: #D70DB4;
}
.AnyTagClassName
{
color: #D70DB4;
}
</style>
background-color css
<style>
a { background-color: #D70DB4; }
a { background-color: rgb(215,13,180); }
div.DivClassName
{
background-color: #D70DB4;
}
.BgClassName
{
background-color: #D70DB4;
}
</style>
border-color css
<style>
span { border-color: #D70DB4; }
span { border-color: rgb(215,13,180); }
td.TdClassName
{
border-color: #D70DB4;
}
.TagClassName
{
border-color: #D70DB4;
}
</style>