#D8117B

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

Shades of Medium Violet Red #D8117B

Tints of Medium Violet Red #D8117B

Color information

#D8117B (or 0xD8117B) is unknown color: approx Medium Violet Red. HEX triplet: D8, 11 and 7B. RGB value is (216,17,123). Sum of RGB (Red+Green+Blue) = 216+17+123=356 (47% of max value = 765). Red value is 216 (84.77% from 255 or 60.67% from 356); Green value is 17 (7.03% from 255 or 4.78% from 356); Blue value is 123 (48.44% from 255 or 34.55% from 356); Max value from RGB is 216 - color contains mainly: red. Hex color #D8117B is not a web safe color. Web safe color analog (approx): #CC0066. Inversed color of #D8117B is #27EE84. Grayscale: #585858. Windows color (decimal): -2616965 or 8065496. OLE color: 8065496.

HSL color Cylindrical-coordinate representation of color #D8117B: hue angle of 328.04º 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 #D8117B is Cyan = 0, Magento = 0.92, Yellow = 0.43 and Black (K on CMYK) = 0.15.

Color convert

RGB21617123-
CMYK00.920.430.15
HSL328.04º85.41%45.69%-
HSV(B)328.04º92.13%84.71%-
XYZ32.0916.4320.22-
YUV88.58147.43218.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 60.67%
GREEN value IS 17 (7.03% from 255) = 4.78%
BLUE value IS 123 (48.44% from 255) = 34.55%
R=60.67%
G=4.78%
B=34.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.43
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2161712300.920.430.15328.0485.4145.69
HexD8117B05C2BF148552e
Octal330211730134531751012556
Binary110110001000111110110101110010101111111010010001010101101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D8117B

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D8117B; }

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

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

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

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

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

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

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

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