Shades of Deep Magenta #D713D3
Tints of Deep Magenta #D713D3
RGB
CMYK
RGB Variations
Color information
#D713D3 (or 0xD713D3) is known color: Deep Magenta. HEX triplet: D7, 13 and D3. RGB value is (215,19,211). Sum of RGB (Red+Green+Blue) = 215+19+211=445 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.31% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 211 (82.81% from 255 or 47.42% from 445); Max value from RGB is 215 - color contains mainly: red. Hex color #D713D3 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713D3 is #28EC2C. Grayscale: #626262. Windows color (decimal): -2681901 or 13833175. OLE color: 13833175.
HSL color Cylindrical-coordinate representation of color #D713D3: hue angle of 301.22º 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 #D713D3 is Cyan = 0, Magento = 0.91, Yellow = 0.02 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 211 | - |
| CMYK | 0 | 0.91 | 0.02 | 0.16 |
| HSL | 301.22º | 0.84% | 0.46% | - |
| HSV(B) | 301.22º | 0.91% | 0.84% | - |
| XYZ | 40.02 | 19.62 | 63.31 | - |
| YUV | 99.49 | 190.93 | 210.39 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 211 | 0 | 0.91 | 0.02 | 0.16 | 301.22 | 0.84 | 0.46 |
| Hex | D7 | 13 | D3 | 0 | 5B | 2 | 10 | 12D | 54 | 2E |
| Octal | 327 | 23 | 323 | 0 | 133 | 2 | 20 | 455 | 124 | 56 |
| Binary | 11010111 | 10011 | 11010011 | 0 | 1011011 | 10 | 10000 | 100101101 | 1010100 | 101110 |
Color Harmonies of #D713D3
Complementary color
Monochromatic Colors of #D713D3
Black with #D713D3
Text Example
Text Example
White with #D713D3
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713D3; }
p { color: rgb(215,19,211); }
H1.HeaderClassName
{
color: #D713D3;
}
.AnyTagClassName
{
color: #D713D3;
}
</style>
background-color css
<style>
a { background-color: #D713D3; }
a { background-color: rgb(215,19,211); }
div.DivClassName
{
background-color: #D713D3;
}
.BgClassName
{
background-color: #D713D3;
}
</style>
border-color css
<style>
span { border-color: #D713D3; }
span { border-color: rgb(215,19,211); }
td.TdClassName
{
border-color: #D713D3;
}
.TagClassName
{
border-color: #D713D3;
}
</style>