#D98983

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

Shades of My Pink #D98983

Tints of My Pink #D98983

Color information

#D98983 (or 0xD98983) is unknown color: approx My Pink. HEX triplet: D9, 89 and 83. RGB value is (217,137,131). Sum of RGB (Red+Green+Blue) = 217+137+131=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 137 (53.91% from 255 or 28.25% from 485); Blue value is 131 (51.56% from 255 or 27.01% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98983 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98983 is #26767C. Grayscale: #A0A0A0. Windows color (decimal): -2520701 or 8620505. OLE color: 8620505.

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

Color convert

RGB217137131-
CMYK00.370.400.15
HSL4.19º53.09%68.24%-
HSV(B)4.19º39.63%85.1%-
XYZ41.6634.2825.89-
YUV160.24111.5168.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 137 (53.91% from 255) = 28.25%
BLUE value IS 131 (51.56% from 255) = 27.01%
R=44.74%
G=28.25%
B=27.01%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713713100.370.400.154.1953.0968.24
HexD9898302528F43544
Octal3312112030455017465104
Binary110110011000100110000011010010110100011111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98983

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98983; }

 p { color: rgb(217,137,131); }

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

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

 a { background-color: rgb(217,137,131); }

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

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

 span { border-color: rgb(217,137,131); }

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