#DD9E8A

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

Shades of Tonys Pink #DD9E8A

Tints of Tonys Pink #DD9E8A

Color information

#DD9E8A (or 0xDD9E8A) is unknown color: approx Tonys Pink. HEX triplet: DD, 9E and 8A. RGB value is (221,158,138). Sum of RGB (Red+Green+Blue) = 221+158+138=517 (68% of max value = 765). Red value is 221 (86.72% from 255 or 42.75% from 517); Green value is 158 (62.11% from 255 or 30.56% from 517); Blue value is 138 (54.30% from 255 or 26.69% from 517); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E8A is #226175. Grayscale: #AEAEAE. Windows color (decimal): -2253174 or 9084637. OLE color: 9084637.

HSL color Cylindrical-coordinate representation of color #DD9E8A: hue angle of 14.46º degrees, saturation: 0.55, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #DD9E8A is Cyan = 0, Magento = 0.29, Yellow = 0.38 and Black (K on CMYK) = 0.13.

Color convert

RGB221158138-
CMYK00.290.380.13
HSL14.46º54.97%70.39%-
HSV(B)14.46º37.56%86.67%-
XYZ46.6341.6629.63-
YUV174.56107.37161.13-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 42.75%
GREEN value IS 158 (62.11% from 255) = 30.56%
BLUE value IS 138 (54.30% from 255) = 26.69%
R=42.75%
G=30.56%
B=26.69%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22115813800.290.380.1314.4654.9770.39
HexDD9E8A01D26De3746
Octal33523621203546151667106
Binary110111011001111010001010011101100110110111101101111000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E8A; }

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

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

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

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

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

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

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

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