#D88F7E

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

Shades of My Pink #D88F7E

Tints of My Pink #D88F7E

Color information

#D88F7E (or 0xD88F7E) is unknown color: approx My Pink. HEX triplet: D8, 8F and 7E. RGB value is (216,143,126). Sum of RGB (Red+Green+Blue) = 216+143+126=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 143 (56.25% from 255 or 29.48% from 485); Blue value is 126 (49.61% from 255 or 25.98% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88F7E is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D88F7E is #277081. Grayscale: #A3A3A3. Windows color (decimal): -2584706 or 8294360. OLE color: 8294360.

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

Color convert

RGB216143126-
CMYK00.340.420.15
HSL11.33º53.57%67.06%-
HSV(B)11.33º41.67%84.71%-
XYZ41.9135.7524.43-
YUV162.89107.18165.88-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 143 (56.25% from 255) = 29.48%
BLUE value IS 126 (49.61% from 255) = 25.98%
R=44.54%
G=29.48%
B=25.98%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.42
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21614312600.340.420.1511.3353.5767.06
HexD88F7E0222AFb3643
Octal33021717604252171366103
Binary110110001000111111111100100010101010111110111101101000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88F7E

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88F7E; }

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

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

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

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

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

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

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

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