#D88A83

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

Shades of My Pink #D88A83

Tints of My Pink #D88A83

Color information

#D88A83 (or 0xD88A83) is unknown color: approx My Pink. HEX triplet: D8, 8A and 83. RGB value is (216,138,131). Sum of RGB (Red+Green+Blue) = 216+138+131=485 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.54% from 485); Green value is 138 (54.30% from 255 or 28.45% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A83 is #27757C. Grayscale: #A0A0A0. Windows color (decimal): -2585981 or 8620760. OLE color: 8620760.

HSL color Cylindrical-coordinate representation of color #D88A83: hue angle of 4.94º degrees, saturation: 0.52, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D88A83 is Cyan = 0, Magento = 0.36, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB216138131-
CMYK00.360.390.15
HSL4.94º52.15%68.04%-
HSV(B)4.94º39.35%84.71%-
XYZ41.534.4125.93-
YUV160.52111.34167.57-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.54%
GREEN value IS 138 (54.30% from 255) = 28.45%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=44.54%
G=28.45%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613813100.360.390.154.9452.1568.04
HexD88A8302427F53444
Octal3302122030444717564104
Binary110110001000101010000011010010010011111111011101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A83; }

 p { color: rgb(216,138,131); }

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

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

 a { background-color: rgb(216,138,131); }

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

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

 span { border-color: rgb(216,138,131); }

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