#D98884

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

Shades of My Pink #D98884

Tints of My Pink #D98884

Color information

#D98884 (or 0xD98884) is unknown color: approx My Pink. HEX triplet: D9, 88 and 84. RGB value is (217,136,132). Sum of RGB (Red+Green+Blue) = 217+136+132=485 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.74% from 485); Green value is 136 (53.52% from 255 or 28.04% from 485); Blue value is 132 (51.95% from 255 or 27.22% from 485); Max value from RGB is 217 - color contains mainly: red. Hex color #D98884 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D98884 is #26777B. Grayscale: #9F9F9F. Windows color (decimal): -2520956 or 8685785. OLE color: 8685785.

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

Color convert

RGB217136132-
CMYK00.370.390.15
HSL2.82º52.8%68.43%-
HSV(B)2.82º39.17%85.1%-
XYZ41.5834.0326.21-
YUV159.76112.34168.83-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.74%
GREEN value IS 136 (53.52% from 255) = 28.04%
BLUE value IS 132 (51.95% from 255) = 27.22%
R=44.74%
G=28.04%
B=27.22%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.39
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21713613200.370.390.152.8252.868.43
HexD9888402527F33544
Octal3312102040454717365104
Binary11011001100010001000010001001011001111111111101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D98884

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D98884; }

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

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

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

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

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

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

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

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