#D98E82

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

Shades of My Pink #D98E82

Tints of My Pink #D98E82

Color information

#D98E82 (or 0xD98E82) is unknown color: approx My Pink. HEX triplet: D9, 8E and 82. RGB value is (217,142,130). Sum of RGB (Red+Green+Blue) = 217+142+130=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 142 (55.86% from 255 or 29.04% from 489); Blue value is 130 (51.17% from 255 or 26.58% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E82 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E82 is #26717D. Grayscale: #A3A3A3. Windows color (decimal): -2519422 or 8556249. OLE color: 8556249.

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

Color convert

RGB217142130-
CMYK00.350.400.15
HSL8.28º53.37%68.04%-
HSV(B)8.28º40.09%85.1%-
XYZ42.3235.7125.78-
YUV163.06109.35166.48-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 142 (55.86% from 255) = 29.04%
BLUE value IS 130 (51.17% from 255) = 26.58%
R=44.38%
G=29.04%
B=26.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714213000.350.400.158.2853.3768.04
HexD98E8202328F83544
Octal33121620204350171065104
Binary1101100110001110100000100100011101000111110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E82

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E82; }

 p { color: rgb(217,142,130); }

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

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

 a { background-color: rgb(217,142,130); }

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

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

 span { border-color: rgb(217,142,130); }

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