#D88D7E

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

Shades of My Pink #D88D7E

Tints of My Pink #D88D7E

Color information

#D88D7E (or 0xD88D7E) is unknown color: approx My Pink. HEX triplet: D8, 8D and 7E. RGB value is (216,141,126). Sum of RGB (Red+Green+Blue) = 216+141+126=483 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.72% from 483); Green value is 141 (55.47% from 255 or 29.19% from 483); Blue value is 126 (49.61% from 255 or 26.09% from 483); Max value from RGB is 216 - color contains mainly: red. Hex color #D88D7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88D7E is #277281. Grayscale: #A1A1A1. Windows color (decimal): -2585218 or 8293848. OLE color: 8293848.

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

Color convert

RGB216141126-
CMYK00.350.420.15
HSL10º53.57%67.06%-
HSV(B)10º41.67%84.71%-
XYZ41.6135.1624.33-
YUV161.72107.85166.72-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.72%
GREEN value IS 141 (55.47% from 255) = 29.19%
BLUE value IS 126 (49.61% from 255) = 26.09%
R=44.72%
G=29.19%
B=26.09%

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
Decimal21614112600.350.420.151053.5767.06
HexD88D7E0232AFa3643
Octal33021517604352171266103
Binary110110001000110111111100100011101010111110101101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88D7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88D7E; }

 p { color: rgb(216,141,126); }

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

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

 a { background-color: rgb(216,141,126); }

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

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

 span { border-color: rgb(216,141,126); }

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