#d1168f

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

Shades of Medium Violet Red #D1168F

Tints of Medium Violet Red #D1168F

Color information

#D1168F (or 0xD1168F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 16 and 8F. RGB value is (209,22,143). Sum of RGB (Red+Green+Blue) = 209+22+143=374 (49% of max value = 765). Red value is 209 (82.03% from 255 or 55.88% from 374); Green value is 22 (8.98% from 255 or 5.88% from 374); Blue value is 143 (56.25% from 255 or 38.24% from 374); Max value from RGB is 209 - color contains mainly: red. Hex color #D1168F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1168F is #2EE970. Grayscale: #5B5B5B. Windows color (decimal): -3074417 or 9377489. OLE color: 9377489.

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

Color convert

RGB20922143-
CMYK00.890.320.18
HSL321.18º80.95%45.29%-
HSV(B)321.18º89.47%81.96%-
XYZ31.5416.1127.43-
YUV91.71156.95211.66-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 55.88%
GREEN value IS 22 (8.98% from 255) = 5.88%
BLUE value IS 143 (56.25% from 255) = 38.24%
R=55.88%
G=5.88%
B=38.24%

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
Decimal2092214300.890.320.18321.1880.9545.29
HexD1168F0592012141512d
Octal321262170131402250112155
Binary11010001101101000111101011001100000100101010000011010001101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1168f

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1168f; }

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

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

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

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

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

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

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

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