#D0057D

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

Shades of Medium Violet Red #D0057D

Tints of Medium Violet Red #D0057D

Color information

#D0057D (or 0xD0057D) is unknown color: approx Medium Violet Red. HEX triplet: D0, 05 and 7D. RGB value is (208,5,125). Sum of RGB (Red+Green+Blue) = 208+5+125=338 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.54% from 338); Green value is 5 (2.34% from 255 or 1.48% from 338); Blue value is 125 (49.22% from 255 or 36.98% from 338); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057D is #2FFA82. Grayscale: #4F4F4F. Windows color (decimal): -3144323 or 8193488. OLE color: 8193488.

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

Color convert

RGB2085125-
CMYK00.980.400.18
HSL324.53º95.31%41.76%-
HSV(B)324.53º97.6%81.57%-
XYZ29.771520.73-
YUV79.38153.75219.74-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.54%
GREEN value IS 5 (2.34% from 255) = 1.48%
BLUE value IS 125 (49.22% from 255) = 36.98%
R=61.54%
G=1.48%
B=36.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.98
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal208512500.980.400.18324.5395.3141.76
HexD057D06228121455f2a
Octal32051750142502250513752
Binary11010000101111110101100010101000100101010001011011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0057D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0057D; }

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

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

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

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

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

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

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

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