#D0057E

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

Shades of Medium Violet Red #D0057E

Tints of Medium Violet Red #D0057E

Color information

#D0057E (or 0xD0057E) is unknown color: approx Medium Violet Red. HEX triplet: D0, 05 and 7E. RGB value is (208,5,126). Sum of RGB (Red+Green+Blue) = 208+5+126=339 (44% of max value = 765). Red value is 208 (81.64% from 255 or 61.36% from 339); Green value is 5 (2.34% from 255 or 1.47% from 339); Blue value is 126 (49.61% from 255 or 37.17% from 339); Max value from RGB is 208 - color contains mainly: red. Hex color #D0057E is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D0057E is #2FFA81. Grayscale: #4F4F4F. Windows color (decimal): -3144322 or 8259024. OLE color: 8259024.

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

Color convert

RGB2085126-
CMYK00.980.390.18
HSL324.24º95.31%41.76%-
HSV(B)324.24º97.6%81.57%-
XYZ29.8315.0221.07-
YUV79.49154.25219.66-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 61.36%
GREEN value IS 5 (2.34% from 255) = 1.47%
BLUE value IS 126 (49.61% from 255) = 37.17%
R=61.36%
G=1.47%
B=37.17%

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
Decimal208512600.980.390.18324.2495.3141.76
HexD057E06227121445f2a
Octal32051760142472250413752
Binary11010000101111111001100010100111100101010001001011111101010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D0057E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D0057E; }

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

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

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

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

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

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

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

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