#DD9D88

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

Shades of Tonys Pink #DD9D88

Tints of Tonys Pink #DD9D88

Color information

#DD9D88 (or 0xDD9D88) is unknown color: approx Tonys Pink. HEX triplet: DD, 9D and 88. RGB value is (221,157,136). Sum of RGB (Red+Green+Blue) = 221+157+136=514 (68% of max value = 765). Red value is 221 (86.72% from 255 or 43.00% from 514); Green value is 157 (61.72% from 255 or 30.54% from 514); Blue value is 136 (53.52% from 255 or 26.46% from 514); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9D88 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9D88 is #226277. Grayscale: #ADADAD. Windows color (decimal): -2253432 or 8953309. OLE color: 8953309.

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

Color convert

RGB221157136-
CMYK00.290.380.13
HSL14.82º55.56%70%-
HSV(B)14.82º38.46%86.67%-
XYZ46.3241.2628.82-
YUV173.74106.7161.71-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.00%
GREEN value IS 157 (61.72% from 255) = 30.54%
BLUE value IS 136 (53.52% from 255) = 26.46%
R=43.00%
G=30.54%
B=26.46%

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
Decimal22115713600.290.380.1314.8255.5670
HexDD9D8801D26Df3846
Octal33523521003546151770106
Binary110111011001110110001000011101100110110111111110001000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9D88

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9D88; }

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

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

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

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

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

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

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

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