#D11C92

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

Shades of Medium Violet Red #D11C92

Tints of Medium Violet Red #D11C92

Color information

#D11C92 (or 0xD11C92) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1C and 92. RGB value is (209,28,146). Sum of RGB (Red+Green+Blue) = 209+28+146=383 (50% of max value = 765). Red value is 209 (82.03% from 255 or 54.57% from 383); Green value is 28 (11.33% from 255 or 7.31% from 383); Blue value is 146 (57.42% from 255 or 38.12% from 383); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C92 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C92 is #2EE36D. Grayscale: #5F5F5F. Windows color (decimal): -3072878 or 9575633. OLE color: 9575633.

HSL color Cylindrical-coordinate representation of color #D11C92: hue angle of 320.88º degrees, saturation: 0.76, lightness: 0.46%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.87%. Process color model (Four color, CMYK) of #D11C92 is Cyan = 0, Magento = 0.87, Yellow = 0.30 and Black (K on CMYK) = 0.18.

Color convert

RGB20928146-
CMYK00.870.300.18
HSL320.88º76.37%46.47%-
HSV(B)320.88º86.6%81.96%-
XYZ31.916.4628.69-
YUV95.57156.47208.91-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 54.57%
GREEN value IS 28 (11.33% from 255) = 7.31%
BLUE value IS 146 (57.42% from 255) = 38.12%
R=54.57%
G=7.31%
B=38.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.30
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092814600.870.300.18320.8876.3746.47
HexD11C920571E121414c2e
Octal321342220127362250111456
Binary1101000111100100100100101011111110100101010000011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11C92

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11C92; }

 p { color: rgb(209,28,146); }

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

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

 a { background-color: rgb(209,28,146); }

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

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

 span { border-color: rgb(209,28,146); }

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