#D88F7F

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

Shades of My Pink #D88F7F

Tints of My Pink #D88F7F

Color information

#D88F7F (or 0xD88F7F) is unknown color: approx My Pink. HEX triplet: D8, 8F and 7F. RGB value is (216,143,127). Sum of RGB (Red+Green+Blue) = 216+143+127=486 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.44% from 486); Green value is 143 (56.25% from 255 or 29.42% from 486); Blue value is 127 (50% from 255 or 26.13% from 486); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F7F is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F7F is #277080. Grayscale: #A3A3A3. Windows color (decimal): -2584705 or 8359896. OLE color: 8359896.

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

Color convert

RGB216143127-
CMYK00.340.410.15
HSL10.79º53.29%67.25%-
HSV(B)10.79º41.2%84.71%-
XYZ41.9735.7824.77-
YUV163107.68165.8-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.44%
GREEN value IS 143 (56.25% from 255) = 29.42%
BLUE value IS 127 (50% from 255) = 26.13%
R=44.44%
G=29.42%
B=26.13%

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
Decimal21614312700.340.410.1510.7953.2967.25
HexD88F7F02229Fb3543
Octal33021717704251171365103
Binary110110001000111111111110100010101001111110111101011000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F7F

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F7F; }

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

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

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

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

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

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

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

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