Shades of Deep Magenta #D814D5
Tints of Deep Magenta #D814D5
RGB
CMYK
RGB Variations
Color information
#D814D5 (or 0xD814D5) is known color: Deep Magenta. HEX triplet: D8, 14 and D5. RGB value is (216,20,213). Sum of RGB (Red+Green+Blue) = 216+20+213=449 (59% of max value = 765). Red value is 216 (84.77% from 255 or 48.11% from 449); Green value is 20 (8.20% from 255 or 4.45% from 449); Blue value is 213 (83.59% from 255 or 47.44% from 449); Max value from RGB is 216 - color contains mainly: red. Hex color #D814D5 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D5 is #27EB2A. Grayscale: #646464. Windows color (decimal): -2616107 or 13964504. OLE color: 13964504.
HSL color Cylindrical-coordinate representation of color #D814D5: hue angle of 300.92º degrees, saturation: 0.83, 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 #D814D5 is Cyan = 0, Magento = 0.91, Yellow = 0.01 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 213 | - |
| CMYK | 0 | 0.91 | 0.01 | 0.15 |
| HSL | 300.92º | 0.83% | 0.46% | - |
| HSV(B) | 300.92º | 0.91% | 0.85% | - |
| XYZ | 40.58 | 19.9 | 64.65 | - |
| YUV | 100.61 | 191.43 | 210.31 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 213 | 0 | 0.91 | 0.01 | 0.15 | 300.92 | 0.83 | 0.46 |
| Hex | D8 | 14 | D5 | 0 | 5B | 1 | F | 12D | 53 | 2E |
| Octal | 330 | 24 | 325 | 0 | 133 | 1 | 17 | 455 | 123 | 56 |
| Binary | 11011000 | 10100 | 11010101 | 0 | 1011011 | 1 | 1111 | 100101101 | 1010011 | 101110 |
Color Harmonies of #D814D5
Complementary color
Monochromatic Colors of #D814D5
Black with #D814D5
Text Example
Text Example
White with #D814D5
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814D5; }
p { color: rgb(216,20,213); }
H1.HeaderClassName
{
color: #D814D5;
}
.AnyTagClassName
{
color: #D814D5;
}
</style>
background-color css
<style>
a { background-color: #D814D5; }
a { background-color: rgb(216,20,213); }
div.DivClassName
{
background-color: #D814D5;
}
.BgClassName
{
background-color: #D814D5;
}
</style>
border-color css
<style>
span { border-color: #D814D5; }
span { border-color: rgb(216,20,213); }
td.TdClassName
{
border-color: #D814D5;
}
.TagClassName
{
border-color: #D814D5;
}
</style>