#D1087D

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

Shades of Medium Violet Red #D1087D

Tints of Medium Violet Red #D1087D

Color information

#D1087D (or 0xD1087D) is unknown color: approx Medium Violet Red. HEX triplet: D1, 08 and 7D. RGB value is (209,8,125). Sum of RGB (Red+Green+Blue) = 209+8+125=342 (45% of max value = 765). Red value is 209 (82.03% from 255 or 61.11% from 342); Green value is 8 (3.52% from 255 or 2.34% from 342); Blue value is 125 (49.22% from 255 or 36.55% from 342); Max value from RGB is 209 - color contains mainly: red. Hex color #D1087D is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D1087D is #2EF782. Grayscale: #515151. Windows color (decimal): -3078019 or 8194257. OLE color: 8194257.

HSL color Cylindrical-coordinate representation of color #D1087D: hue angle of 325.07º 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 #D1087D is Cyan = 0, Magento = 0.96, Yellow = 0.40 and Black (K on CMYK) = 0.18.

Color convert

RGB2098125-
CMYK00.960.400.18
HSL325.07º92.63%42.55%-
HSV(B)325.07º96.17%81.96%-
XYZ30.0815.2120.75-
YUV81.44152.59218.99-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 61.11%
GREEN value IS 8 (3.52% from 255) = 2.34%
BLUE value IS 125 (49.22% from 255) = 36.55%
R=61.11%
G=2.34%
B=36.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.96
Y (Yellow) values IS 0.40
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal209812500.960.400.18325.0792.6342.55
HexD187D06028121455d2b
Octal321101750140502250513553
Binary110100011000111110101100000101000100101010001011011101101011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1087D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1087D; }

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

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

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

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

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

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

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

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