#DD7C9D

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

Shades of Pale Violet Red #DD7C9D

Tints of Pale Violet Red #DD7C9D

Color information

#DD7C9D (or 0xDD7C9D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7C and 9D. RGB value is (221,124,157). Sum of RGB (Red+Green+Blue) = 221+124+157=502 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.02% from 502); Green value is 124 (48.83% from 255 or 24.70% from 502); Blue value is 157 (61.72% from 255 or 31.27% from 502); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C9D is #228362. Grayscale: #9C9C9C. Windows color (decimal): -2261859 or 10321117. OLE color: 10321117.

HSL color Cylindrical-coordinate representation of color #DD7C9D: hue angle of 339.59º degrees, saturation: 0.59, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.44%. Process color model (Four color, CMYK) of #DD7C9D is Cyan = 0, Magento = 0.44, Yellow = 0.29 and Black (K on CMYK) = 0.13.

Color convert

RGB221124157-
CMYK00.440.290.13
HSL339.59º58.79%67.65%-
HSV(B)339.59º43.89%86.67%-
XYZ43.1132.2235.85-
YUV156.76128.14173.82-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.02%
GREEN value IS 124 (48.83% from 255) = 24.70%
BLUE value IS 157 (61.72% from 255) = 31.27%
R=44.02%
G=24.70%
B=31.27%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112415700.440.290.13339.5958.7967.65
HexDD7C9D02C1DD1543b44
Octal335174235054351552473104
Binary1101110111111001001110101011001110111011010101001110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C9D; }

 p { color: rgb(221,124,157); }

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

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

 a { background-color: rgb(221,124,157); }

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

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

 span { border-color: rgb(221,124,157); }

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