#d10c87

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

Shades of Medium Violet Red #D10C87

Tints of Medium Violet Red #D10C87

Color information

#D10C87 (or 0xD10C87) is unknown color: approx Medium Violet Red. HEX triplet: D1, 0C and 87. RGB value is (209,12,135). Sum of RGB (Red+Green+Blue) = 209+12+135=356 (47% of max value = 765). Red value is 209 (82.03% from 255 or 58.71% from 356); Green value is 12 (5.08% from 255 or 3.37% from 356); Blue value is 135 (53.12% from 255 or 37.92% from 356); Max value from RGB is 209 - color contains mainly: red. Hex color #D10C87 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D10C87 is #2EF378. Grayscale: #545454. Windows color (decimal): -3076985 or 8850641. OLE color: 8850641.

HSL color Cylindrical-coordinate representation of color #D10C87: hue angle of 322.54º degrees, saturation: 0.89, lightness: 0.43%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.94%. Process color model (Four color, CMYK) of #D10C87 is Cyan = 0, Magento = 0.94, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB20912135-
CMYK00.940.350.18
HSL322.54º89.14%43.33%-
HSV(B)322.54º94.26%81.96%-
XYZ30.815.5724.3-
YUV84.92156.27216.5-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 58.71%
GREEN value IS 12 (5.08% from 255) = 3.37%
BLUE value IS 135 (53.12% from 255) = 37.92%
R=58.71%
G=3.37%
B=37.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.94
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091213500.940.350.18322.5489.1443.33
HexD1C8705E2312143592b
Octal321142070136432250313153
Binary1101000111001000011101011110100011100101010000111011001101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d10c87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d10c87; }

 p { color: rgb(209,12,135); }

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

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

 a { background-color: rgb(209,12,135); }

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

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

 span { border-color: rgb(209,12,135); }

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