#DF9F8A

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

Shades of Tonys Pink #DF9F8A

Tints of Tonys Pink #DF9F8A

Color information

#DF9F8A (or 0xDF9F8A) is unknown color: approx Tonys Pink. HEX triplet: DF, 9F and 8A. RGB value is (223,159,138). Sum of RGB (Red+Green+Blue) = 223+159+138=520 (68% of max value = 765). Red value is 223 (87.5% from 255 or 42.88% from 520); Green value is 159 (62.5% from 255 or 30.58% from 520); Blue value is 138 (54.30% from 255 or 26.54% from 520); Max value from RGB is 223 - color contains mainly: red. Hex color #DF9F8A is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF9F8A is #206075. Grayscale: #AFAFAF. Windows color (decimal): -2121846 or 9084895. OLE color: 9084895.

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

Color convert

RGB223159138-
CMYK00.290.380.13
HSL14.82º57.05%70.78%-
HSV(B)14.82º38.12%87.45%-
XYZ47.4242.3229.71-
YUV175.74106.7161.71-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 42.88%
GREEN value IS 159 (62.5% from 255) = 30.58%
BLUE value IS 138 (54.30% from 255) = 26.54%
R=42.88%
G=30.58%
B=26.54%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.38
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22315913800.290.380.1314.8257.0570.78
HexDF9F8A01D26Df3947
Octal33723721203546151771107
Binary110111111001111110001010011101100110110111111110011000111

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF9F8A

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF9F8A; }

 p { color: rgb(223,159,138); }

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

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

 a { background-color: rgb(223,159,138); }

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

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

 span { border-color: rgb(223,159,138); }

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