#DD9E85

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

Shades of Tonys Pink #DD9E85

Tints of Tonys Pink #DD9E85

Color information

#DD9E85 (or 0xDD9E85) is unknown color: approx Tonys Pink. HEX triplet: DD, 9E and 85. RGB value is (221,158,133). Sum of RGB (Red+Green+Blue) = 221+158+133=512 (67% of max value = 765). Red value is 221 (86.72% from 255 or 43.16% from 512); Green value is 158 (62.11% from 255 or 30.86% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 221 - color contains mainly: red. Hex color #DD9E85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DD9E85 is #22617A. Grayscale: #AEAEAE. Windows color (decimal): -2253179 or 8756957. OLE color: 8756957.

HSL color Cylindrical-coordinate representation of color #DD9E85: hue angle of 17.05º degrees, saturation: 0.56, 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 #DD9E85 is Cyan = 0, Magento = 0.29, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB221158133-
CMYK00.290.400.13
HSL17.05º56.41%69.41%-
HSV(B)17.05º39.82%86.67%-
XYZ46.2841.5227.77-
YUV173.99104.87161.53-

RGB Variations

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

RGB

RED value IS 221 (86.72% from 255) = 43.16%
GREEN value IS 158 (62.11% from 255) = 30.86%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=43.16%
G=30.86%
B=25.98%

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
Decimal22115813300.290.400.1317.0556.4169.41
HexDD9E8501D28D113845
Octal33523620503550152170105
Binary1101110110011110100001010111011010001101100011110001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DD9E85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DD9E85; }

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

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

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

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

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

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

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

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