#DD9A81

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

Shades of Tonys Pink #DD9A81

Tints of Tonys Pink #DD9A81

Color information

#DD9A81 (or 0xDD9A81) is unknown color: approx Tonys Pink. HEX triplet: DD, 9A and 81. RGB value is (221,154,129). Sum of RGB (Red+Green+Blue) = 221+154+129=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 154 (60.55% from 255 or 30.56% from 504); Blue value is 129 (50.78% from 255 or 25.60% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A81 is #22657E. Grayscale: #ABABAB. Windows color (decimal): -2254207 or 8493789. OLE color: 8493789.

HSL color Cylindrical-coordinate representation of color #DD9A81: hue angle of 16.3º degrees, saturation: 0.58, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.42%. Process color model (Four color, CMYK) of #DD9A81 is Cyan = 0, Magento = 0.30, Yellow = 0.42 and Black (K on CMYK) = 0.13.

Color convert

RGB221154129-
CMYK00.300.420.13
HSL16.3º57.5%68.63%-
HSV(B)16.3º41.63%86.67%-
XYZ45.3440.0726.11-
YUV171.18104.2163.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 154 (60.55% from 255) = 30.56%
BLUE value IS 129 (50.78% from 255) = 25.60%
R=43.85%
G=30.56%
B=25.60%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115412900.300.420.1316.357.568.63
HexDD9A8101E2AD103a45
Octal33523220103652152072105
Binary1101110110011010100000010111101010101101100001110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A81; }

 p { color: rgb(221,154,129); }

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

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

 a { background-color: rgb(221,154,129); }

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

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

 span { border-color: rgb(221,154,129); }

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