#DE9882

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

Shades of Tonys Pink #DE9882

Tints of Tonys Pink #DE9882

Color information

#DE9882 (or 0xDE9882) is unknown color: approx Tonys Pink. HEX triplet: DE, 98 and 82. RGB value is (222,152,130). Sum of RGB (Red+Green+Blue) = 222+152+130=504 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.05% from 504); Green value is 152 (59.77% from 255 or 30.16% from 504); Blue value is 130 (51.17% from 255 or 25.79% from 504); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9882 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9882 is #21677D. Grayscale: #AAAAAA. Windows color (decimal): -2189182 or 8558814. OLE color: 8558814.

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

Color convert

RGB222152130-
CMYK00.320.410.13
HSL14.35º58.23%69.02%-
HSV(B)14.35º41.44%87.06%-
XYZ45.3839.626.37-
YUV170.42105.19164.79-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.05%
GREEN value IS 152 (59.77% from 255) = 30.16%
BLUE value IS 130 (51.17% from 255) = 25.79%
R=44.05%
G=30.16%
B=25.79%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22215213000.320.410.1314.3558.2369.02
HexDE988202029De3a45
Octal33623020204051151672105
Binary1101111010011000100000100100000101001110111101110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9882

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9882; }

 p { color: rgb(222,152,130); }

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

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

 a { background-color: rgb(222,152,130); }

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

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

 span { border-color: rgb(222,152,130); }

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