Shades of Deep Magenta #D70DCB
Tints of Deep Magenta #D70DCB
RGB
CMYK
RGB Variations
Color information
#D70DCB (or 0xD70DCB) is known color: Deep Magenta. HEX triplet: D7, 0D and CB. RGB value is (215,13,203). Sum of RGB (Red+Green+Blue) = 215+13+203=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 13 (5.47% from 255 or 3.02% from 431); Blue value is 203 (79.69% from 255 or 47.10% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D70DCB is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D70DCB is #28F234. Grayscale: #5E5E5E. Windows color (decimal): -2683445 or 13307351. OLE color: 13307351.
HSL color Cylindrical-coordinate representation of color #D70DCB: hue angle of 303.56º 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 #D70DCB is Cyan = 0, Magento = 0.94, Yellow = 0.06 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 13 | 203 | - |
| CMYK | 0 | 0.94 | 0.06 | 0.16 |
| HSL | 303.56º | 0.89% | 0.45% | - |
| HSV(B) | 303.56º | 0.94% | 0.84% | - |
| XYZ | 38.95 | 19.05 | 58.12 | - |
| YUV | 95.06 | 188.92 | 213.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 13 | 203 | 0 | 0.94 | 0.06 | 0.16 | 303.56 | 0.89 | 0.45 |
| Hex | D7 | D | CB | 0 | 5E | 6 | 10 | 130 | 59 | 2D |
| Octal | 327 | 15 | 313 | 0 | 136 | 6 | 20 | 460 | 131 | 55 |
| Binary | 11010111 | 1101 | 11001011 | 0 | 1011110 | 110 | 10000 | 100110000 | 1011001 | 101101 |
Color Harmonies of #D70DCB
Complementary color
Monochromatic Colors of #D70DCB
Black with #D70DCB
Text Example
Text Example
White with #D70DCB
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D70DCB; }
p { color: rgb(215,13,203); }
H1.HeaderClassName
{
color: #D70DCB;
}
.AnyTagClassName
{
color: #D70DCB;
}
</style>
background-color css
<style>
a { background-color: #D70DCB; }
a { background-color: rgb(215,13,203); }
div.DivClassName
{
background-color: #D70DCB;
}
.BgClassName
{
background-color: #D70DCB;
}
</style>
border-color css
<style>
span { border-color: #D70DCB; }
span { border-color: rgb(215,13,203); }
td.TdClassName
{
border-color: #D70DCB;
}
.TagClassName
{
border-color: #D70DCB;
}
</style>