#DD1182

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

Shades of Medium Violet Red #DD1182

Tints of Medium Violet Red #DD1182

Color information

#DD1182 (or 0xDD1182) is unknown color: approx Medium Violet Red. HEX triplet: DD, 11 and 82. RGB value is (221,17,130). Sum of RGB (Red+Green+Blue) = 221+17+130=368 (48% of max value = 765). Red value is 221 (86.72% from 255 or 60.05% from 368); Green value is 17 (7.03% from 255 or 4.62% from 368); Blue value is 130 (51.17% from 255 or 35.33% from 368); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1182 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1182 is #22EE7D. Grayscale: #5A5A5A. Windows color (decimal): -2289278 or 8524253. OLE color: 8524253.

HSL color Cylindrical-coordinate representation of color #DD1182: hue angle of 326.76º degrees, saturation: 0.86, lightness: 0.47%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.92%. Process color model (Four color, CMYK) of #DD1182 is Cyan = 0, Magento = 0.92, Yellow = 0.41 and Black (K on CMYK) = 0.13.

Color convert

RGB22117130-
CMYK00.920.410.13
HSL326.76º85.71%46.67%-
HSV(B)326.76º92.31%86.67%-
XYZ34.0517.3822.68-
YUV90.88150.09220.81-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 60.05%
GREEN value IS 17 (7.03% from 255) = 4.62%
BLUE value IS 130 (51.17% from 255) = 35.33%
R=60.05%
G=4.62%
B=35.33%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211713000.920.410.13326.7685.7146.67
HexDD118205C29D147562f
Octal335212020134511550712657
Binary1101110110001100000100101110010100111011010001111010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1182

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1182; }

 p { color: rgb(221,17,130); }

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

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

 a { background-color: rgb(221,17,130); }

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

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

 span { border-color: rgb(221,17,130); }

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