#D7157F

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

Shades of Medium Violet Red #D7157F

Tints of Medium Violet Red #D7157F

Color information

#D7157F (or 0xD7157F) is unknown color: approx Medium Violet Red. HEX triplet: D7, 15 and 7F. RGB value is (215,21,127). Sum of RGB (Red+Green+Blue) = 215+21+127=363 (48% of max value = 765). Red value is 215 (84.38% from 255 or 59.23% from 363); Green value is 21 (8.59% from 255 or 5.79% from 363); Blue value is 127 (50% from 255 or 34.99% from 363); Max value from RGB is 215 - color contains mainly: red. Hex color #D7157F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D7157F is #28EA80. Grayscale: #5A5A5A. Windows color (decimal): -2681473 or 8328663. OLE color: 8328663.

HSL color Cylindrical-coordinate representation of color #D7157F: hue angle of 327.22º degrees, saturation: 0.82, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7157F is Cyan = 0, Magento = 0.90, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB21521127-
CMYK00.900.410.16
HSL327.22º82.2%46.27%-
HSV(B)327.22º90.23%84.31%-
XYZ32.1216.5221.57-
YUV91.09148.27216.38-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 59.23%
GREEN value IS 21 (8.59% from 255) = 5.79%
BLUE value IS 127 (50% from 255) = 34.99%
R=59.23%
G=5.79%
B=34.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152112700.900.410.16327.2282.246.27
HexD7157F05A2910147522e
Octal327251770132512050712256
Binary1101011110101111111101011010101001100001010001111010010101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7157F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7157F; }

 p { color: rgb(215,21,127); }

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

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

 a { background-color: rgb(215,21,127); }

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

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

 span { border-color: rgb(215,21,127); }

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