Shades of Deep Magenta #D713C0
Tints of Deep Magenta #D713C0
RGB
CMYK
RGB Variations
Color information
#D713C0 (or 0xD713C0) is known color: Deep Magenta. HEX triplet: D7, 13 and C0. RGB value is (215,19,192). Sum of RGB (Red+Green+Blue) = 215+19+192=426 (56% of max value = 765). Red value is 215 (84.38% from 255 or 50.47% from 426); Green value is 19 (7.81% from 255 or 4.46% from 426); Blue value is 192 (75.39% from 255 or 45.07% from 426); Max value from RGB is 215 - color contains mainly: red. Hex color #D713C0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713C0 is #28EC3F. Grayscale: #606060. Windows color (decimal): -2681920 or 12587991. OLE color: 12587991.
HSL color Cylindrical-coordinate representation of color #D713C0: hue angle of 307.04º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D713C0 is Cyan = 0, Magento = 0.91, Yellow = 0.11 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 192 | - |
| CMYK | 0 | 0.91 | 0.11 | 0.16 |
| HSL | 307.04º | 0.84% | 0.46% | - |
| HSV(B) | 307.04º | 0.91% | 0.84% | - |
| XYZ | 37.77 | 18.72 | 51.49 | - |
| YUV | 97.33 | 181.43 | 211.93 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 192 | 0 | 0.91 | 0.11 | 0.16 | 307.04 | 0.84 | 0.46 |
| Hex | D7 | 13 | C0 | 0 | 5B | B | 10 | 133 | 54 | 2E |
| Octal | 327 | 23 | 300 | 0 | 133 | 13 | 20 | 463 | 124 | 56 |
| Binary | 11010111 | 10011 | 11000000 | 0 | 1011011 | 1011 | 10000 | 100110011 | 1010100 | 101110 |
Color Harmonies of #D713C0
Complementary color
Monochromatic Colors of #D713C0
Black with #D713C0
Text Example
Text Example
White with #D713C0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713C0; }
p { color: rgb(215,19,192); }
H1.HeaderClassName
{
color: #D713C0;
}
.AnyTagClassName
{
color: #D713C0;
}
</style>
background-color css
<style>
a { background-color: #D713C0; }
a { background-color: rgb(215,19,192); }
div.DivClassName
{
background-color: #D713C0;
}
.BgClassName
{
background-color: #D713C0;
}
</style>
border-color css
<style>
span { border-color: #D713C0; }
span { border-color: rgb(215,19,192); }
td.TdClassName
{
border-color: #D713C0;
}
.TagClassName
{
border-color: #D713C0;
}
</style>