#DE9984

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

Shades of Tonys Pink #DE9984

Tints of Tonys Pink #DE9984

Color information

#DE9984 (or 0xDE9984) is unknown color: approx Tonys Pink. HEX triplet: DE, 99 and 84. RGB value is (222,153,132). Sum of RGB (Red+Green+Blue) = 222+153+132=507 (67% of max value = 765). Red value is 222 (87.11% from 255 or 43.79% from 507); Green value is 153 (60.16% from 255 or 30.18% from 507); Blue value is 132 (51.95% from 255 or 26.04% from 507); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9984 is #21667B. Grayscale: #ABABAB. Windows color (decimal): -2188924 or 8690142. OLE color: 8690142.

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

Color convert

RGB222153132-
CMYK00.310.410.13
HSL14º57.69%69.41%-
HSV(B)14º40.54%87.06%-
XYZ45.6839.9827.14-
YUV171.24105.86164.21-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 43.79%
GREEN value IS 153 (60.16% from 255) = 30.18%
BLUE value IS 132 (51.95% from 255) = 26.04%
R=43.79%
G=30.18%
B=26.04%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215313200.310.410.131457.6969.41
HexDE998401F29De3a45
Octal33623120403751151672105
Binary110111101001100110000100011111101001110111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9984; }

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

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

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

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

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

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

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

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