#D116AA

Color #D116AA Medium Violet Red (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Medium Violet Red #D116AA

Tints of Medium Violet Red #D116AA

Color information

#D116AA (or 0xD116AA) is unknown color: approx Medium Violet Red. HEX triplet: D1, 16 and AA. RGB value is (209,22,170). Sum of RGB (Red+Green+Blue) = 209+22+170=401 (53% of max value = 765). Red value is 209 (82.03% from 255 or 52.12% from 401); Green value is 22 (8.98% from 255 or 5.49% from 401); Blue value is 170 (66.80% from 255 or 42.39% from 401); Max value from RGB is 209 - color contains mainly: red. Hex color #D116AA is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116AA is #2EE955. Grayscale: #5E5E5E. Windows color (decimal): -3074390 or 11146961. OLE color: 11146961.

HSL color Cylindrical-coordinate representation of color #D116AA: hue angle of 312.51º degrees, saturation: 0.81, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.89%. Process color model (Four color, CMYK) of #D116AA is Cyan = 0, Magento = 0.89, Yellow = 0.19 and Black (K on CMYK) = 0.18.

Color convert

RGB20922170-
CMYK00.890.190.18
HSL312.51º80.95%45.29%-
HSV(B)312.51º89.47%81.96%-
XYZ33.8417.0339.53-
YUV94.78170.45209.47-

RGB Variations

RGB:
RBG:
GRB:
GBR:
BRG:
BGR:

RGB

RED value IS 209 (82.03% from 255) = 52.12%
GREEN value IS 22 (8.98% from 255) = 5.49%
BLUE value IS 170 (66.80% from 255) = 42.39%
R=52.12%
G=5.49%
B=42.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092217000.890.190.18312.5180.9545.29
HexD116AA0591312139512d
Octal321262520131232247112155
Binary1101000110110101010100101100110011100101001110011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D116AA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D116AA; }

 p { color: rgb(209,22,170); }

 H1.HeaderClassName
 {
   color: #D116AA;
 }
 .AnyTagClassName
 {
   color: #D116AA;
 }
</style>
background-color css

<style>
 a { background-color: #D116AA; }

 a { background-color: rgb(209,22,170); }

 div.DivClassName
 {
   background-color: #D116AA;
 }
 .BgClassName
 {
   background-color: #D116AA;
 }
</style>
border-color css

<style>
 span { border-color: #D116AA; }

 span { border-color: rgb(209,22,170); }

 td.TdClassName
 {
   border-color: #D116AA;
 }
 .TagClassName
 {
   border-color: #D116AA;
 }
</style>