#DD7799

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

Shades of Pale Violet Red #DD7799

Tints of Pale Violet Red #DD7799

Color information

#DD7799 (or 0xDD7799) is unknown color: approx Pale Violet Red. HEX triplet: DD, 77 and 99. RGB value is (221,119,153). Sum of RGB (Red+Green+Blue) = 221+119+153=493 (65% of max value = 765). Red value is 221 (86.72% from 255 or 44.83% from 493); Green value is 119 (46.88% from 255 or 24.14% from 493); Blue value is 153 (60.16% from 255 or 31.03% from 493); Max value from RGB is 221 - color contains mainly: red. Hex color #DD7799 is not a web safe color. Web safe color analog (approx): #CC6699. Inversed color of #DD7799 is #228866. Grayscale: #999999. Windows color (decimal): -2263143 or 10057693. OLE color: 10057693.

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

Color convert

RGB221119153-
CMYK00.460.310.13
HSL340º60%66.67%-
HSV(B)340º46.15%86.67%-
XYZ42.1730.8733.87-
YUV153.37127.79176.24-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 44.83%
GREEN value IS 119 (46.88% from 255) = 24.14%
BLUE value IS 153 (60.16% from 255) = 31.03%
R=44.83%
G=24.14%
B=31.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.46
Y (Yellow) values IS 0.31
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22111915300.460.310.133406066.67
HexDD779902E1FD1543c43
Octal335167231056371552474103
Binary1101110111101111001100101011101111111011010101001111001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD7799

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD7799; }

 p { color: rgb(221,119,153); }

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

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

 a { background-color: rgb(221,119,153); }

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

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

 span { border-color: rgb(221,119,153); }

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