#D99180

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

Shades of My Pink #D99180

Tints of My Pink #D99180

Color information

#D99180 (or 0xD99180) is unknown color: approx My Pink. HEX triplet: D9, 91 and 80. RGB value is (217,145,128). Sum of RGB (Red+Green+Blue) = 217+145+128=490 (64% of max value = 765). Red value is 217 (85.16% from 255 or 44.29% from 490); Green value is 145 (57.03% from 255 or 29.59% from 490); Blue value is 128 (50.39% from 255 or 26.12% from 490); Max value from RGB is 217 - color contains mainly: red. Hex color #D99180 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99180 is #266E7F. Grayscale: #A4A4A4. Windows color (decimal): -2518656 or 8425945. OLE color: 8425945.

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

Color convert

RGB217145128-
CMYK00.330.410.15
HSL11.46º53.94%67.65%-
HSV(B)11.46º41.01%85.1%-
XYZ42.6436.5625.23-
YUV164.59107.35165.38-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.29%
GREEN value IS 145 (57.03% from 255) = 29.59%
BLUE value IS 128 (50.39% from 255) = 26.12%
R=44.29%
G=29.59%
B=26.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714512800.330.410.1511.4653.9467.65
HexD9918002129Fb3644
Octal33122120004151171366104
Binary1101100110010001100000000100001101001111110111101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99180

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99180; }

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

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

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

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

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

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

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

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