#DD7A9D

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

Shades of Pale Violet Red #DD7A9D

Tints of Pale Violet Red #DD7A9D

Color information

#DD7A9D (or 0xDD7A9D) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7A and 9D. RGB value is (221,122,157). Sum of RGB (Red+Green+Blue) = 221+122+157=500 (66% of max value = 765). Red value is 221 (86.72% from 255 or 44.2% from 500); Green value is 122 (48.05% from 255 or 24.4% from 500); Blue value is 157 (61.72% from 255 or 31.4% from 500); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7A9D is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7A9D is #228562. Grayscale: #9B9B9B. Windows color (decimal): -2262371 or 10320605. OLE color: 10320605.

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

Color convert

RGB221122157-
CMYK00.450.290.13
HSL338.79º59.28%67.25%-
HSV(B)338.79º44.8%86.67%-
XYZ42.8631.7335.76-
YUV155.59128.8174.65-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.2%
GREEN value IS 122 (48.05% from 255) = 24.4%
BLUE value IS 157 (61.72% from 255) = 31.4%
R=44.2%
G=24.4%
B=31.4%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.45
Y (Yellow) values IS 0.29
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112215700.450.290.13338.7959.2867.25
HexDD7A9D02D1DD1533b43
Octal335172235055351552373103
Binary1101110111110101001110101011011110111011010100111110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7A9D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7A9D; }

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

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

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

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

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

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

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

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