#DD9985

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

Shades of Tonys Pink #DD9985

Tints of Tonys Pink #DD9985

Color information

#DD9985 (or 0xDD9985) is unknown color: approx Tonys Pink. HEX triplet: DD, 99 and 85. RGB value is (221,153,133). Sum of RGB (Red+Green+Blue) = 221+153+133=507 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.59% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 133 (52.34% from 255 or 26.23% from 507); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9985 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9985 is #22667A. Grayscale: #ABABAB. Windows color (decimal): -2254459 or 8755677. OLE color: 8755677.

HSL color Cylindrical-coordinate representation of color #DD9985: hue angle of 13.64º degrees, saturation: 0.56, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DD9985 is Cyan = 0, Magento = 0.31, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221153133-
CMYK00.310.400.13
HSL13.64º56.41%69.41%-
HSV(B)13.64º39.82%86.67%-
XYZ45.4439.8527.49-
YUV171.05106.53163.63-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.59%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 133 (52.34% from 255) = 26.23%
R=43.59%
G=30.18%
B=26.23%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115313300.310.400.1313.6456.4169.41
HexDD998501F28De3845
Octal33523120503750151670105
Binary110111011001100110000101011111101000110111101110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9985

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9985; }

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

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

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

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

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

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

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

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