Shades of Deep Magenta #D713CE
Tints of Deep Magenta #D713CE
RGB
CMYK
RGB Variations
Color information
#D713CE (or 0xD713CE) is known color: Deep Magenta. HEX triplet: D7, 13 and CE. RGB value is (215,19,206). Sum of RGB (Red+Green+Blue) = 215+19+206=440 (58% of max value = 765). Red value is 215 (84.38% from 255 or 48.86% from 440); Green value is 19 (7.81% from 255 or 4.32% from 440); Blue value is 206 (80.86% from 255 or 46.82% from 440); Max value from RGB is 215 - color contains mainly: red. Hex color #D713CE is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713CE is #28EC31. Grayscale: #626262. Windows color (decimal): -2681906 or 13505495. OLE color: 13505495.
HSL color Cylindrical-coordinate representation of color #D713CE: hue angle of 302.76º 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 #D713CE is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.16.
Color convert
| RGB | 215 | 19 | 206 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.16 |
| HSL | 302.76º | 0.84% | 0.46% | - |
| HSV(B) | 302.76º | 0.91% | 0.84% | - |
| XYZ | 39.4 | 19.37 | 60.05 | - |
| YUV | 98.92 | 188.43 | 210.79 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 206 | 0 | 0.91 | 0.04 | 0.16 | 302.76 | 0.84 | 0.46 |
| Hex | D7 | 13 | CE | 0 | 5B | 4 | 10 | 12F | 54 | 2E |
| Octal | 327 | 23 | 316 | 0 | 133 | 4 | 20 | 457 | 124 | 56 |
| Binary | 11010111 | 10011 | 11001110 | 0 | 1011011 | 100 | 10000 | 100101111 | 1010100 | 101110 |
Color Harmonies of #D713CE
Complementary color
Monochromatic Colors of #D713CE
Black with #D713CE
Text Example
Text Example
White with #D713CE
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713CE; }
p { color: rgb(215,19,206); }
H1.HeaderClassName
{
color: #D713CE;
}
.AnyTagClassName
{
color: #D713CE;
}
</style>
background-color css
<style>
a { background-color: #D713CE; }
a { background-color: rgb(215,19,206); }
div.DivClassName
{
background-color: #D713CE;
}
.BgClassName
{
background-color: #D713CE;
}
</style>
border-color css
<style>
span { border-color: #D713CE; }
span { border-color: rgb(215,19,206); }
td.TdClassName
{
border-color: #D713CE;
}
.TagClassName
{
border-color: #D713CE;
}
</style>