#D91C8C

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

Shades of Medium Violet Red #D91C8C

Tints of Medium Violet Red #D91C8C

Color information

#D91C8C (or 0xD91C8C) is unknown color: approx Medium Violet Red. HEX triplet: D9, 1C and 8C. RGB value is (217,28,140). Sum of RGB (Red+Green+Blue) = 217+28+140=385 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.36% from 385); Green value is 28 (11.33% from 255 or 7.27% from 385); Blue value is 140 (55.08% from 255 or 36.36% from 385); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C8C is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91C8C is #26E373. Grayscale: #616161. Windows color (decimal): -2548596 or 9182425. OLE color: 9182425.

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

Color convert

RGB21728140-
CMYK00.870.350.15
HSL324.44º77.14%48.04%-
HSV(B)324.44º87.1%85.1%-
XYZ33.7617.4826.4-
YUV97.28152.12213.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.36%
GREEN value IS 28 (11.33% from 255) = 7.27%
BLUE value IS 140 (55.08% from 255) = 36.36%
R=56.36%
G=7.27%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.35
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172814000.870.350.15324.4477.1448.04
HexD91C8C05723F1444d30
Octal331342140127431750411560
Binary1101100111100100011000101011110001111111010001001001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91C8C

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91C8C; }

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

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

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

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

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

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

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

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