#DF8A82

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

Shades of My Pink #DF8A82

Tints of My Pink #DF8A82

Color information

#DF8A82 (or 0xDF8A82) is unknown color: approx My Pink. HEX triplet: DF, 8A and 82. RGB value is (223,138,130). Sum of RGB (Red+Green+Blue) = 223+138+130=491 (65% of max value = 765). Red value is 223 (87.5% from 255 or 45.42% from 491); Green value is 138 (54.30% from 255 or 28.11% from 491); Blue value is 130 (51.17% from 255 or 26.48% from 491); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #DF8A82 is #20757D. Grayscale: #A2A2A2. Windows color (decimal): -2127230 or 8555231. OLE color: 8555231.

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

Color convert

RGB223138130-
CMYK00.380.420.13
HSL5.16º59.24%69.22%-
HSV(B)5.16º41.7%87.45%-
XYZ43.5535.4825.67-
YUV162.5109.66171.15-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.42%
GREEN value IS 138 (54.30% from 255) = 28.11%
BLUE value IS 130 (51.17% from 255) = 26.48%
R=45.42%
G=28.11%
B=26.48%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.42
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313813000.380.420.135.1659.2469.22
HexDF8A820262AD53b45
Octal3372122020465215573105
Binary110111111000101010000010010011010101011011011110111000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A82; }

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

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

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

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

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

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

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

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