#D1087F

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

Shades of Medium Violet Red #D1087F

Tints of Medium Violet Red #D1087F

Color information

#D1087F (or 0xD1087F) is unknown color: approx Medium Violet Red. HEX triplet: D1, 08 and 7F. RGB value is (209,8,127). Sum of RGB (Red+Green+Blue) = 209+8+127=344 (45% of max value = 765). Red value is 209 (82.03% from 255 or 60.76% from 344); Green value is 8 (3.52% from 255 or 2.33% from 344); Blue value is 127 (50% from 255 or 36.92% from 344); Max value from RGB is 209 - color contains mainly: red. Hex color #D1087F is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1087F is #2EF780. Grayscale: #515151. Windows color (decimal): -3078017 or 8325329. OLE color: 8325329.

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

Color convert

RGB2098127-
CMYK00.960.390.18
HSL324.48º92.63%42.55%-
HSV(B)324.48º96.17%81.96%-
XYZ30.2115.2621.43-
YUV81.66153.59218.82-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 60.76%
GREEN value IS 8 (3.52% from 255) = 2.33%
BLUE value IS 127 (50% from 255) = 36.92%
R=60.76%
G=2.33%
B=36.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.39
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209812700.960.390.18324.4892.6342.55
HexD187F06027121445d2b
Octal321101770140472250413553
Binary110100011000111111101100000100111100101010001001011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1087F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1087F; }

 p { color: rgb(209,8,127); }

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

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

 a { background-color: rgb(209,8,127); }

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

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

 span { border-color: rgb(209,8,127); }

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