#D71C80

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

Shades of Medium Violet Red #D71C80

Tints of Medium Violet Red #D71C80

Color information

#D71C80 (or 0xD71C80) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1C and 80. RGB value is (215,28,128). Sum of RGB (Red+Green+Blue) = 215+28+128=371 (49% of max value = 765). Red value is 215 (84.38% from 255 or 57.95% from 371); Green value is 28 (11.33% from 255 or 7.55% from 371); Blue value is 128 (50.39% from 255 or 34.50% from 371); Max value from RGB is 215 - color contains mainly: red. Hex color #D71C80 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71C80 is #28E37F. Grayscale: #5F5F5F. Windows color (decimal): -2679680 or 8395991. OLE color: 8395991.

HSL color Cylindrical-coordinate representation of color #D71C80: hue angle of 327.91º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D71C80 is Cyan = 0, Magento = 0.87, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB21528128-
CMYK00.870.400.16
HSL327.91º76.95%47.65%-
HSV(B)327.91º86.98%84.31%-
XYZ32.3416.8421.97-
YUV95.31146.45213.37-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 57.95%
GREEN value IS 28 (11.33% from 255) = 7.55%
BLUE value IS 128 (50.39% from 255) = 34.50%
R=57.95%
G=7.55%
B=34.50%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152812800.870.400.16327.9176.9547.65
HexD71C8005728101484d30
Octal327342000127502051011560
Binary11010111111001000000001010111101000100001010010001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71C80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71C80; }

 p { color: rgb(215,28,128); }

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

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

 a { background-color: rgb(215,28,128); }

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

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

 span { border-color: rgb(215,28,128); }

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