#DD128D

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

Shades of Medium Violet Red #DD128D

Tints of Medium Violet Red #DD128D

Color information

#DD128D (or 0xDD128D) is unknown color: approx Medium Violet Red. HEX triplet: DD, 12 and 8D. RGB value is (221,18,141). Sum of RGB (Red+Green+Blue) = 221+18+141=380 (50% of max value = 765). Red value is 221 (86.72% from 255 or 58.16% from 380); Green value is 18 (7.42% from 255 or 4.74% from 380); Blue value is 141 (55.47% from 255 or 37.11% from 380); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128D is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128D is #22ED72. Grayscale: #5C5C5C. Windows color (decimal): -2289011 or 9245405. OLE color: 9245405.

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

Color convert

RGB22118141-
CMYK00.920.360.13
HSL323.65º84.94%46.86%-
HSV(B)323.65º91.86%86.67%-
XYZ34.8417.7326.78-
YUV92.72155.25219.5-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 58.16%
GREEN value IS 18 (7.42% from 255) = 4.74%
BLUE value IS 141 (55.47% from 255) = 37.11%
R=58.16%
G=4.74%
B=37.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211814100.920.360.13323.6584.9446.86
HexDD128D05C24D144552f
Octal335222150134441550412557
Binary1101110110010100011010101110010010011011010001001010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD128D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD128D; }

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

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

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

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

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

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

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

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