#DD9E84

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

Shades of Tonys Pink #DD9E84

Tints of Tonys Pink #DD9E84

Color information

#DD9E84 (or 0xDD9E84) is unknown color: approx Tonys Pink. HEX triplet: DD, 9E and 84. RGB value is (221,158,132). Sum of RGB (Red+Green+Blue) = 221+158+132=511 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.25% from 511); Green value is 158 (62.11% from 255 or 30.92% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E84 is #22617B. Grayscale: #AEAEAE. Windows color (decimal): -2253180 or 8691421. OLE color: 8691421.

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

Color convert

RGB221158132-
CMYK00.290.400.13
HSL17.53º56.69%69.22%-
HSV(B)17.53º40.27%86.67%-
XYZ46.2141.4927.4-
YUV173.87104.37161.61-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.25%
GREEN value IS 158 (62.11% from 255) = 30.92%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=43.25%
G=30.92%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115813200.290.400.1317.5356.6969.22
HexDD9E8401D28D123945
Octal33523620403550152271105
Binary1101110110011110100001000111011010001101100101110011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E84; }

 p { color: rgb(221,158,132); }

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

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

 a { background-color: rgb(221,158,132); }

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

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

 span { border-color: rgb(221,158,132); }

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