#D98984

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

Shades of My Pink #D98984

Tints of My Pink #D98984

Color information

#D98984 (or 0xD98984) is unknown color: approx My Pink. HEX triplet: D9, 89 and 84. RGB value is (217,137,132). Sum of RGB (Red+Green+Blue) = 217+137+132=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 137 (53.91% from 255 or 28.19% from 486); Blue value is 132 (51.95% from 255 or 27.16% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D98984 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98984 is #26767B. Grayscale: #A0A0A0. Windows color (decimal): -2520700 or 8686041. OLE color: 8686041.

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

Color convert

RGB217137132-
CMYK00.370.390.15
HSL3.53º52.8%68.43%-
HSV(B)3.53º39.17%85.1%-
XYZ41.7334.3126.25-
YUV160.35112168.41-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 137 (53.91% from 255) = 28.19%
BLUE value IS 132 (51.95% from 255) = 27.16%
R=44.65%
G=28.19%
B=27.16%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713713200.370.390.153.5352.868.43
HexD9898402527F43544
Octal3312112040454717465104
Binary110110011000100110000100010010110011111111001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98984

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98984; }

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

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

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

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

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

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

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

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