Shades of Deep Magenta #D713C5
Tints of Deep Magenta #D713C5
RGB
CMYK
RGB Variations
Color information
#D713C5 (or 0xD713C5) is known color: Deep Magenta. HEX triplet: D7, 13 and C5. RGB value is (215,19,197). Sum of RGB (Red+Green+Blue) = 215+19+197=431 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.88% from 431); Green value is 19 (7.81% from 255 or 4.41% from 431); Blue value is 197 (77.34% from 255 or 45.71% from 431); Max value from RGB is 215 - color contains mainly: red. Hex color #D713C5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713C5 is #28EC3A. Grayscale: #616161. Windows color (decimal): -2681915 or 12915671. OLE color: 12915671.
HSL color Cylindrical-coordinate representation of color #D713C5: hue angle of 305.51º 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 #D713C5 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 197 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.16 |
| HSL | 305.51º | 0.84% | 0.46% | - |
| HSV(B) | 305.51º | 0.91% | 0.84% | - |
| XYZ | 38.34 | 18.94 | 54.46 | - |
| YUV | 97.9 | 183.93 | 211.53 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 197 | 0 | 0.91 | 0.08 | 0.16 | 305.51 | 0.84 | 0.46 |
| Hex | D7 | 13 | C5 | 0 | 5B | 8 | 10 | 132 | 54 | 2E |
| Octal | 327 | 23 | 305 | 0 | 133 | 10 | 20 | 462 | 124 | 56 |
| Binary | 11010111 | 10011 | 11000101 | 0 | 1011011 | 1000 | 10000 | 100110010 | 1010100 | 101110 |
Color Harmonies of #D713C5
Complementary color
Monochromatic Colors of #D713C5
Black with #D713C5
Text Example
Text Example
White with #D713C5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713C5; }
p { color: rgb(215,19,197); }
H1.HeaderClassName
{
color: #D713C5;
}
.AnyTagClassName
{
color: #D713C5;
}
</style>
background-color css
<style>
a { background-color: #D713C5; }
a { background-color: rgb(215,19,197); }
div.DivClassName
{
background-color: #D713C5;
}
.BgClassName
{
background-color: #D713C5;
}
</style>
border-color css
<style>
span { border-color: #D713C5; }
span { border-color: rgb(215,19,197); }
td.TdClassName
{
border-color: #D713C5;
}
.TagClassName
{
border-color: #D713C5;
}
</style>