Shades of Deep Magenta #D713D8
Tints of Deep Magenta #D713D8
RGB
CMYK
RGB Variations
Color information
#D713D8 (or 0xD713D8) is known color: Deep Magenta. HEX triplet: D7, 13 and D8. RGB value is (215,19,216). Sum of RGB (Red+Green+Blue) = 215+19+216=450 (59% of max value = 765). Red value is 215 (84.38% from 255 or 47.78% from 450); Green value is 19 (7.81% from 255 or 4.22% from 450); Blue value is 216 (84.77% from 255 or 48% from 450); Max value from RGB is 216 - color contains mainly: blue. Hex color #D713D8 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D713D8 is #28EC27. Grayscale: #636363. Windows color (decimal): -2681896 or 14160855. OLE color: 14160855.
HSL color Cylindrical-coordinate representation of color #D713D8: hue angle of 299.7º degrees, saturation: 0.84, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.91%. Process color model (Four color, CMYK) of #D713D8 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 215 | 19 | 216 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.15 |
| HSL | 299.7º | 0.84% | 0.46% | - |
| HSV(B) | 299.7º | 0.91% | 0.85% | - |
| XYZ | 40.65 | 19.87 | 66.66 | - |
| YUV | 100.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 215 | 19 | 216 | 0.00 | 0.91 | 0 | 0.15 | 299.7 | 0.84 | 0.46 |
| Hex | D7 | 13 | D8 | 0 | 5B | 0 | F | 12C | 54 | 2E |
| Octal | 327 | 23 | 330 | 0 | 133 | 0 | 17 | 454 | 124 | 56 |
| Binary | 11010111 | 10011 | 11011000 | 0 | 1011011 | 0 | 1111 | 100101100 | 1010100 | 101110 |
Color Harmonies of #D713D8
Complementary color
Monochromatic Colors of #D713D8
Black with #D713D8
Text Example
Text Example
White with #D713D8
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D713D8; }
p { color: rgb(215,19,216); }
H1.HeaderClassName
{
color: #D713D8;
}
.AnyTagClassName
{
color: #D713D8;
}
</style>
background-color css
<style>
a { background-color: #D713D8; }
a { background-color: rgb(215,19,216); }
div.DivClassName
{
background-color: #D713D8;
}
.BgClassName
{
background-color: #D713D8;
}
</style>
border-color css
<style>
span { border-color: #D713D8; }
span { border-color: rgb(215,19,216); }
td.TdClassName
{
border-color: #D713D8;
}
.TagClassName
{
border-color: #D713D8;
}
</style>