#D99080

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

Shades of My Pink #D99080

Tints of My Pink #D99080

Color information

#D99080 (or 0xD99080) is unknown color: approx My Pink. HEX triplet: D9, 90 and 80. RGB value is (217,144,128). Sum of RGB (Red+Green+Blue) = 217+144+128=489 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.38% from 489); Green value is 144 (56.64% from 255 or 29.45% from 489); Blue value is 128 (50.39% from 255 or 26.18% from 489); Max value from RGB is 217 - color contains mainly: red. Hex color #D99080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99080 is #266F7F. Grayscale: #A4A4A4. Windows color (decimal): -2518912 or 8425689. OLE color: 8425689.

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

Color convert

RGB217144128-
CMYK00.340.410.15
HSL10.79º53.94%67.65%-
HSV(B)10.79º41.01%85.1%-
XYZ42.4836.2625.18-
YUV164107.68165.8-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.38%
GREEN value IS 144 (56.64% from 255) = 29.45%
BLUE value IS 128 (50.39% from 255) = 26.18%
R=44.38%
G=29.45%
B=26.18%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714412800.340.410.1510.7953.9467.65
HexD9908002229Fb3644
Octal33122020004251171366104
Binary1101100110010000100000000100010101001111110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99080; }

 p { color: rgb(217,144,128); }

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

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

 a { background-color: rgb(217,144,128); }

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

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

 span { border-color: rgb(217,144,128); }

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