#D78880

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

Shades of My Pink #D78880

Tints of My Pink #D78880

Color information

#D78880 (or 0xD78880) is unknown color: approx My Pink. HEX triplet: D7, 88 and 80. RGB value is (215,136,128). Sum of RGB (Red+Green+Blue) = 215+136+128=479 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.89% from 479); Green value is 136 (53.52% from 255 or 28.39% from 479); Blue value is 128 (50.39% from 255 or 26.72% from 479); Max value from RGB is 215 - color contains mainly: red. Hex color #D78880 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78880 is #28777F. Grayscale: #9E9E9E. Windows color (decimal): -2652032 or 8423639. OLE color: 8423639.

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

Color convert

RGB215136128-
CMYK00.370.400.16
HSL5.52º52.1%67.25%-
HSV(B)5.52º40.47%84.31%-
XYZ40.7233.6124.76-
YUV158.71110.67168.15-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.89%
GREEN value IS 136 (53.52% from 255) = 28.39%
BLUE value IS 128 (50.39% from 255) = 26.72%
R=44.89%
G=28.39%
B=26.72%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21513612800.370.400.165.5252.167.25
HexD78880025281063443
Octal3272102000455020664103
Binary1101011110001000100000000100101101000100001101101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78880

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78880; }

 p { color: rgb(215,136,128); }

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

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

 a { background-color: rgb(215,136,128); }

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

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

 span { border-color: rgb(215,136,128); }

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