#DD7DA5

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

Shades of Pale Violet Red #DD7DA5

Tints of Pale Violet Red #DD7DA5

Color information

#DD7DA5 (or 0xDD7DA5) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7D and A5. RGB value is (221,125,165). Sum of RGB (Red+Green+Blue) = 221+125+165=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 125 (49.22% from 255 or 24.46% from 511); Blue value is 165 (64.84% from 255 or 32.29% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7DA5 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7DA5 is #22825A. Grayscale: #9E9E9E. Windows color (decimal): -2261595 or 10845661. OLE color: 10845661.

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

Color convert

RGB221125165-
CMYK00.430.250.13
HSL335º58.54%67.84%-
HSV(B)335º43.44%86.67%-
XYZ43.9432.7639.6-
YUV158.26131.8172.75-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 125 (49.22% from 255) = 24.46%
BLUE value IS 165 (64.84% from 255) = 32.29%
R=43.25%
G=24.46%
B=32.29%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.25
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112516500.430.250.1333558.5467.84
HexDD7DA502B19D14f3b44
Octal335175245053311551773104
Binary1101110111111011010010101010111100111011010011111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7DA5

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7DA5; }

 p { color: rgb(221,125,165); }

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

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

 a { background-color: rgb(221,125,165); }

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

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

 span { border-color: rgb(221,125,165); }

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