#DD9D8A

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

Shades of Tonys Pink #DD9D8A

Tints of Tonys Pink #DD9D8A

Color information

#DD9D8A (or 0xDD9D8A) is unknown color: approx Tonys Pink. HEX triplet: DD, 9D and 8A. RGB value is (221,157,138). Sum of RGB (Red+Green+Blue) = 221+157+138=516 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.83% from 516); Green value is 157 (61.72% from 255 or 30.43% from 516); Blue value is 138 (54.30% from 255 or 26.74% from 516); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D8A is #226275. Grayscale: #AEAEAE. Windows color (decimal): -2253430 or 9084381. OLE color: 9084381.

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

Color convert

RGB221157138-
CMYK00.290.380.13
HSL13.73º54.97%70.39%-
HSV(B)13.73º37.56%86.67%-
XYZ46.4641.3229.57-
YUV173.97107.7161.54-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.83%
GREEN value IS 157 (61.72% from 255) = 30.43%
BLUE value IS 138 (54.30% from 255) = 26.74%
R=42.83%
G=30.43%
B=26.74%

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
Decimal22115713800.290.380.1313.7354.9770.39
HexDD9D8A01D26De3746
Octal33523521203546151667106
Binary110111011001110110001010011101100110110111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D8A; }

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

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

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

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

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

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

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

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