#DD1188

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

Shades of Medium Violet Red #DD1188

Tints of Medium Violet Red #DD1188

Color information

#DD1188 (or 0xDD1188) is unknown color: approx Medium Violet Red. HEX triplet: DD, 11 and 88. RGB value is (221,17,136). Sum of RGB (Red+Green+Blue) = 221+17+136=374 (49% of max value = 765). Red value is 221 (86.72% from 255 or 59.09% from 374); Green value is 17 (7.03% from 255 or 4.55% from 374); Blue value is 136 (53.52% from 255 or 36.36% from 374); Max value from RGB is 221 - color contains mainly: red. Hex color #DD1188 is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD1188 is #22EE77. Grayscale: #5B5B5B. Windows color (decimal): -2289272 or 8917469. OLE color: 8917469.

HSL color Cylindrical-coordinate representation of color #DD1188: hue angle of 325º 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 #DD1188 is Cyan = 0, Magento = 0.92, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB22117136-
CMYK00.920.380.13
HSL325º85.71%46.67%-
HSV(B)325º92.31%86.67%-
XYZ34.4617.5524.86-
YUV91.56153.09220.32-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 59.09%
GREEN value IS 17 (7.03% from 255) = 4.55%
BLUE value IS 136 (53.52% from 255) = 36.36%
R=59.09%
G=4.55%
B=36.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211713600.920.380.1332585.7146.67
HexDD118805C26D145562f
Octal335212100134461550512657
Binary1101110110001100010000101110010011011011010001011010110101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD1188

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD1188; }

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

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

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

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

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

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

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

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