Shades of Deep Magenta #D713C6
Tints of Deep Magenta #D713C6
RGB
CMYK
RGB Variations
Color information
#D713C6 (or 0xD713C6) is known color: Deep Magenta. HEX triplet: D7, 13 and C6. RGB value is (215,19,198). Sum of RGB (Red+Green+Blue) = 215+19+198=432 (57% of max value = 765). Red value is 215 (84.38% from 255 or 49.77% from 432); Green value is 19 (7.81% from 255 or 4.40% from 432); Blue value is 198 (77.73% from 255 or 45.83% from 432); Max value from RGB is 215 - color contains mainly: red. Hex color #D713C6 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713C6 is #28EC39. Grayscale: #616161. Windows color (decimal): -2681914 or 12981207. OLE color: 12981207.
HSL color Cylindrical-coordinate representation of color #D713C6: hue angle of 305.2º 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 #D713C6 is Cyan = 0, Magento = 0.91, Yellow = 0.08 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 198 | - |
| CMYK | 0 | 0.91 | 0.08 | 0.16 |
| HSL | 305.2º | 0.84% | 0.46% | - |
| HSV(B) | 305.2º | 0.91% | 0.84% | - |
| XYZ | 38.45 | 18.99 | 55.06 | - |
| YUV | 98.01 | 184.43 | 211.45 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 198 | 0 | 0.91 | 0.08 | 0.16 | 305.2 | 0.84 | 0.46 |
| Hex | D7 | 13 | C6 | 0 | 5B | 8 | 10 | 131 | 54 | 2E |
| Octal | 327 | 23 | 306 | 0 | 133 | 10 | 20 | 461 | 124 | 56 |
| Binary | 11010111 | 10011 | 11000110 | 0 | 1011011 | 1000 | 10000 | 100110001 | 1010100 | 101110 |
Color Harmonies of #D713C6
Complementary color
Monochromatic Colors of #D713C6
Black with #D713C6
Text Example
Text Example
White with #D713C6
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713C6; }
p { color: rgb(215,19,198); }
H1.HeaderClassName
{
color: #D713C6;
}
.AnyTagClassName
{
color: #D713C6;
}
</style>
background-color css
<style>
a { background-color: #D713C6; }
a { background-color: rgb(215,19,198); }
div.DivClassName
{
background-color: #D713C6;
}
.BgClassName
{
background-color: #D713C6;
}
</style>
border-color css
<style>
span { border-color: #D713C6; }
span { border-color: rgb(215,19,198); }
td.TdClassName
{
border-color: #D713C6;
}
.TagClassName
{
border-color: #D713C6;
}
</style>