Shades of Deep Magenta #D819D5
Tints of Deep Magenta #D819D5
RGB
CMYK
RGB Variations
Color information
#D819D5 (or 0xD819D5) is known color: Deep Magenta. HEX triplet: D8, 19 and D5. RGB value is (216,25,213). Sum of RGB (Red+Green+Blue) = 216+25+213=454 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.58% from 454); Green value is 25 (10.16% from 255 or 5.51% from 454); Blue value is 213 (83.59% from 255 or 46.92% from 454); Max value from RGB is 216 - color contains mainly: red. Hex color #D819D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D819D5 is #27E62A. Grayscale: #666666. Windows color (decimal): -2614827 or 13965784. OLE color: 13965784.
HSL color Cylindrical-coordinate representation of color #D819D5: hue angle of 300.94º degrees, saturation: 0.79, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.88%. Process color model (Four color, CMYK) of #D819D5 is Cyan = 0, Magento = 0.88, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 25 | 213 | - |
| CMYK | 0 | 0.88 | 0.01 | 0.15 |
| HSL | 300.94º | 0.79% | 0.47% | - |
| HSV(B) | 300.94º | 0.88% | 0.85% | - |
| XYZ | 40.68 | 20.1 | 64.69 | - |
| YUV | 103.54 | 189.78 | 208.21 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 25 | 213 | 0 | 0.88 | 0.01 | 0.15 | 300.94 | 0.79 | 0.47 |
| Hex | D8 | 19 | D5 | 0 | 58 | 1 | F | 12D | 4F | 2F |
| Octal | 330 | 31 | 325 | 0 | 130 | 1 | 17 | 455 | 117 | 57 |
| Binary | 11011000 | 11001 | 11010101 | 0 | 1011000 | 1 | 1111 | 100101101 | 1001111 | 101111 |
Color Harmonies of #D819D5
Complementary color
Monochromatic Colors of #D819D5
Black with #D819D5
Text Example
Text Example
White with #D819D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D819D5; }
p { color: rgb(216,25,213); }
H1.HeaderClassName
{
color: #D819D5;
}
.AnyTagClassName
{
color: #D819D5;
}
</style>
background-color css
<style>
a { background-color: #D819D5; }
a { background-color: rgb(216,25,213); }
div.DivClassName
{
background-color: #D819D5;
}
.BgClassName
{
background-color: #D819D5;
}
</style>
border-color css
<style>
span { border-color: #D819D5; }
span { border-color: rgb(216,25,213); }
td.TdClassName
{
border-color: #D819D5;
}
.TagClassName
{
border-color: #D819D5;
}
</style>