Shades of Deep Magenta #D70CBB
Tints of Deep Magenta #D70CBB
RGB
CMYK
RGB Variations
Color information
#D70CBB (or 0xD70CBB) is known color: Deep Magenta. HEX triplet: D7, 0C and BB. RGB value is (215,12,187). Sum of RGB (Red+Green+Blue) = 215+12+187=414 (54% of max value = 765). Red value is 215 (84.38% from 255 or 51.93% from 414); Green value is 12 (5.08% from 255 or 2.90% from 414); Blue value is 187 (73.44% from 255 or 45.17% from 414); Max value from RGB is 215 - color contains mainly: red. Hex color #D70CBB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70CBB is #28F344. Grayscale: #5C5C5C. Windows color (decimal): -2683717 or 12258519. OLE color: 12258519.
HSL color Cylindrical-coordinate representation of color #D70CBB: hue angle of 308.28º 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 #D70CBB is Cyan = 0, Magento = 0.94, Yellow = 0.13 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 12 | 187 | - |
| CMYK | 0 | 0.94 | 0.13 | 0.16 |
| HSL | 308.28º | 0.89% | 0.45% | - |
| HSV(B) | 308.28º | 0.94% | 0.84% | - |
| XYZ | 37.13 | 18.3 | 48.59 | - |
| YUV | 92.65 | 181.25 | 215.27 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 12 | 187 | 0 | 0.94 | 0.13 | 0.16 | 308.28 | 0.89 | 0.45 |
| Hex | D7 | C | BB | 0 | 5E | D | 10 | 134 | 59 | 2D |
| Octal | 327 | 14 | 273 | 0 | 136 | 15 | 20 | 464 | 131 | 55 |
| Binary | 11010111 | 1100 | 10111011 | 0 | 1011110 | 1101 | 10000 | 100110100 | 1011001 | 101101 |
Color Harmonies of #D70CBB
Complementary color
Monochromatic Colors of #D70CBB
Black with #D70CBB
Text Example
Text Example
White with #D70CBB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70CBB; }
p { color: rgb(215,12,187); }
H1.HeaderClassName
{
color: #D70CBB;
}
.AnyTagClassName
{
color: #D70CBB;
}
</style>
background-color css
<style>
a { background-color: #D70CBB; }
a { background-color: rgb(215,12,187); }
div.DivClassName
{
background-color: #D70CBB;
}
.BgClassName
{
background-color: #D70CBB;
}
</style>
border-color css
<style>
span { border-color: #D70CBB; }
span { border-color: rgb(215,12,187); }
td.TdClassName
{
border-color: #D70CBB;
}
.TagClassName
{
border-color: #D70CBB;
}
</style>