#DD128F

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

Shades of Medium Violet Red #DD128F

Tints of Medium Violet Red #DD128F

Color information

#DD128F (or 0xDD128F) is unknown color: approx Medium Violet Red. HEX triplet: DD, 12 and 8F. RGB value is (221,18,143). Sum of RGB (Red+Green+Blue) = 221+18+143=382 (50% of max value = 765). Red value is 221 (86.72% from 255 or 57.85% from 382); Green value is 18 (7.42% from 255 or 4.71% from 382); Blue value is 143 (56.25% from 255 or 37.43% from 382); Max value from RGB is 221 - color contains mainly: red. Hex color #DD128F is not a web safe color. Web safe color analog (approx): #CC0099. Inversed color of #DD128F is #22ED70. Grayscale: #5C5C5C. Windows color (decimal): -2289009 or 9376477. OLE color: 9376477.

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

Color convert

RGB22118143-
CMYK00.920.350.13
HSL323.05º84.94%46.86%-
HSV(B)323.05º91.86%86.67%-
XYZ34.9917.7927.58-
YUV92.95156.25219.34-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 57.85%
GREEN value IS 18 (7.42% from 255) = 4.71%
BLUE value IS 143 (56.25% from 255) = 37.43%
R=57.85%
G=4.71%
B=37.43%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.92
Y (Yellow) values IS 0.35
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal2211814300.920.350.13323.0584.9446.86
HexDD128F05C23D143552f
Octal335222170134431550312557
Binary1101110110010100011110101110010001111011010000111010101101111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD128F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD128F; }

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

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

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

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

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

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

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

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