#D11CAA

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

Shades of Medium Violet Red #D11CAA

Tints of Medium Violet Red #D11CAA

Color information

#D11CAA (or 0xD11CAA) is unknown color: approx Medium Violet Red. HEX triplet: D1, 1C and AA. RGB value is (209,28,170). Sum of RGB (Red+Green+Blue) = 209+28+170=407 (53% of max value = 765). Red value is 209 (82.03% from 255 or 51.35% from 407); Green value is 28 (11.33% from 255 or 6.88% from 407); Blue value is 170 (66.80% from 255 or 41.77% from 407); Max value from RGB is 209 - color contains mainly: red. Hex color #D11CAA is not a web safe color. Web safe color analog (approx): #CC3399. Inversed color of #D11CAA is #2EE355. Grayscale: #616161. Windows color (decimal): -3072854 or 11148497. OLE color: 11148497.

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

Color convert

RGB20928170-
CMYK00.870.190.18
HSL312.93º76.37%46.47%-
HSV(B)312.93º86.6%81.96%-
XYZ33.9717.2939.58-
YUV98.31168.47206.95-

RGB Variations

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

RGB

RED value IS 209 (82.03% from 255) = 51.35%
GREEN value IS 28 (11.33% from 255) = 6.88%
BLUE value IS 170 (66.80% from 255) = 41.77%
R=51.35%
G=6.88%
B=41.77%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.87
Y (Yellow) values IS 0.19
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal2092817000.870.190.18312.9376.3746.47
HexD11CAA05713121394c2e
Octal321342520127232247111456
Binary1101000111100101010100101011110011100101001110011001100101110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D11CAA

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D11CAA; }

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

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

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

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

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

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

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

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