#D7169A

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

Shades of Medium Violet Red #D7169A

Tints of Medium Violet Red #D7169A

Color information

#D7169A (or 0xD7169A) is unknown color: approx Medium Violet Red. HEX triplet: D7, 16 and 9A. RGB value is (215,22,154). Sum of RGB (Red+Green+Blue) = 215+22+154=391 (51% of max value = 765). Red value is 215 (84.38% from 255 or 54.99% from 391); Green value is 22 (8.98% from 255 or 5.63% from 391); Blue value is 154 (60.55% from 255 or 39.39% from 391); Max value from RGB is 215 - color contains mainly: red. Hex color #D7169A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #D7169A is #28E965. Grayscale: #5E5E5E. Windows color (decimal): -2681190 or 10098391. OLE color: 10098391.

HSL color Cylindrical-coordinate representation of color #D7169A: hue angle of 318.96º 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 #D7169A is Cyan = 0, Magento = 0.90, Yellow = 0.28 and Black (K on CMYK) = 0.16.

Color convert

RGB21522154-
CMYK00.900.280.16
HSL318.96º81.43%46.47%-
HSV(B)318.96º89.77%84.31%-
XYZ34.1417.3532.12-
YUV94.76161.44213.77-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 54.99%
GREEN value IS 22 (8.98% from 255) = 5.63%
BLUE value IS 154 (60.55% from 255) = 39.39%
R=54.99%
G=5.63%
B=39.39%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.90
Y (Yellow) values IS 0.28
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal2152215400.900.280.16318.9681.4346.47
HexD7169A05A1C1013f512e
Octal327262320132342047712156
Binary1101011110110100110100101101011100100001001111111010001101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D7169A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D7169A; }

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

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

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

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

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

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

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

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