#D98D85

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

Shades of My Pink #D98D85

Tints of My Pink #D98D85

Color information

#D98D85 (or 0xD98D85) is unknown color: approx My Pink. HEX triplet: D9, 8D and 85. RGB value is (217,141,133). Sum of RGB (Red+Green+Blue) = 217+141+133=491 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.20% from 491); Green value is 141 (55.47% from 255 or 28.72% from 491); Blue value is 133 (52.34% from 255 or 27.09% from 491); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D85 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D85 is #26727A. Grayscale: #A2A2A2. Windows color (decimal): -2519675 or 8752601. OLE color: 8752601.

HSL color Cylindrical-coordinate representation of color #D98D85: hue angle of 5.71º degrees, saturation: 0.53, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.39%. Process color model (Four color, CMYK) of #D98D85 is Cyan = 0, Magento = 0.35, Yellow = 0.39 and Black (K on CMYK) = 0.15.

Color convert

RGB217141133-
CMYK00.350.390.15
HSL5.71º52.5%68.63%-
HSV(B)5.71º38.71%85.1%-
XYZ42.3735.4926.81-
YUV162.81111.18166.65-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.20%
GREEN value IS 141 (55.47% from 255) = 28.72%
BLUE value IS 133 (52.34% from 255) = 27.09%
R=44.20%
G=28.72%
B=27.09%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714113300.350.390.155.7152.568.63
HexD98D8502327F63545
Octal3312152050434717665105
Binary110110011000110110000101010001110011111111101101011000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D85

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D85; }

 p { color: rgb(217,141,133); }

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

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

 a { background-color: rgb(217,141,133); }

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

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

 span { border-color: rgb(217,141,133); }

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