#D88F80

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

Shades of My Pink #D88F80

Tints of My Pink #D88F80

Color information

#D88F80 (or 0xD88F80) is unknown color: approx My Pink. HEX triplet: D8, 8F and 80. RGB value is (216,143,128). Sum of RGB (Red+Green+Blue) = 216+143+128=487 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.35% from 487); Green value is 143 (56.25% from 255 or 29.36% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F80 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88F80 is #27707F. Grayscale: #A3A3A3. Windows color (decimal): -2584704 or 8425432. OLE color: 8425432.

HSL color Cylindrical-coordinate representation of color #D88F80: hue angle of 10.23º 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 #D88F80 is Cyan = 0, Magento = 0.34, Yellow = 0.41 and Black (K on CMYK) = 0.15.

Color convert

RGB216143128-
CMYK00.340.410.15
HSL10.23º53.01%67.45%-
HSV(B)10.23º40.74%84.71%-
XYZ42.0435.825.12-
YUV163.12108.18165.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.35%
GREEN value IS 143 (56.25% from 255) = 29.36%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=44.35%
G=29.36%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614312800.340.410.1510.2353.0167.45
HexD88F8002229Fa3543
Octal33021720004251171265103
Binary1101100010001111100000000100010101001111110101101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F80

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F80; }

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

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

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

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

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

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

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

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