#D1159C

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

Shades of Medium Violet Red #D1159C

Tints of Medium Violet Red #D1159C

Color information

#D1159C (or 0xD1159C) is unknown color: approx Medium Violet Red. HEX triplet: D1, 15 and 9C. RGB value is (209,21,156). Sum of RGB (Red+Green+Blue) = 209+21+156=386 (51% of max value = 765). Red value is 209 (82.03% from 255 or 54.15% from 386); Green value is 21 (8.59% from 255 or 5.44% from 386); Blue value is 156 (61.33% from 255 or 40.41% from 386); Max value from RGB is 209 - color contains mainly: red. Hex color #D1159C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1159C is #2EEA63. Grayscale: #5C5C5C. Windows color (decimal): -3074660 or 10229201. OLE color: 10229201.

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

Color convert

RGB20921156-
CMYK00.900.250.18
HSL316.91º81.74%45.1%-
HSV(B)316.91º89.95%81.96%-
XYZ32.5616.4932.92-
YUV92.6163.78211.02-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.15%
GREEN value IS 21 (8.59% from 255) = 5.44%
BLUE value IS 156 (61.33% from 255) = 40.41%
R=54.15%
G=5.44%
B=40.41%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.25
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092115600.900.250.18316.9181.7445.1
HexD1159C05A191213d522d
Octal321252340132312247512255
Binary1101000110101100111000101101011001100101001111011010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1159C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1159C; }

 p { color: rgb(209,21,156); }

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

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

 a { background-color: rgb(209,21,156); }

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

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

 span { border-color: rgb(209,21,156); }

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