#D91C88

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

Shades of Medium Violet Red #D91C88

Tints of Medium Violet Red #D91C88

Color information

#D91C88 (or 0xD91C88) is unknown color: approx Medium Violet Red. HEX triplet: D9, 1C and 88. RGB value is (217,28,136). Sum of RGB (Red+Green+Blue) = 217+28+136=381 (50% of max value = 765). Red value is 217 (85.16% from 255 or 56.96% from 381); Green value is 28 (11.33% from 255 or 7.35% from 381); Blue value is 136 (53.52% from 255 or 35.70% from 381); Max value from RGB is 217 - color contains mainly: red. Hex color #D91C88 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D91C88 is #26E377. Grayscale: #606060. Windows color (decimal): -2548600 or 8920281. OLE color: 8920281.

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

Color convert

RGB21728136-
CMYK00.870.370.15
HSL325.71º77.14%48.04%-
HSV(B)325.71º87.1%85.1%-
XYZ33.4717.3624.88-
YUV96.82150.12213.72-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 56.96%
GREEN value IS 28 (11.33% from 255) = 7.35%
BLUE value IS 136 (53.52% from 255) = 35.70%
R=56.96%
G=7.35%
B=35.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal2172813600.870.370.15325.7177.1448.04
HexD91C8805725F1464d30
Octal331342100127451750611560
Binary1101100111100100010000101011110010111111010001101001101110000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D91C88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D91C88; }

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

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

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

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

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

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

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

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