#D1128A

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

Shades of Medium Violet Red #D1128A

Tints of Medium Violet Red #D1128A

Color information

#D1128A (or 0xD1128A) is unknown color: approx Medium Violet Red. HEX triplet: D1, 12 and 8A. RGB value is (209,18,138). Sum of RGB (Red+Green+Blue) = 209+18+138=365 (48% of max value = 765). Red value is 209 (82.03% from 255 or 57.26% from 365); Green value is 18 (7.42% from 255 or 4.93% from 365); Blue value is 138 (54.30% from 255 or 37.81% from 365); Max value from RGB is 209 - color contains mainly: red. Hex color #D1128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D1128A is #2EED75. Grayscale: #585858. Windows color (decimal): -3075446 or 9048785. OLE color: 9048785.

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

Color convert

RGB20918138-
CMYK00.910.340.18
HSL322.3º84.14%44.51%-
HSV(B)322.3º91.39%81.96%-
XYZ31.115.8225.46-
YUV88.79155.78213.74-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 57.26%
GREEN value IS 18 (7.42% from 255) = 4.93%
BLUE value IS 138 (54.30% from 255) = 37.81%
R=57.26%
G=4.93%
B=37.81%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.91
Y (Yellow) values IS 0.34
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2091813800.910.340.18322.384.1444.51
HexD1128A05B2212142542d
Octal321222120133422250212455
Binary11010001100101000101001011011100010100101010000101010100101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D1128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D1128A; }

 p { color: rgb(209,18,138); }

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

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

 a { background-color: rgb(209,18,138); }

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

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

 span { border-color: rgb(209,18,138); }

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