#DD7D9F

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

Shades of Pale Violet Red #DD7D9F

Tints of Pale Violet Red #DD7D9F

Color information

#DD7D9F (or 0xDD7D9F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7D and 9F. RGB value is (221,125,159). Sum of RGB (Red+Green+Blue) = 221+125+159=505 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.76% from 505); Green value is 125 (49.22% from 255 or 24.75% from 505); Blue value is 159 (62.5% from 255 or 31.49% from 505); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7D9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7D9F is #228260. Grayscale: #9D9D9D. Windows color (decimal): -2261601 or 10452445. OLE color: 10452445.

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

Color convert

RGB221125159-
CMYK00.430.280.13
HSL338.75º58.54%67.84%-
HSV(B)338.75º43.44%86.67%-
XYZ43.4132.5436.79-
YUV157.58128.8173.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.76%
GREEN value IS 125 (49.22% from 255) = 24.75%
BLUE value IS 159 (62.5% from 255) = 31.49%
R=43.76%
G=24.75%
B=31.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.43
Y (Yellow) values IS 0.28
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22112515900.430.280.13338.7558.5467.84
HexDD7D9F02B1CD1533b44
Octal335175237053341552373104
Binary1101110111111011001111101010111110011011010100111110111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7D9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7D9F; }

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

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

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

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

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

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

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

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