#DD9982

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

Shades of Tonys Pink #DD9982

Tints of Tonys Pink #DD9982

Color information

#DD9982 (or 0xDD9982) is unknown color: approx Tonys Pink. HEX triplet: DD, 99 and 82. RGB value is (221,153,130). Sum of RGB (Red+Green+Blue) = 221+153+130=504 (66% of max value = 765). Red value is 221 (86.72% from 255 or 43.85% from 504); Green value is 153 (60.16% from 255 or 30.36% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9982 is #22667D. Grayscale: #AAAAAA. Windows color (decimal): -2254462 or 8559069. OLE color: 8559069.

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

Color convert

RGB221153130-
CMYK00.310.410.13
HSL15.16º57.23%68.82%-
HSV(B)15.16º41.18%86.67%-
XYZ45.2439.7726.41-
YUV170.71105.03163.87-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.85%
GREEN value IS 153 (60.16% from 255) = 30.36%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=43.85%
G=30.36%
B=25.79%

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
Decimal22115313000.310.410.1315.1657.2368.82
HexDD998201F29Df3945
Octal33523120203751151771105
Binary110111011001100110000010011111101001110111111110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9982; }

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

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

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

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

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

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

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

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