#d11c84

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

Shades of Medium Violet Red #D11C84

Tints of Medium Violet Red #D11C84

Color information

#D11C84 (or 0xD11C84) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1C and 84. RGB value is (209,28,132). Sum of RGB (Red+Green+Blue) = 209+28+132=369 (48% of max value = 765). Red value is 209 (82.03% from 255 or 56.64% from 369); Green value is 28 (11.33% from 255 or 7.59% from 369); Blue value is 132 (51.95% from 255 or 35.77% from 369); Max value from RGB is 209 - color contains mainly: red. Hex color #D11C84 is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11C84 is #2EE37B. Grayscale: #5D5D5D. Windows color (decimal): -3072892 or 8658129. OLE color: 8658129.

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

Color convert

RGB20928132-
CMYK00.870.370.18
HSL325.52º76.37%46.47%-
HSV(B)325.52º86.6%81.96%-
XYZ30.8716.0523.3-
YUV93.98149.47210.04-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 56.64%
GREEN value IS 28 (11.33% from 255) = 7.59%
BLUE value IS 132 (51.95% from 255) = 35.77%
R=56.64%
G=7.59%
B=35.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092813200.870.370.18325.5276.3746.47
HexD11C8405725121464c2e
Octal321342040127452250611456
Binary11010001111001000010001010111100101100101010001101001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d11c84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d11c84; }

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

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

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

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

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

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

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

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