#DE9682

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

Shades of Tonys Pink #DE9682

Tints of Tonys Pink #DE9682

Color information

#DE9682 (or 0xDE9682) is unknown color: approx Tonys Pink. HEX triplet: DE, 96 and 82. RGB value is (222,150,130). Sum of RGB (Red+Green+Blue) = 222+150+130=502 (66% of max value = 765). Red value is 222 (87.11% from 255 or 44.22% from 502); Green value is 150 (58.98% from 255 or 29.88% from 502); Blue value is 130 (51.17% from 255 or 25.90% from 502); Max value from RGB is 222 - color contains mainly: red. Hex color #DE9682 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DE9682 is #21697D. Grayscale: #A9A9A9. Windows color (decimal): -2189694 or 8558302. OLE color: 8558302.

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

Color convert

RGB222150130-
CMYK00.320.410.13
HSL13.04º58.23%69.02%-
HSV(B)13.04º41.44%87.06%-
XYZ45.0638.9526.26-
YUV169.25105.85165.63-

RGB Variations

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

RGB

RED value IS 222 (87.11% from 255) = 44.22%
GREEN value IS 150 (58.98% from 255) = 29.88%
BLUE value IS 130 (51.17% from 255) = 25.90%
R=44.22%
G=29.88%
B=25.90%

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
Decimal22215013000.320.410.1313.0458.2369.02
HexDE968202029Dd3a45
Octal33622620204051151572105
Binary1101111010010110100000100100000101001110111011110101000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DE9682

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DE9682; }

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

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

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

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

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

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

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

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