#D98D84

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

Shades of My Pink #D98D84

Tints of My Pink #D98D84

Color information

#D98D84 (or 0xD98D84) is unknown color: approx My Pink. HEX triplet: D9, 8D and 84. RGB value is (217,141,132). Sum of RGB (Red+Green+Blue) = 217+141+132=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 141 (55.47% from 255 or 28.78% from 490); Blue value is 132 (51.95% from 255 or 26.94% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D84 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D84 is #26727B. Grayscale: #A2A2A2. Windows color (decimal): -2519676 or 8687065. OLE color: 8687065.

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

Color convert

RGB217141132-
CMYK00.350.390.15
HSL6.35º52.8%68.43%-
HSV(B)6.35º39.17%85.1%-
XYZ42.3135.4726.45-
YUV162.7110.68166.73-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 141 (55.47% from 255) = 28.78%
BLUE value IS 132 (51.95% from 255) = 26.94%
R=44.29%
G=28.78%
B=26.94%

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
Decimal21714113200.350.390.156.3552.868.43
HexD98D8402327F63544
Octal3312152040434717665104
Binary110110011000110110000100010001110011111111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D84

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D84; }

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

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

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

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

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

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

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

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