#D98A83

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

Shades of My Pink #D98A83

Tints of My Pink #D98A83

Color information

#D98A83 (or 0xD98A83) is unknown color: approx My Pink. HEX triplet: D9, 8A and 83. RGB value is (217,138,131). Sum of RGB (Red+Green+Blue) = 217+138+131=486 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.65% from 486); Green value is 138 (54.30% from 255 or 28.40% from 486); Blue value is 131 (51.56% from 255 or 26.95% from 486); Max value from RGB is 217 - color contains mainly: red. Hex color #D98A83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98A83 is #26757C. Grayscale: #A0A0A0. Windows color (decimal): -2520445 or 8620761. OLE color: 8620761.

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

Color convert

RGB217138131-
CMYK00.360.400.15
HSL4.88º53.09%68.24%-
HSV(B)4.88º39.63%85.1%-
XYZ41.834.5725.94-
YUV160.82111.17168.07-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.65%
GREEN value IS 138 (54.30% from 255) = 28.40%
BLUE value IS 131 (51.56% from 255) = 26.95%
R=44.65%
G=28.40%
B=26.95%

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
Decimal21713813100.360.400.154.8853.0968.24
HexD98A8302428F53544
Octal3312122030445017565104
Binary110110011000101010000011010010010100011111011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98A83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98A83; }

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

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

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

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

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

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

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

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