#D91C86

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

Shades of Medium Violet Red #D91C86

Tints of Medium Violet Red #D91C86

Color information

#D91C86 (or 0xD91C86) is unknown color: approx Medium Violet Red. HEX triplet: D9, 1C and 86. RGB value is (217,28,134). Sum of RGB (Red+Green+Blue) = 217+28+134=379 (50% of max value = 765). Red value is 217 (85.16% from 255 or 57.26% from 379); Green value is 28 (11.33% from 255 or 7.39% from 379); Blue value is 134 (52.73% from 255 or 35.36% from 379); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C86 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91C86 is #26E379. Grayscale: #606060. Windows color (decimal): -2548602 or 8789209. OLE color: 8789209.

HSL color Cylindrical-coordinate representation of color #D91C86: hue angle of 326.35º degrees, saturation: 0.77, lightness: 0.48%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D91C86 is Cyan = 0, Magento = 0.87, Yellow = 0.38 and Black (K on CMYK) = 0.15.

Color convert

RGB21728134-
CMYK00.870.380.15
HSL326.35º77.14%48.04%-
HSV(B)326.35º87.1%85.1%-
XYZ33.3317.324.14-
YUV96.59149.12213.88-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 57.26%
GREEN value IS 28 (11.33% from 255) = 7.39%
BLUE value IS 134 (52.73% from 255) = 35.36%
R=57.26%
G=7.39%
B=35.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172813400.870.380.15326.3577.1448.04
HexD91C8605726F1464d30
Octal331342060127461750611560
Binary1101100111100100001100101011110011011111010001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91C86

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91C86; }

 p { color: rgb(217,28,134); }

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

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

 a { background-color: rgb(217,28,134); }

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

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

 span { border-color: rgb(217,28,134); }

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