#D71D89

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

Shades of Medium Violet Red #D71D89

Tints of Medium Violet Red #D71D89

Color information

#D71D89 (or 0xD71D89) is unknown color: approx Medium Violet Red. HEX triplet: D7, 1D and 89. RGB value is (215,29,137). Sum of RGB (Red+Green+Blue) = 215+29+137=381 (50% of max value = 765). Red value is 215 (84.38% from 255 or 56.43% from 381); Green value is 29 (11.72% from 255 or 7.61% from 381); Blue value is 137 (53.91% from 255 or 35.96% from 381); Max value from RGB is 215 - color contains mainly: red. Hex color #D71D89 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D71D89 is #28E276. Grayscale: #606060. Windows color (decimal): -2679415 or 8986071. OLE color: 8986071.

HSL color Cylindrical-coordinate representation of color #D71D89: hue angle of 325.16º degrees, saturation: 0.76, 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 #D71D89 is Cyan = 0, Magento = 0.87, Yellow = 0.36 and Black (K on CMYK) = 0.16.

Color convert

RGB21529137-
CMYK00.870.360.16
HSL325.16º76.23%47.84%-
HSV(B)325.16º86.51%84.31%-
XYZ32.9817.1325.24-
YUV96.93150.62212.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 56.43%
GREEN value IS 29 (11.72% from 255) = 7.61%
BLUE value IS 137 (53.91% from 255) = 35.96%
R=56.43%
G=7.61%
B=35.96%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152913700.870.360.16325.1676.2347.84
HexD71D8905724101454c30
Octal327352110127442050511460
Binary11010111111011000100101010111100100100001010001011001100110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D71D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D71D89; }

 p { color: rgb(215,29,137); }

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

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

 a { background-color: rgb(215,29,137); }

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

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

 span { border-color: rgb(215,29,137); }

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