#D7169C

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

Shades of Medium Violet Red #D7169C

Tints of Medium Violet Red #D7169C

Color information

#D7169C (or 0xD7169C) is unknown color: approx Medium Violet Red. HEX triplet: D7, 16 and 9C. RGB value is (215,22,156). Sum of RGB (Red+Green+Blue) = 215+22+156=393 (52% of max value = 765). Red value is 215 (84.38% from 255 or 54.71% from 393); Green value is 22 (8.98% from 255 or 5.60% from 393); Blue value is 156 (61.33% from 255 or 39.69% from 393); Max value from RGB is 215 - color contains mainly: red. Hex color #D7169C is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7169C is #28E963. Grayscale: #5E5E5E. Windows color (decimal): -2681188 or 10229463. OLE color: 10229463.

HSL color Cylindrical-coordinate representation of color #D7169C: hue angle of 318.34º degrees, saturation: 0.81, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.9%. Process color model (Four color, CMYK) of #D7169C is Cyan = 0, Magento = 0.90, Yellow = 0.27 and Black (K on CMYK) = 0.16.

Color convert

RGB21522156-
CMYK00.900.270.16
HSL318.34º81.43%46.47%-
HSV(B)318.34º89.77%84.31%-
XYZ34.3117.4233.01-
YUV94.98162.44213.6-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.71%
GREEN value IS 22 (8.98% from 255) = 5.60%
BLUE value IS 156 (61.33% from 255) = 39.69%
R=54.71%
G=5.60%
B=39.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.27
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152215600.900.270.16318.3481.4346.47
HexD7169C05A1B1013e512e
Octal327262340132332047612156
Binary1101011110110100111000101101011011100001001111101010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7169C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7169C; }

 p { color: rgb(215,22,156); }

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

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

 a { background-color: rgb(215,22,156); }

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

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

 span { border-color: rgb(215,22,156); }

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