Shades of Deep Magenta #D913D1
Tints of Deep Magenta #D913D1
RGB
CMYK
RGB Variations
Color information
#D913D1 (or 0xD913D1) is known color: Deep Magenta. HEX triplet: D9, 13 and D1. RGB value is (217,19,209). Sum of RGB (Red+Green+Blue) = 217+19+209=445 (58% of max value = 765). Red value is 217 (85.16% from 255 or 48.76% from 445); Green value is 19 (7.81% from 255 or 4.27% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 217 - color contains mainly: red. Hex color #D913D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D913D1 is #26EC2E. Grayscale: #636363. Windows color (decimal): -2550831 or 13702105. OLE color: 13702105.
HSL color Cylindrical-coordinate representation of color #D913D1: hue angle of 302.42º 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 #D913D1 is Cyan = 0, Magento = 0.91, Yellow = 0.04 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 217 | 19 | 209 | - |
| CMYK | 0 | 0.91 | 0.04 | 0.15 |
| HSL | 302.42º | 0.84% | 0.46% | - |
| HSV(B) | 302.42º | 0.91% | 0.85% | - |
| XYZ | 40.36 | 19.82 | 62.02 | - |
| YUV | 99.86 | 189.6 | 211.55 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 217 | 19 | 209 | 0 | 0.91 | 0.04 | 0.15 | 302.42 | 0.84 | 0.46 |
| Hex | D9 | 13 | D1 | 0 | 5B | 4 | F | 12E | 54 | 2E |
| Octal | 331 | 23 | 321 | 0 | 133 | 4 | 17 | 456 | 124 | 56 |
| Binary | 11011001 | 10011 | 11010001 | 0 | 1011011 | 100 | 1111 | 100101110 | 1010100 | 101110 |
Color Harmonies of #D913D1
Complementary color
Monochromatic Colors of #D913D1
Black with #D913D1
Text Example
Text Example
White with #D913D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D913D1; }
p { color: rgb(217,19,209); }
H1.HeaderClassName
{
color: #D913D1;
}
.AnyTagClassName
{
color: #D913D1;
}
</style>
background-color css
<style>
a { background-color: #D913D1; }
a { background-color: rgb(217,19,209); }
div.DivClassName
{
background-color: #D913D1;
}
.BgClassName
{
background-color: #D913D1;
}
</style>
border-color css
<style>
span { border-color: #D913D1; }
span { border-color: rgb(217,19,209); }
td.TdClassName
{
border-color: #D913D1;
}
.TagClassName
{
border-color: #D913D1;
}
</style>