#DF8A7E

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

Shades of My Pink #DF8A7E

Tints of My Pink #DF8A7E

Color information

#DF8A7E (or 0xDF8A7E) is unknown color: approx My Pink. HEX triplet: DF, 8A and 7E. RGB value is (223,138,126). Sum of RGB (Red+Green+Blue) = 223+138+126=487 (64% of max value = 765). Red value is 223 (87.5% from 255 or 45.79% from 487); Green value is 138 (54.30% from 255 or 28.34% from 487); Blue value is 126 (49.61% from 255 or 25.87% from 487); Max value from RGB is 223 - color contains mainly: red. Hex color #DF8A7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #DF8A7E is #207581. Grayscale: #A2A2A2. Windows color (decimal): -2127234 or 8293087. OLE color: 8293087.

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

Color convert

RGB223138126-
CMYK00.380.430.13
HSL7.42º60.25%68.43%-
HSV(B)7.42º43.5%87.45%-
XYZ43.2935.3724.28-
YUV162.05107.66171.48-

RGB Variations

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

RGB

RED value IS 223 (87.5% from 255) = 45.79%
GREEN value IS 138 (54.30% from 255) = 28.34%
BLUE value IS 126 (49.61% from 255) = 25.87%
R=45.79%
G=28.34%
B=25.87%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.38
Y (Yellow) values IS 0.43
K (Black) values IS 0.13
SystemRedGreenBlueCMYKHSL
Decimal22313812600.380.430.137.4260.2568.43
HexDF8A7E0262BD73c44
Octal3372121760465315774104
Binary11011111100010101111110010011010101111011111111001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #DF8A7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #DF8A7E; }

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

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

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

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

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

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

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

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