#DF9E8E

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

Shades of Tonys Pink #DF9E8E

Tints of Tonys Pink #DF9E8E

Color information

#DF9E8E (or 0xDF9E8E) is unknown color: approx Tonys Pink. HEX triplet: DF, 9E and 8E. RGB value is (223,158,142). Sum of RGB (Red+Green+Blue) = 223+158+142=523 (69% of max value = 765). Red value is 223 (87.5% from 255 or 42.64% from 523); Green value is 158 (62.11% from 255 or 30.21% from 523); Blue value is 142 (55.86% from 255 or 27.15% from 523); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9E8E is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9E8E is #206171. Grayscale: #AFAFAF. Windows color (decimal): -2122098 or 9346783. OLE color: 9346783.

HSL color Cylindrical-coordinate representation of color #DF9E8E: hue angle of 11.85º degrees, saturation: 0.56, lightness: 0.72%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.36%. Process color model (Four color, CMYK) of #DF9E8E is Cyan = 0, Magento = 0.29, Yellow = 0.36 and Black (K on CMYK) = 0.13.

Color convert

RGB223158142-
CMYK00.290.360.13
HSL11.85º55.86%71.57%-
HSV(B)11.85º36.32%87.45%-
XYZ47.5442.0931.21-
YUV175.61109.03161.8-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.64%
GREEN value IS 158 (62.11% from 255) = 30.21%
BLUE value IS 142 (55.86% from 255) = 27.15%
R=42.64%
G=30.21%
B=27.15%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.36
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315814200.290.360.1311.8555.8671.57
HexDF9E8E01D24Dc3848
Octal33723621603544151470110
Binary110111111001111010001110011101100100110111001110001001000

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9E8E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9E8E; }

 p { color: rgb(223,158,142); }

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

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

 a { background-color: rgb(223,158,142); }

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

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

 span { border-color: rgb(223,158,142); }

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