#DF9585

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

Shades of Tonys Pink #DF9585

Tints of Tonys Pink #DF9585

Color information

#DF9585 (or 0xDF9585) is unknown color: approx Tonys Pink. HEX triplet: DF, 95 and 85. RGB value is (223,149,133). Sum of RGB (Red+Green+Blue) = 223+149+133=505 (66% of max value = 765). Red value is 223 (87.5% from 255 or 44.16% from 505); Green value is 149 (58.59% from 255 or 29.50% from 505); Blue value is 133 (52.34% from 255 or 26.34% from 505); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9585 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9585 is #206A7A. Grayscale: #A9A9A9. Windows color (decimal): -2124411 or 8754655. OLE color: 8754655.

HSL color Cylindrical-coordinate representation of color #DF9585: hue angle of 10.67º degrees, saturation: 0.58, lightness: 0.7%. HSV value (or HSB Brightness) of color is 0.87% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #DF9585 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.13.

Color convert

RGB223149133-
CMYK00.330.400.13
HSL10.67º58.44%69.8%-
HSV(B)10.67º40.36%87.45%-
XYZ45.4138.8827.3-
YUV169.3107.52166.3-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 44.16%
GREEN value IS 149 (58.59% from 255) = 29.50%
BLUE value IS 133 (52.34% from 255) = 26.34%
R=44.16%
G=29.50%
B=26.34%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22314913300.330.400.1310.6758.4469.8
HexDF958502128Db3a46
Octal33722520504150151372106
Binary1101111110010101100001010100001101000110110111110101000110

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9585

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9585; }

 p { color: rgb(223,149,133); }

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

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

 a { background-color: rgb(223,149,133); }

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

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

 span { border-color: rgb(223,149,133); }

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