#DD7C9F

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

Shades of Pale Violet Red #DD7C9F

Tints of Pale Violet Red #DD7C9F

Color information

#DD7C9F (or 0xDD7C9F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7C and 9F. RGB value is (221,124,159). Sum of RGB (Red+Green+Blue) = 221+124+159=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 124 (48.83% from 255 or 24.60% from 504); Blue value is 159 (62.5% from 255 or 31.55% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7C9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7C9F is #228360. Grayscale: #9C9C9C. Windows color (decimal): -2261857 or 10452189. OLE color: 10452189.

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

Color convert

RGB221124159-
CMYK00.440.280.13
HSL338.35º58.79%67.65%-
HSV(B)338.35º43.89%86.67%-
XYZ43.2832.2936.75-
YUV156.99129.14173.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 124 (48.83% from 255) = 24.60%
BLUE value IS 159 (62.5% from 255) = 31.55%
R=43.85%
G=24.60%
B=31.55%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.44
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112415900.440.280.13338.3558.7967.65
HexDD7C9F02C1CD1523b44
Octal335174237054341552273104
Binary1101110111111001001111101011001110011011010100101110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7C9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7C9F; }

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

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

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

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

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

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

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

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