#D11CAC

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

Shades of Medium Violet Red #D11CAC

Tints of Medium Violet Red #D11CAC

Color information

#D11CAC (or 0xD11CAC) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1C and AC. RGB value is (209,28,172). Sum of RGB (Red+Green+Blue) = 209+28+172=409 (54% of max value = 765). Red value is 209 (82.03% from 255 or 51.10% from 409); Green value is 28 (11.33% from 255 or 6.85% from 409); Blue value is 172 (67.58% from 255 or 42.05% from 409); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CAC is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CAC is #2EE353. Grayscale: #626262. Windows color (decimal): -3072852 or 11279569. OLE color: 11279569.

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

Color convert

RGB20928172-
CMYK00.870.180.18
HSL312.27º76.37%46.47%-
HSV(B)312.27º86.6%81.96%-
XYZ34.1617.3640.58-
YUV98.54169.47206.79-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.10%
GREEN value IS 28 (11.33% from 255) = 6.85%
BLUE value IS 172 (67.58% from 255) = 42.05%
R=51.10%
G=6.85%
B=42.05%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.18
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092817200.870.180.18312.2776.3746.47
HexD11CAC05712121384c2e
Octal321342540127222247011456
Binary1101000111100101011000101011110010100101001110001001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11CAC

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11CAC; }

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

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

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

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

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

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

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

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