#D50778

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

Shades of Medium Violet Red #D50778

Tints of Medium Violet Red #D50778

Color information

#D50778 (or 0xD50778) is unknown color: approx Medium Violet Red. HEX triplet: D5, 07 and 78. RGB value is (213,7,120). Sum of RGB (Red+Green+Blue) = 213+7+120=340 (45% of max value = 765). Red value is 213 (83.59% from 255 or 62.65% from 340); Green value is 7 (3.12% from 255 or 2.06% from 340); Blue value is 120 (47.27% from 255 or 35.29% from 340); Max value from RGB is 213 - color contains mainly: red. Hex color #D50778 is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D50778 is #2AF887. Grayscale: #515151. Windows color (decimal): -2816136 or 7866325. OLE color: 7866325.

HSL color Cylindrical-coordinate representation of color #D50778: hue angle of 327.09º degrees, saturation: 0.94, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.97%. Process color model (Four color, CMYK) of #D50778 is Cyan = 0, Magento = 0.97, Yellow = 0.44 and Black (K on CMYK) = 0.16.

Color convert

RGB2137120-
CMYK00.970.440.16
HSL327.09º93.64%43.14%-
HSV(B)327.09º96.71%83.53%-
XYZ30.9115.6519.16-
YUV81.48149.75221.81-

RGB Variations

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

RGB

RED value IS 213 (83.59% from 255) = 62.65%
GREEN value IS 7 (3.12% from 255) = 2.06%
BLUE value IS 120 (47.27% from 255) = 35.29%
R=62.65%
G=2.06%
B=35.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.97
Y (Yellow) values IS 0.44
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal213712000.970.440.16327.0993.6443.14
HexD57780612C101475e2b
Octal32571700141542050713653
Binary11010101111111100001100001101100100001010001111011110101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D50778

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D50778; }

 p { color: rgb(213,7,120); }

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

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

 a { background-color: rgb(213,7,120); }

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

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

 span { border-color: rgb(213,7,120); }

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