#D88980

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

Shades of My Pink #D88980

Tints of My Pink #D88980

Color information

#D88980 (or 0xD88980) is unknown color: approx My Pink. HEX triplet: D8, 89 and 80. RGB value is (216,137,128). Sum of RGB (Red+Green+Blue) = 216+137+128=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 137 (53.91% from 255 or 28.48% from 481); Blue value is 128 (50.39% from 255 or 26.61% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D88980 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88980 is #27767F. Grayscale: #9F9F9F. Windows color (decimal): -2586240 or 8423896. OLE color: 8423896.

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

Color convert

RGB216137128-
CMYK00.370.410.15
HSL6.14º53.01%67.45%-
HSV(B)6.14º40.74%84.71%-
XYZ41.1634.0524.82-
YUV159.6110.17168.23-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 137 (53.91% from 255) = 28.48%
BLUE value IS 128 (50.39% from 255) = 26.61%
R=44.91%
G=28.48%
B=26.61%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613712800.370.410.156.1453.0167.45
HexD8898002529F63543
Octal3302112000455117665103
Binary110110001000100110000000010010110100111111101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88980

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88980; }

 p { color: rgb(216,137,128); }

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

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

 a { background-color: rgb(216,137,128); }

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

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

 span { border-color: rgb(216,137,128); }

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