#D116AB

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

Shades of Medium Violet Red #D116AB

Tints of Medium Violet Red #D116AB

Color information

#D116AB (or 0xD116AB) is unknown color: approx Medium Violet Red. HEX triplet: D1, 16 and AB. RGB value is (209,22,171). Sum of RGB (Red+Green+Blue) = 209+22+171=402 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.99% from 402); Green value is 22 (8.98% from 255 or 5.47% from 402); Blue value is 171 (67.19% from 255 or 42.54% from 402); Max value from RGB is 209 - color contains mainly: red. Hex color #D116AB is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D116AB is #2EE954. Grayscale: #5E5E5E. Windows color (decimal): -3074389 or 11212497. OLE color: 11212497.

HSL color Cylindrical-coordinate representation of color #D116AB: hue angle of 312.19º 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 #D116AB is Cyan = 0, Magento = 0.89, Yellow = 0.18 and Black (K on CMYK) = 0.18.

Color convert

RGB20922171-
CMYK00.890.180.18
HSL312.19º80.95%45.29%-
HSV(B)312.19º89.47%81.96%-
XYZ33.9317.0740.03-
YUV94.9170.95209.38-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.99%
GREEN value IS 22 (8.98% from 255) = 5.47%
BLUE value IS 171 (67.19% from 255) = 42.54%
R=51.99%
G=5.47%
B=42.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092217100.890.180.18312.1980.9545.29
HexD116AB0591212138512d
Octal321262530131222247012155
Binary1101000110110101010110101100110010100101001110001010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D116AB

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D116AB; }

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

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

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

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

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

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

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

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