#D8117A

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

Shades of Medium Violet Red #D8117A

Tints of Medium Violet Red #D8117A

Color information

#D8117A (or 0xD8117A) is unknown color: approx Medium Violet Red. HEX triplet: D8, 11 and 7A. RGB value is (216,17,122). Sum of RGB (Red+Green+Blue) = 216+17+122=355 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.85% from 355); Green value is 17 (7.03% from 255 or 4.79% from 355); Blue value is 122 (48.05% from 255 or 34.37% from 355); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117A is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117A is #27EE85. Grayscale: #585858. Windows color (decimal): -2616966 or 7999960. OLE color: 7999960.

HSL color Cylindrical-coordinate representation of color #D8117A: hue angle of 328.34º degrees, saturation: 0.85, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #D8117A is Cyan = 0, Magento = 0.92, Yellow = 0.44 and Black (K on CMYK) = 0.15.

Color convert

RGB21617122-
CMYK00.920.440.15
HSL328.34º85.41%45.69%-
HSV(B)328.34º92.13%84.71%-
XYZ32.0316.419.89-
YUV88.47146.93218.96-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.85%
GREEN value IS 17 (7.03% from 255) = 4.79%
BLUE value IS 122 (48.05% from 255) = 34.37%
R=60.85%
G=4.79%
B=34.37%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.44
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161712200.920.440.15328.3485.4145.69
HexD8117A05C2CF148552e
Octal330211720134541751012556
Binary110110001000111110100101110010110011111010010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8117A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8117A; }

 p { color: rgb(216,17,122); }

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

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

 a { background-color: rgb(216,17,122); }

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

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

 span { border-color: rgb(216,17,122); }

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