#DD9A83

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

Shades of Tonys Pink #DD9A83

Tints of Tonys Pink #DD9A83

Color information

#DD9A83 (or 0xDD9A83) is unknown color: approx Tonys Pink. HEX triplet: DD, 9A and 83. RGB value is (221,154,131). Sum of RGB (Red+Green+Blue) = 221+154+131=506 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.68% from 506); Green value is 154 (60.55% from 255 or 30.43% from 506); Blue value is 131 (51.56% from 255 or 25.89% from 506); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9A83 is #22657C. Grayscale: #ABABAB. Windows color (decimal): -2254205 or 8624861. OLE color: 8624861.

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

Color convert

RGB221154131-
CMYK00.300.410.13
HSL15.33º56.96%69.02%-
HSV(B)15.33º40.72%86.67%-
XYZ45.4740.1226.82-
YUV171.41105.2163.37-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.68%
GREEN value IS 154 (60.55% from 255) = 30.43%
BLUE value IS 131 (51.56% from 255) = 25.89%
R=43.68%
G=30.43%
B=25.89%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.30
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115413100.300.410.1315.3356.9669.02
HexDD9A8301E29Df3945
Octal33523220303651151771105
Binary110111011001101010000011011110101001110111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9A83; }

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

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

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

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

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

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

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

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