#d1047c

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

Shades of Medium Violet Red #D1047C

Tints of Medium Violet Red #D1047C

Color information

#D1047C (or 0xD1047C) is unknown color: approx Medium Violet Red. HEX triplet: D1, 04 and 7C. RGB value is (209,4,124). Sum of RGB (Red+Green+Blue) = 209+4+124=337 (44% of max value = 765). Red value is 209 (82.03% from 255 or 62.02% from 337); Green value is 4 (1.95% from 255 or 1.19% from 337); Blue value is 124 (48.83% from 255 or 36.80% from 337); Max value from RGB is 209 - color contains mainly: red. Hex color #D1047C is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1047C is #2EFB83. Grayscale: #4E4E4E. Windows color (decimal): -3079044 or 8127697. OLE color: 8127697.

HSL color Cylindrical-coordinate representation of color #D1047C: hue angle of 324.88º degrees, saturation: 0.96, 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 #D1047C is Cyan = 0, Magento = 0.98, Yellow = 0.41 and Black (K on CMYK) = 0.18.

Color convert

RGB2094124-
CMYK00.980.410.18
HSL324.88º96.24%41.76%-
HSV(B)324.88º98.09%81.96%-
XYZ29.9815.120.4-
YUV78.97153.42220.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 62.02%
GREEN value IS 4 (1.95% from 255) = 1.19%
BLUE value IS 124 (48.83% from 255) = 36.80%
R=62.02%
G=1.19%
B=36.80%

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
Decimal209412400.980.410.18324.8896.2441.76
HexD147C0622912145602a
Octal32141740142512250514052
Binary11010001100111110001100010101001100101010001011100000101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d1047c

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d1047c; }

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

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

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

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

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

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

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

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