Shades of Deep Magenta #D814D9
Tints of Deep Magenta #D814D9
RGB
CMYK
RGB Variations
Color information
#D814D9 (or 0xD814D9) is known color: Deep Magenta. HEX triplet: D8, 14 and D9. RGB value is (216,20,217). Sum of RGB (Red+Green+Blue) = 216+20+217=453 (60% of max value = 765). Red value is 216 (84.77% from 255 or 47.68% from 453); Green value is 20 (8.20% from 255 or 4.42% from 453); Blue value is 217 (85.16% from 255 or 47.90% from 453); Max value from RGB is 217 - color contains mainly: blue. Hex color #D814D9 is not a web safe color. Web safe color analog (approx): #CC00CC. Inversed color of #D814D9 is #27EB26. Grayscale: #646464. Windows color (decimal): -2616103 or 14226648. OLE color: 14226648.
HSL color Cylindrical-coordinate representation of color #D814D9: hue angle of 299.7º 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 #D814D9 is Cyan = 0.00, Magento = 0.91, Yellow = 0 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 217 | - |
| CMYK | 0.00 | 0.91 | 0 | 0.15 |
| HSL | 299.7º | 0.83% | 0.46% | - |
| HSV(B) | 299.7º | 0.91% | 0.85% | - |
| XYZ | 41.09 | 20.11 | 67.36 | - |
| YUV | 101.06 | 193.43 | 209.98 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 217 | 0.00 | 0.91 | 0 | 0.15 | 299.7 | 0.83 | 0.46 |
| Hex | D8 | 14 | D9 | 0 | 5B | 0 | F | 12C | 53 | 2E |
| Octal | 330 | 24 | 331 | 0 | 133 | 0 | 17 | 454 | 123 | 56 |
| Binary | 11011000 | 10100 | 11011001 | 0 | 1011011 | 0 | 1111 | 100101100 | 1010011 | 101110 |
Color Harmonies of #D814D9
Complementary color
Monochromatic Colors of #D814D9
Black with #D814D9
Text Example
Text Example
White with #D814D9
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814D9; }
p { color: rgb(216,20,217); }
H1.HeaderClassName
{
color: #D814D9;
}
.AnyTagClassName
{
color: #D814D9;
}
</style>
background-color css
<style>
a { background-color: #D814D9; }
a { background-color: rgb(216,20,217); }
div.DivClassName
{
background-color: #D814D9;
}
.BgClassName
{
background-color: #D814D9;
}
</style>
border-color css
<style>
span { border-color: #D814D9; }
span { border-color: rgb(216,20,217); }
td.TdClassName
{
border-color: #D814D9;
}
.TagClassName
{
border-color: #D814D9;
}
</style>