#DD9882

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

Shades of Tonys Pink #DD9882

Tints of Tonys Pink #DD9882

Color information

#DD9882 (or 0xDD9882) is unknown color: approx Tonys Pink. HEX triplet: DD, 98 and 82. RGB value is (221,152,130). Sum of RGB (Red+Green+Blue) = 221+152+130=503 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.94% from 503); Green value is 152 (59.77% from 255 or 30.22% from 503); Blue value is 130 (51.17% from 255 or 25.84% from 503); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9882 is #22677D. Grayscale: #AAAAAA. Windows color (decimal): -2254718 or 8558813. OLE color: 8558813.

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

Color convert

RGB221152130-
CMYK00.310.410.13
HSL14.51º57.23%68.82%-
HSV(B)14.51º41.18%86.67%-
XYZ45.0839.4426.36-
YUV170.12105.36164.29-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.94%
GREEN value IS 152 (59.77% from 255) = 30.22%
BLUE value IS 130 (51.17% from 255) = 25.84%
R=43.94%
G=30.22%
B=25.84%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115213000.310.410.1314.5157.2368.82
HexDD988201F29Df3945
Octal33523020203751151771105
Binary110111011001100010000010011111101001110111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9882; }

 p { color: rgb(221,152,130); }

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

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

 a { background-color: rgb(221,152,130); }

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

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

 span { border-color: rgb(221,152,130); }

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