Shades of Deep Magenta #D70CB0
Tints of Deep Magenta #D70CB0
RGB
CMYK
RGB Variations
Color information
#D70CB0 (or 0xD70CB0) is known color: Deep Magenta. HEX triplet: D7, 0C and B0. RGB value is (215,12,176). Sum of RGB (Red+Green+Blue) = 215+12+176=403 (53% of max value = 765). Red value is 215 (84.38% from 255 or 53.35% from 403); Green value is 12 (5.08% from 255 or 2.98% from 403); Blue value is 176 (69.14% from 255 or 43.67% from 403); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CB0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D70CB0 is #28F34F. Grayscale: #5A5A5A. Windows color (decimal): -2683728 or 11537623. OLE color: 11537623.
HSL color Cylindrical-coordinate representation of color #D70CB0: hue angle of 311.53º 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 #D70CB0 is Cyan = 0, Magento = 0.94, Yellow = 0.18 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 176 | - |
| CMYK | 0 | 0.94 | 0.18 | 0.16 |
| HSL | 311.53º | 0.89% | 0.45% | - |
| HSV(B) | 311.53º | 0.94% | 0.84% | - |
| XYZ | 35.99 | 17.84 | 42.62 | - |
| YUV | 91.39 | 175.75 | 216.16 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 176 | 0 | 0.94 | 0.18 | 0.16 | 311.53 | 0.89 | 0.45 |
| Hex | D7 | C | B0 | 0 | 5E | 12 | 10 | 138 | 59 | 2D |
| Octal | 327 | 14 | 260 | 0 | 136 | 22 | 20 | 470 | 131 | 55 |
| Binary | 11010111 | 1100 | 10110000 | 0 | 1011110 | 10010 | 10000 | 100111000 | 1011001 | 101101 |
Color Harmonies of #D70CB0
Complementary color
Monochromatic Colors of #D70CB0
Black with #D70CB0
Text Example
Text Example
White with #D70CB0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CB0; }
p { color: rgb(215,12,176); }
H1.HeaderClassName
{
color: #D70CB0;
}
.AnyTagClassName
{
color: #D70CB0;
}
</style>
background-color css
<style>
a { background-color: #D70CB0; }
a { background-color: rgb(215,12,176); }
div.DivClassName
{
background-color: #D70CB0;
}
.BgClassName
{
background-color: #D70CB0;
}
</style>
border-color css
<style>
span { border-color: #D70CB0; }
span { border-color: rgb(215,12,176); }
td.TdClassName
{
border-color: #D70CB0;
}
.TagClassName
{
border-color: #D70CB0;
}
</style>