#D88A82

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

Shades of My Pink #D88A82

Tints of My Pink #D88A82

Color information

#D88A82 (or 0xD88A82) is unknown color: approx My Pink. HEX triplet: D8, 8A and 82. RGB value is (216,138,130). Sum of RGB (Red+Green+Blue) = 216+138+130=484 (64% of max value = 765). Red value is 216 (84.77% from 255 or 44.63% from 484); Green value is 138 (54.30% from 255 or 28.51% from 484); Blue value is 130 (51.17% from 255 or 26.86% from 484); Max value from RGB is 216 - color contains mainly: red. Hex color #D88A82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88A82 is #27757D. Grayscale: #A0A0A0. Windows color (decimal): -2585982 or 8555224. OLE color: 8555224.

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

Color convert

RGB216138130-
CMYK00.360.400.15
HSL5.58º52.44%67.84%-
HSV(B)5.58º39.81%84.71%-
XYZ41.4434.3925.57-
YUV160.41110.84167.65-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.63%
GREEN value IS 138 (54.30% from 255) = 28.51%
BLUE value IS 130 (51.17% from 255) = 26.86%
R=44.63%
G=28.51%
B=26.86%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613813000.360.400.155.5852.4467.84
HexD88A8202428F63444
Octal3302122020445017664104
Binary110110001000101010000010010010010100011111101101001000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88A82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88A82; }

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

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

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

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

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

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

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

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