#D88981

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

Shades of My Pink #D88981

Tints of My Pink #D88981

Color information

#D88981 (or 0xD88981) is unknown color: approx My Pink. HEX triplet: D8, 89 and 81. RGB value is (216,137,129). Sum of RGB (Red+Green+Blue) = 216+137+129=482 (63% of max value = 765). Red value is 216 (84.77% from 255 or 44.81% from 482); Green value is 137 (53.91% from 255 or 28.42% from 482); Blue value is 129 (50.78% from 255 or 26.76% from 482); Max value from RGB is 216 - color contains mainly: red. Hex color #D88981 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D88981 is #27767E. Grayscale: #9F9F9F. Windows color (decimal): -2586239 or 8489432. OLE color: 8489432.

HSL color Cylindrical-coordinate representation of color #D88981: hue angle of 5.52º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D88981 is Cyan = 0, Magento = 0.37, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB216137129-
CMYK00.370.400.15
HSL5.52º52.73%67.65%-
HSV(B)5.52º40.28%84.71%-
XYZ41.2334.0825.17-
YUV159.71110.67168.15-

RGB Variations

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

RGB

RED value IS 216 (84.77% from 255) = 44.81%
GREEN value IS 137 (53.91% from 255) = 28.42%
BLUE value IS 129 (50.78% from 255) = 26.76%
R=44.81%
G=28.42%
B=26.76%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.37
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21613712900.370.400.155.5252.7367.65
HexD8898102528F63544
Octal3302112010455017665104
Binary110110001000100110000001010010110100011111101101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D88981

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D88981; }

 p { color: rgb(216,137,129); }

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

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

 a { background-color: rgb(216,137,129); }

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

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

 span { border-color: rgb(216,137,129); }

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