#D1159A

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

Shades of Medium Violet Red #D1159A

Tints of Medium Violet Red #D1159A

Color information

#D1159A (or 0xD1159A) is unknown color: approx Medium Violet Red. HEX triplet: D1, 15 and 9A. RGB value is (209,21,154). Sum of RGB (Red+Green+Blue) = 209+21+154=384 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.43% from 384); Green value is 21 (8.59% from 255 or 5.47% from 384); Blue value is 154 (60.55% from 255 or 40.10% from 384); Max value from RGB is 209 - color contains mainly: red. Hex color #D1159A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1159A is #2EEA65. Grayscale: #5C5C5C. Windows color (decimal): -3074662 or 10098129. OLE color: 10098129.

HSL color Cylindrical-coordinate representation of color #D1159A: hue angle of 317.55º degrees, saturation: 0.82, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D1159A is Cyan = 0, Magento = 0.90, Yellow = 0.26 and Black (K on CMYK) = 0.18.

Color convert

RGB20921154-
CMYK00.900.260.18
HSL317.55º81.74%45.1%-
HSV(B)317.55º89.95%81.96%-
XYZ32.416.4232.03-
YUV92.37162.78211.19-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.43%
GREEN value IS 21 (8.59% from 255) = 5.47%
BLUE value IS 154 (60.55% from 255) = 40.10%
R=54.43%
G=5.47%
B=40.10%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.26
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092115400.900.260.18317.5581.7445.1
HexD1159A05A1A1213e522d
Octal321252320132322247612255
Binary1101000110101100110100101101011010100101001111101010010101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1159A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1159A; }

 p { color: rgb(209,21,154); }

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

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

 a { background-color: rgb(209,21,154); }

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

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

 span { border-color: rgb(209,21,154); }

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