#D88C7D

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

Shades of My Pink #D88C7D

Tints of My Pink #D88C7D

Color information

#D88C7D (or 0xD88C7D) is unknown color: approx My Pink. HEX triplet: D8, 8C and 7D. RGB value is (216,140,125). Sum of RGB (Red+Green+Blue) = 216+140+125=481 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.91% from 481); Green value is 140 (55.08% from 255 or 29.11% from 481); Blue value is 125 (49.22% from 255 or 25.99% from 481); Max value from RGB is 216 - color contains mainly: red. Hex color #D88C7D is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88C7D is #277382. Grayscale: #A1A1A1. Windows color (decimal): -2585475 or 8228056. OLE color: 8228056.

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

Color convert

RGB216140125-
CMYK00.350.420.15
HSL9.89º53.85%66.86%-
HSV(B)9.89º42.13%84.71%-
XYZ41.434.8423.94-
YUV161.01107.68167.22-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.91%
GREEN value IS 140 (55.08% from 255) = 29.11%
BLUE value IS 125 (49.22% from 255) = 25.99%
R=44.91%
G=29.11%
B=25.99%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614012500.350.420.159.8953.8566.86
HexD88C7D0232AFa3643
Octal33021417504352171266103
Binary110110001000110011111010100011101010111110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88C7D

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88C7D; }

 p { color: rgb(216,140,125); }

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

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

 a { background-color: rgb(216,140,125); }

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

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

 span { border-color: rgb(216,140,125); }

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