#D0057F

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

Shades of Medium Violet Red #D0057F

Tints of Medium Violet Red #D0057F

Color information

#D0057F (or 0xD0057F) is unknown color: approx Medium Violet Red. HEX triplet: D0, 05 and 7F. RGB value is (208,5,127). Sum of RGB (Red+Green+Blue) = 208+5+127=340 (45% of max value = 765). Red value is 208 (81.64% from 255 or 61.18% from 340); Green value is 5 (2.34% from 255 or 1.47% from 340); Blue value is 127 (50% from 255 or 37.35% from 340); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057F is #2FFA80. Grayscale: #4F4F4F. Windows color (decimal): -3144321 or 8324560. OLE color: 8324560.

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

Color convert

RGB2085127-
CMYK00.980.390.18
HSL323.94º95.31%41.76%-
HSV(B)323.94º97.6%81.57%-
XYZ29.915.0521.41-
YUV79.6154.75219.58-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.18%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 127 (50% from 255) = 37.35%
R=61.18%
G=1.47%
B=37.35%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208512700.980.390.18323.9495.3141.76
HexD057F06227121445f2a
Octal32051770142472250413752
Binary11010000101111111101100010100111100101010001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0057F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0057F; }

 p { color: rgb(208,5,127); }

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

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

 a { background-color: rgb(208,5,127); }

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

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

 span { border-color: rgb(208,5,127); }

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