#D78982

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

Shades of My Pink #D78982

Tints of My Pink #D78982

Color information

#D78982 (or 0xD78982) is unknown color: approx My Pink. HEX triplet: D7, 89 and 82. RGB value is (215,137,130). Sum of RGB (Red+Green+Blue) = 215+137+130=482 (63% of max value = 765). Red value is 215 (84.38% from 255 or 44.61% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 130 (51.17% from 255 or 26.97% from 482); Max value from RGB is 215 - color contains mainly: red. Hex color #D78982 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D78982 is #28767D. Grayscale: #9F9F9F. Windows color (decimal): -2651774 or 8554967. OLE color: 8554967.

HSL color Cylindrical-coordinate representation of color #D78982: hue angle of 4.94º 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 #D78982 is Cyan = 0, Magento = 0.36, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215137130-
CMYK00.360.400.16
HSL4.94º51.52%67.65%-
HSV(B)4.94º39.53%84.31%-
XYZ4133.9525.51-
YUV159.52111.34167.57-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.61%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 130 (51.17% from 255) = 26.97%
R=44.61%
G=28.42%
B=26.97%

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
Decimal21513713000.360.400.164.9451.5267.65
HexD78982024281053444
Octal3272112020445020564104
Binary1101011110001001100000100100100101000100001011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D78982

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D78982; }

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

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

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

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

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

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

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

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