#DE9D85

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

Shades of Tonys Pink #DE9D85

Tints of Tonys Pink #DE9D85

Color information

#DE9D85 (or 0xDE9D85) is unknown color: approx Tonys Pink. HEX triplet: DE, 9D and 85. RGB value is (222,157,133). Sum of RGB (Red+Green+Blue) = 222+157+133=512 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.36% from 512); Green value is 157 (61.72% from 255 or 30.66% from 512); Blue value is 133 (52.34% from 255 or 25.98% from 512); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D85 is #21627A. Grayscale: #ADADAD. Windows color (decimal): -2187899 or 8756702. OLE color: 8756702.

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

Color convert

RGB222157133-
CMYK00.290.400.13
HSL16.18º57.42%69.61%-
HSV(B)16.18º40.09%87.06%-
XYZ46.4141.3427.72-
YUV173.7105.03162.45-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.36%
GREEN value IS 157 (61.72% from 255) = 30.66%
BLUE value IS 133 (52.34% from 255) = 25.98%
R=43.36%
G=30.66%
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
Decimal22215713300.290.400.1316.1857.4269.61
HexDE9D8501D28D103946
Octal33623520503550152071106
Binary1101111010011101100001010111011010001101100001110011000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D85; }

 p { color: rgb(222,157,133); }

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

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

 a { background-color: rgb(222,157,133); }

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

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

 span { border-color: rgb(222,157,133); }

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