Shades of Deep Magenta #D814D1
Tints of Deep Magenta #D814D1
RGB
CMYK
RGB Variations
Color information
#D814D1 (or 0xD814D1) is known color: Deep Magenta. HEX triplet: D8, 14 and D1. RGB value is (216,20,209). Sum of RGB (Red+Green+Blue) = 216+20+209=445 (58% of max value = 765). Red value is 216 (84.77% from 255 or 48.54% from 445); Green value is 20 (8.20% from 255 or 4.49% from 445); Blue value is 209 (82.03% from 255 or 46.97% from 445); Max value from RGB is 216 - color contains mainly: red. Hex color #D814D1 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D1 is #27EB2E. Grayscale: #636363. Windows color (decimal): -2616111 or 13702360. OLE color: 13702360.
HSL color Cylindrical-coordinate representation of color #D814D1: hue angle of 302.14º 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 #D814D1 is Cyan = 0, Magento = 0.91, Yellow = 0.03 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 209 | - |
| CMYK | 0 | 0.91 | 0.03 | 0.15 |
| HSL | 302.14º | 0.83% | 0.46% | - |
| HSV(B) | 302.14º | 0.91% | 0.85% | - |
| XYZ | 40.08 | 19.7 | 62.01 | - |
| YUV | 100.15 | 189.43 | 210.63 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 209 | 0 | 0.91 | 0.03 | 0.15 | 302.14 | 0.83 | 0.46 |
| Hex | D8 | 14 | D1 | 0 | 5B | 3 | F | 12E | 53 | 2E |
| Octal | 330 | 24 | 321 | 0 | 133 | 3 | 17 | 456 | 123 | 56 |
| Binary | 11011000 | 10100 | 11010001 | 0 | 1011011 | 11 | 1111 | 100101110 | 1010011 | 101110 |
Color Harmonies of #D814D1
Complementary color
Monochromatic Colors of #D814D1
Black with #D814D1
Text Example
Text Example
White with #D814D1
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814D1; }
p { color: rgb(216,20,209); }
H1.HeaderClassName
{
color: #D814D1;
}
.AnyTagClassName
{
color: #D814D1;
}
</style>
background-color css
<style>
a { background-color: #D814D1; }
a { background-color: rgb(216,20,209); }
div.DivClassName
{
background-color: #D814D1;
}
.BgClassName
{
background-color: #D814D1;
}
</style>
border-color css
<style>
span { border-color: #D814D1; }
span { border-color: rgb(216,20,209); }
td.TdClassName
{
border-color: #D814D1;
}
.TagClassName
{
border-color: #D814D1;
}
</style>