#DD128A

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

Shades of Medium Violet Red #DD128A

Tints of Medium Violet Red #DD128A

Color information

#DD128A (or 0xDD128A) is unknown color: approx Medium Violet Red. HEX triplet: DD, 12 and 8A. RGB value is (221,18,138). Sum of RGB (Red+Green+Blue) = 221+18+138=377 (49% of max value = 765). Red value is 221 (86.72% from 255 or 58.62% from 377); Green value is 18 (7.42% from 255 or 4.77% from 377); Blue value is 138 (54.30% from 255 or 36.60% from 377); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128A is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128A is #22ED75. Grayscale: #5C5C5C. Windows color (decimal): -2289014 or 9048797. OLE color: 9048797.

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

Color convert

RGB22118138-
CMYK00.920.380.13
HSL324.53º84.94%46.86%-
HSV(B)324.53º91.86%86.67%-
XYZ34.6217.6425.62-
YUV92.38153.75219.74-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.62%
GREEN value IS 18 (7.42% from 255) = 4.77%
BLUE value IS 138 (54.30% from 255) = 36.60%
R=58.62%
G=4.77%
B=36.60%

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
Decimal2211813800.920.380.13324.5384.9446.86
HexDD128A05C26D145552f
Octal335222120134461550512557
Binary1101110110010100010100101110010011011011010001011010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD128A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD128A; }

 p { color: rgb(221,18,138); }

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

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

 a { background-color: rgb(221,18,138); }

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

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

 span { border-color: rgb(221,18,138); }

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