#D98E83

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

Shades of My Pink #D98E83

Tints of My Pink #D98E83

Color information

#D98E83 (or 0xD98E83) is unknown color: approx My Pink. HEX triplet: D9, 8E and 83. RGB value is (217,142,131). Sum of RGB (Red+Green+Blue) = 217+142+131=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 142 (55.86% from 255 or 28.98% from 490); Blue value is 131 (51.56% from 255 or 26.73% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D98E83 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98E83 is #26717C. Grayscale: #A3A3A3. Windows color (decimal): -2519421 or 8621785. OLE color: 8621785.

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

Color convert

RGB217142131-
CMYK00.350.400.15
HSL7.67º53.09%68.24%-
HSV(B)7.67º39.63%85.1%-
XYZ42.3935.7426.14-
YUV163.17109.85166.39-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 142 (55.86% from 255) = 28.98%
BLUE value IS 131 (51.56% from 255) = 26.73%
R=44.29%
G=28.98%
B=26.73%

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
Decimal21714213100.350.400.157.6753.0968.24
HexD98E8302328F83544
Octal33121620304350171065104
Binary1101100110001110100000110100011101000111110001101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98E83

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98E83; }

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

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

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

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

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

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

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

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