Shades of Deep Magenta #D813D5
Tints of Deep Magenta #D813D5
RGB
CMYK
RGB Variations
Color information
#D813D5 (or 0xD813D5) is known color: Deep Magenta. HEX triplet: D8, 13 and D5. RGB value is (216,19,213). Sum of RGB (Red+Green+Blue) = 216+19+213=448 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.21% from 448); Green value is 19 (7.81% from 255 or 4.24% from 448); Blue value is 213 (83.59% from 255 or 47.54% from 448); Max value from RGB is 216 - color contains mainly: red. Hex color #D813D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D813D5 is #27EC2A. Grayscale: #636363. Windows color (decimal): -2616363 or 13964248. OLE color: 13964248.
HSL color Cylindrical-coordinate representation of color #D813D5: hue angle of 300.91º 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 #D813D5 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 19 | 213 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.15 |
| HSL | 300.91º | 0.84% | 0.46% | - |
| HSV(B) | 300.91º | 0.91% | 0.85% | - |
| XYZ | 40.56 | 19.87 | 64.65 | - |
| YUV | 100.02 | 191.77 | 210.73 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 19 | 213 | 0 | 0.91 | 0.01 | 0.15 | 300.91 | 0.84 | 0.46 |
| Hex | D8 | 13 | D5 | 0 | 5B | 1 | F | 12D | 54 | 2E |
| Octal | 330 | 23 | 325 | 0 | 133 | 1 | 17 | 455 | 124 | 56 |
| Binary | 11011000 | 10011 | 11010101 | 0 | 1011011 | 1 | 1111 | 100101101 | 1010100 | 101110 |
Color Harmonies of #D813D5
Complementary color
Monochromatic Colors of #D813D5
Black with #D813D5
Text Example
Text Example
White with #D813D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D813D5; }
p { color: rgb(216,19,213); }
H1.HeaderClassName
{
color: #D813D5;
}
.AnyTagClassName
{
color: #D813D5;
}
</style>
background-color css
<style>
a { background-color: #D813D5; }
a { background-color: rgb(216,19,213); }
div.DivClassName
{
background-color: #D813D5;
}
.BgClassName
{
background-color: #D813D5;
}
</style>
border-color css
<style>
span { border-color: #D813D5; }
span { border-color: rgb(216,19,213); }
td.TdClassName
{
border-color: #D813D5;
}
.TagClassName
{
border-color: #D813D5;
}
</style>