#D98D87

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

Shades of My Pink #D98D87

Tints of My Pink #D98D87

Color information

#D98D87 (or 0xD98D87) is unknown color: approx My Pink. HEX triplet: D9, 8D and 87. RGB value is (217,141,135). Sum of RGB (Red+Green+Blue) = 217+141+135=493 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.02% from 493); Green value is 141 (55.47% from 255 or 28.60% from 493); Blue value is 135 (53.12% from 255 or 27.38% from 493); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D87 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D87 is #267278. Grayscale: #A3A3A3. Windows color (decimal): -2519673 or 8883673. OLE color: 8883673.

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

Color convert

RGB217141135-
CMYK00.350.380.15
HSL4.39º51.9%69.02%-
HSV(B)4.39º37.79%85.1%-
XYZ42.5135.5527.54-
YUV163.04112.18166.49-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.02%
GREEN value IS 141 (55.47% from 255) = 28.60%
BLUE value IS 135 (53.12% from 255) = 27.38%
R=44.02%
G=28.60%
B=27.38%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.38
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714113500.350.380.154.3951.969.02
HexD98D8702326F43445
Octal3312152070434617464105
Binary110110011000110110000111010001110011011111001101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D87

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D87; }

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

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

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

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

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

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

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

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