#D6118C

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

Shades of Medium Violet Red #D6118C

Tints of Medium Violet Red #D6118C

Color information

#D6118C (or 0xD6118C) is unknown color: approx Medium Violet Red. HEX triplet: D6, 11 and 8C. RGB value is (214,17,140). Sum of RGB (Red+Green+Blue) = 214+17+140=371 (49% of max value = 765). Red value is 214 (83.98% from 255 or 57.68% from 371); Green value is 17 (7.03% from 255 or 4.58% from 371); Blue value is 140 (55.08% from 255 or 37.74% from 371); Max value from RGB is 214 - color contains mainly: red. Hex color #D6118C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D6118C is #29EE73. Grayscale: #595959. Windows color (decimal): -2748020 or 9179606. OLE color: 9179606.

HSL color Cylindrical-coordinate representation of color #D6118C: hue angle of 322.54º degrees, saturation: 0.85, lightness: 0.45%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D6118C is Cyan = 0, Magento = 0.92, Yellow = 0.35 and Black (K on CMYK) = 0.16.

Color convert

RGB21417140-
CMYK00.920.350.16
HSL322.54º85.28%45.29%-
HSV(B)322.54º92.06%83.92%-
XYZ32.6716.5926.29-
YUV89.93156.27216.5-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 57.68%
GREEN value IS 17 (7.03% from 255) = 4.58%
BLUE value IS 140 (55.08% from 255) = 37.74%
R=57.68%
G=4.58%
B=37.74%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2141714000.920.350.16322.5485.2845.29
HexD6118C05C2310143552d
Octal326212140134432050312555
Binary11010110100011000110001011100100011100001010000111010101101101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D6118C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D6118C; }

 p { color: rgb(214,17,140); }

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

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

 a { background-color: rgb(214,17,140); }

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

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

 span { border-color: rgb(214,17,140); }

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