#D1168E

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

Shades of Medium Violet Red #D1168E

Tints of Medium Violet Red #D1168E

Color information

#D1168E (or 0xD1168E) is unknown color: approx Medium Violet Red. HEX triplet: D1, 16 and 8E. RGB value is (209,22,142). Sum of RGB (Red+Green+Blue) = 209+22+142=373 (49% of max value = 765). Red value is 209 (82.03% from 255 or 56.03% from 373); Green value is 22 (8.98% from 255 or 5.90% from 373); Blue value is 142 (55.86% from 255 or 38.07% from 373); Max value from RGB is 209 - color contains mainly: red. Hex color #D1168E is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1168E is #2EE971. Grayscale: #5B5B5B. Windows color (decimal): -3074418 or 9311953. OLE color: 9311953.

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

Color convert

RGB20922142-
CMYK00.890.320.18
HSL321.5º80.95%45.29%-
HSV(B)321.5º89.47%81.96%-
XYZ31.4616.0827.04-
YUV91.59156.45211.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.03%
GREEN value IS 22 (8.98% from 255) = 5.90%
BLUE value IS 142 (55.86% from 255) = 38.07%
R=56.03%
G=5.90%
B=38.07%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.89
Y (Yellow) values IS 0.32
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092214200.890.320.18321.580.9545.29
HexD1168E0592012141512d
Octal321262160131402250112155
Binary11010001101101000111001011001100000100101010000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1168E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1168E; }

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

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

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

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

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

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

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

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