Shades of Deep Magenta #D813D0
Tints of Deep Magenta #D813D0
RGB
CMYK
RGB Variations
Color information
#D813D0 (or 0xD813D0) is known color: Deep Magenta. HEX triplet: D8, 13 and D0. RGB value is (216,19,208). Sum of RGB (Red+Green+Blue) = 216+19+208=443 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.76% from 443); Green value is 19 (7.81% from 255 or 4.29% from 443); Blue value is 208 (81.64% from 255 or 46.95% from 443); Max value from RGB is 216 - color contains mainly: red. Hex color #D813D0 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813D0 is #27EC2F. Grayscale: #626262. Windows color (decimal): -2616368 or 13636568. OLE color: 13636568.
HSL color Cylindrical-coordinate representation of color #D813D0: hue angle of 302.44º 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 #D813D0 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 208 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.15 |
| HSL | 302.44º | 0.84% | 0.46% | - |
| HSV(B) | 302.44º | 0.91% | 0.85% | - |
| XYZ | 39.94 | 19.62 | 61.36 | - |
| YUV | 99.45 | 189.27 | 211.13 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 208 | 0 | 0.91 | 0.04 | 0.15 | 302.44 | 0.84 | 0.46 |
| Hex | D8 | 13 | D0 | 0 | 5B | 4 | F | 12E | 54 | 2E |
| Octal | 330 | 23 | 320 | 0 | 133 | 4 | 17 | 456 | 124 | 56 |
| Binary | 11011000 | 10011 | 11010000 | 0 | 1011011 | 100 | 1111 | 100101110 | 1010100 | 101110 |
Color Harmonies of #D813D0
Complementary color
Monochromatic Colors of #D813D0
Black with #D813D0
Text Example
Text Example
White with #D813D0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813D0; }
p { color: rgb(216,19,208); }
H1.HeaderClassName
{
color: #D813D0;
}
.AnyTagClassName
{
color: #D813D0;
}
</style>
background-color css
<style>
a { background-color: #D813D0; }
a { background-color: rgb(216,19,208); }
div.DivClassName
{
background-color: #D813D0;
}
.BgClassName
{
background-color: #D813D0;
}
</style>
border-color css
<style>
span { border-color: #D813D0; }
span { border-color: rgb(216,19,208); }
td.TdClassName
{
border-color: #D813D0;
}
.TagClassName
{
border-color: #D813D0;
}
</style>