Shades of Medium Violet Red #D814A0
Tints of Medium Violet Red #D814A0
RGB
CMYK
RGB Variations
Color information
#D814A0 (or 0xD814A0) is known color: Medium Violet Red. HEX triplet: D8, 14 and A0. RGB value is (216,20,160). Sum of RGB (Red+Green+Blue) = 216+20+160=396 (52% of max value = 765). Red value is 216 (84.77% from 255 or 54.55% from 396); Green value is 20 (8.20% from 255 or 5.05% from 396); Blue value is 160 (62.89% from 255 or 40.40% from 396); Max value from RGB is 216 - color contains mainly: red. Hex color #D814A0 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D814A0 is #27EB5F. Grayscale: #5E5E5E. Windows color (decimal): -2616160 or 10491096. OLE color: 10491096.
HSL color Cylindrical-coordinate representation of color #D814A0: hue angle of 317.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 #D814A0 is Cyan = 0, Magento = 0.91, Yellow = 0.26 and Black (K on CMYK) = 0.15.
Color convert
| RGB | 216 | 20 | 160 | - |
| CMYK | 0 | 0.91 | 0.26 | 0.15 |
| HSL | 317.14º | 0.83% | 0.46% | - |
| HSV(B) | 317.14º | 0.91% | 0.85% | - |
| XYZ | 34.91 | 17.64 | 34.82 | - |
| YUV | 94.56 | 164.93 | 214.62 | - |
| System | Red | Green | Blue | C | M | Y | K | H | S | L |
|---|---|---|---|---|---|---|---|---|---|---|
| Decimal | 216 | 20 | 160 | 0 | 0.91 | 0.26 | 0.15 | 317.14 | 0.83 | 0.46 |
| Hex | D8 | 14 | A0 | 0 | 5B | 1A | F | 13D | 53 | 2E |
| Octal | 330 | 24 | 240 | 0 | 133 | 32 | 17 | 475 | 123 | 56 |
| Binary | 11011000 | 10100 | 10100000 | 0 | 1011011 | 11010 | 1111 | 100111101 | 1010011 | 101110 |
Color Harmonies of #D814A0
Complementary color
Monochromatic Colors of #D814A0
Black with #D814A0
Text Example
Text Example
White with #D814A0
Text Example
Text Example
HTML Codes & Css Web design
color css
<style>
p { color: #D814A0; }
p { color: rgb(216,20,160); }
H1.HeaderClassName
{
color: #D814A0;
}
.AnyTagClassName
{
color: #D814A0;
}
</style>
background-color css
<style>
a { background-color: #D814A0; }
a { background-color: rgb(216,20,160); }
div.DivClassName
{
background-color: #D814A0;
}
.BgClassName
{
background-color: #D814A0;
}
</style>
border-color css
<style>
span { border-color: #D814A0; }
span { border-color: rgb(216,20,160); }
td.TdClassName
{
border-color: #D814A0;
}
.TagClassName
{
border-color: #D814A0;
}
</style>