#D78A82

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

Shades of My Pink #D78A82

Tints of My Pink #D78A82

Color information

#D78A82 (or 0xD78A82) is unknown color: approx My Pink. HEX triplet: D7, 8A and 82. RGB value is (215,138,130). Sum of RGB (Red+Green+Blue) = 215+138+130=483 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.51% from 483); Green value is 138 (54.30% from 255 or 28.57% from 483); Blue value is 130 (51.17% from 255 or 26.92% from 483); Max value from RGB is 215 - color contains mainly: red. Hex color #D78A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78A82 is #28757D. Grayscale: #A0A0A0. Windows color (decimal): -2651518 or 8555223. OLE color: 8555223.

HSL color Cylindrical-coordinate representation of color #D78A82: hue angle of 5.65º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D78A82 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215138130-
CMYK00.360.400.16
HSL5.65º51.52%67.65%-
HSV(B)5.65º39.53%84.31%-
XYZ41.1434.2425.56-
YUV160.11111.01167.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.51%
GREEN value IS 138 (54.30% from 255) = 28.57%
BLUE value IS 130 (51.17% from 255) = 26.92%
R=44.51%
G=28.57%
B=26.92%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513813000.360.400.165.6551.5267.65
HexD78A82024281063444
Octal3272122020445020664104
Binary1101011110001010100000100100100101000100001101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78A82; }

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

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

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

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

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

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

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

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