#DE9D84

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

Shades of Tonys Pink #DE9D84

Tints of Tonys Pink #DE9D84

Color information

#DE9D84 (or 0xDE9D84) is unknown color: approx Tonys Pink. HEX triplet: DE, 9D and 84. RGB value is (222,157,132). Sum of RGB (Red+Green+Blue) = 222+157+132=511 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.44% from 511); Green value is 157 (61.72% from 255 or 30.72% from 511); Blue value is 132 (51.95% from 255 or 25.83% from 511); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9D84 is #21627B. Grayscale: #ADADAD. Windows color (decimal): -2187900 or 8691166. OLE color: 8691166.

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

Color convert

RGB222157132-
CMYK00.290.410.13
HSL16.67º57.69%69.41%-
HSV(B)16.67º40.54%87.06%-
XYZ46.3541.3127.36-
YUV173.58104.53162.53-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.44%
GREEN value IS 157 (61.72% from 255) = 30.72%
BLUE value IS 132 (51.95% from 255) = 25.83%
R=43.44%
G=30.72%
B=25.83%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215713200.290.410.1316.6757.6969.41
HexDE9D8401D29D113a45
Octal33623520403551152172105
Binary1101111010011101100001000111011010011101100011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9D84; }

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

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

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

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

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

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

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

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