#D1057C

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

Shades of Medium Violet Red #D1057C

Tints of Medium Violet Red #D1057C

Color information

#D1057C (or 0xD1057C) is unknown color: approx Medium Violet Red. HEX triplet: D1, 05 and 7C. RGB value is (209,5,124). Sum of RGB (Red+Green+Blue) = 209+5+124=338 (44% of max value = 765). Red value is 209 (82.03% from 255 or 61.83% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 124 (48.83% from 255 or 36.69% from 338); Max value from RGB is 209 - color contains mainly: red. Hex color #D1057C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1057C is #2EFA83. Grayscale: #4F4F4F. Windows color (decimal): -3078788 or 8127953. OLE color: 8127953.

HSL color Cylindrical-coordinate representation of color #D1057C: hue angle of 325º degrees, saturation: 0.95, lightness: 0.42%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.98%. Process color model (Four color, CMYK) of #D1057C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB2095124-
CMYK00.980.410.18
HSL325º95.33%41.96%-
HSV(B)325º97.61%81.96%-
XYZ29.9915.1220.41-
YUV79.56153.09220.32-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.83%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 124 (48.83% from 255) = 36.69%
R=61.83%
G=1.48%
B=36.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.41
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209512400.980.410.1832595.3341.96
HexD157C06229121455f2a
Octal32151740142512250513752
Binary11010001101111110001100010101001100101010001011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1057C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1057C; }

 p { color: rgb(209,5,124); }

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

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

 a { background-color: rgb(209,5,124); }

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

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

 span { border-color: rgb(209,5,124); }

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