#DD9D89

Color #DD9D89 Tonys Pink (background png icon) HTML CSS
Download Color Icon.PNG:
16x16 32x32 64x64 128x128

Shades of Tonys Pink #DD9D89

Tints of Tonys Pink #DD9D89

Color information

#DD9D89 (or 0xDD9D89) is unknown color: approx Tonys Pink. HEX triplet: DD, 9D and 89. RGB value is (221,157,137). Sum of RGB (Red+Green+Blue) = 221+157+137=515 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.91% from 515); Green value is 157 (61.72% from 255 or 30.49% from 515); Blue value is 137 (53.91% from 255 or 26.60% from 515); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D89 is #226276. Grayscale: #AEAEAE. Windows color (decimal): -2253431 or 9018845. OLE color: 9018845.

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

Color convert

RGB221157137-
CMYK00.290.380.13
HSL14.29º55.26%70.2%-
HSV(B)14.29º38.01%86.67%-
XYZ46.3941.2929.19-
YUV173.86107.2161.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.91%
GREEN value IS 157 (61.72% from 255) = 30.49%
BLUE value IS 137 (53.91% from 255) = 26.60%
R=42.91%
G=30.49%
B=26.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115713700.290.380.1314.2955.2670.2
HexDD9D8901D26De3746
Octal33523521103546151667106
Binary110111011001110110001001011101100110110111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D89; }

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

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

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

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

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

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

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

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