#D78D7E

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

Shades of My Pink #D78D7E

Tints of My Pink #D78D7E

Color information

#D78D7E (or 0xD78D7E) is unknown color: approx My Pink. HEX triplet: D7, 8D and 7E. RGB value is (215,141,126). Sum of RGB (Red+Green+Blue) = 215+141+126=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 141 (55.47% from 255 or 29.25% from 482); Blue value is 126 (49.61% from 255 or 26.14% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D78D7E is #287281. Grayscale: #A1A1A1. Windows color (decimal): -2650754 or 8293847. OLE color: 8293847.

HSL color Cylindrical-coordinate representation of color #D78D7E: hue angle of 10.11º degrees, saturation: 0.53, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.41%. Process color model (Four color, CMYK) of #D78D7E is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.16.

Color convert

RGB215141126-
CMYK00.340.410.16
HSL10.11º52.66%66.86%-
HSV(B)10.11º41.4%84.31%-
XYZ41.323524.32-
YUV161.42108.02166.22-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 141 (55.47% from 255) = 29.25%
BLUE value IS 126 (49.61% from 255) = 26.14%
R=44.61%
G=29.25%
B=26.14%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514112600.340.410.1610.1152.6666.86
HexD78D7E0222910a3543
Octal32721517604251201265103
Binary1101011110001101111111001000101010011000010101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78D7E; }

 p { color: rgb(215,141,126); }

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

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

 a { background-color: rgb(215,141,126); }

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

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

 span { border-color: rgb(215,141,126); }

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