Shades of Deep Magenta #D70BC2
Tints of Deep Magenta #D70BC2
RGB
CMYK
RGB Variations
Color information
#D70BC2 (or 0xD70BC2) is known color: Deep Magenta. HEX triplet: D7, 0B and C2. RGB value is (215,11,194). Sum of RGB (Red+Green+Blue) = 215+11+194=420 (55% of max value = 765). Red value is 215 (84.38% from 255 or 51.19% from 420); Green value is 11 (4.69% from 255 or 2.62% from 420); Blue value is 194 (76.17% from 255 or 46.19% from 420); Max value from RGB is 215 - color contains mainly: red. Hex color #D70BC2 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70BC2 is #28F43D. Grayscale: #5C5C5C. Windows color (decimal): -2683966 or 12717015. OLE color: 12717015.
HSL color Cylindrical-coordinate representation of color #D70BC2: hue angle of 306.18º degrees, saturation: 0.9, lightness: 0.44%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.95%. Process color model (Four color, CMYK) of #D70BC2 is Cyan = 0, Magento = 0.95, Yellow = 0.10 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 11 | 194 | - |
| CMYK | 0 | 0.95 | 0.10 | 0.16 |
| HSL | 306.18º | 0.9% | 0.44% | - |
| HSV(B) | 306.18º | 0.95% | 0.84% | - |
| XYZ | 37.88 | 18.58 | 52.63 | - |
| YUV | 92.86 | 185.09 | 215.12 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 11 | 194 | 0 | 0.95 | 0.10 | 0.16 | 306.18 | 0.9 | 0.44 |
| Hex | D7 | B | C2 | 0 | 5F | A | 10 | 132 | 5A | 2C |
| Octal | 327 | 13 | 302 | 0 | 137 | 12 | 20 | 462 | 132 | 54 |
| Binary | 11010111 | 1011 | 11000010 | 0 | 1011111 | 1010 | 10000 | 100110010 | 1011010 | 101100 |
Color Harmonies of #D70BC2
Complementary color
Monochromatic Colors of #D70BC2
Black with #D70BC2
Text Example
Text Example
White with #D70BC2
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70BC2; }
p { color: rgb(215,11,194); }
H1.HeaderClassName
{
color: #D70BC2;
}
.AnyTagClassName
{
color: #D70BC2;
}
</style>
background-color css
<style>
a { background-color: #D70BC2; }
a { background-color: rgb(215,11,194); }
div.DivClassName
{
background-color: #D70BC2;
}
.BgClassName
{
background-color: #D70BC2;
}
</style>
border-color css
<style>
span { border-color: #D70BC2; }
span { border-color: rgb(215,11,194); }
td.TdClassName
{
border-color: #D70BC2;
}
.TagClassName
{
border-color: #D70BC2;
}
</style>