#DD7B9F

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

Shades of Pale Violet Red #DD7B9F

Tints of Pale Violet Red #DD7B9F

Color information

#DD7B9F (or 0xDD7B9F) is unknown color: approx Pale Violet Red. HEX triplet: DD, 7B and 9F. RGB value is (221,123,159). Sum of RGB (Red+Green+Blue) = 221+123+159=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 123 (48.44% from 255 or 24.45% from 503); Blue value is 159 (62.5% from 255 or 31.61% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7B9F is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7B9F is #228460. Grayscale: #9C9C9C. Windows color (decimal): -2262113 or 10451933. OLE color: 10451933.

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

Color convert

RGB221123159-
CMYK00.440.280.13
HSL337.96º59.04%67.45%-
HSV(B)337.96º44.34%86.67%-
XYZ43.1632.0436.71-
YUV156.41129.47174.07-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 123 (48.44% from 255) = 24.45%
BLUE value IS 159 (62.5% from 255) = 31.61%
R=43.94%
G=24.45%
B=31.61%

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
Decimal22112315900.440.280.13337.9659.0467.45
HexDD7B9F02C1CD1523b43
Octal335173237054341552273103
Binary1101110111110111001111101011001110011011010100101110111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7B9F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7B9F; }

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

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

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

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

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

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

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

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