#D98D81

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

Shades of My Pink #D98D81

Tints of My Pink #D98D81

Color information

#D98D81 (or 0xD98D81) is unknown color: approx My Pink. HEX triplet: D9, 8D and 81. RGB value is (217,141,129). Sum of RGB (Red+Green+Blue) = 217+141+129=487 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.56% from 487); Green value is 141 (55.47% from 255 or 28.95% from 487); Blue value is 129 (50.78% from 255 or 26.49% from 487); Max value from RGB is 217 - color contains mainly: red. Hex color #D98D81 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98D81 is #26727E. Grayscale: #A2A2A2. Windows color (decimal): -2519679 or 8490457. OLE color: 8490457.

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

Color convert

RGB217141129-
CMYK00.350.410.15
HSL8.18º53.66%67.84%-
HSV(B)8.18º40.55%85.1%-
XYZ42.135.3925.38-
YUV162.36109.18166.98-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.56%
GREEN value IS 141 (55.47% from 255) = 28.95%
BLUE value IS 129 (50.78% from 255) = 26.49%
R=44.56%
G=28.95%
B=26.49%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714112900.350.410.158.1853.6667.84
HexD98D8102329F83644
Octal33121520104351171066104
Binary1101100110001101100000010100011101001111110001101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98D81

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98D81; }

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

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

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

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

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

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

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

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