#D99481

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

Shades of My Pink #D99481

Tints of My Pink #D99481

Color information

#D99481 (or 0xD99481) is unknown color: approx My Pink. HEX triplet: D9, 94 and 81. RGB value is (217,148,129). Sum of RGB (Red+Green+Blue) = 217+148+129=494 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.93% from 494); Green value is 148 (58.20% from 255 or 29.96% from 494); Blue value is 129 (50.78% from 255 or 26.11% from 494); Max value from RGB is 217 - color contains mainly: red. Hex color #D99481 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99481 is #266B7E. Grayscale: #A6A6A6. Windows color (decimal): -2517887 or 8492249. OLE color: 8492249.

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

Color convert

RGB217148129-
CMYK00.320.410.15
HSL12.95º53.66%67.84%-
HSV(B)12.95º40.55%85.1%-
XYZ43.1737.5225.74-
YUV166.46106.86164.04-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.93%
GREEN value IS 148 (58.20% from 255) = 29.96%
BLUE value IS 129 (50.78% from 255) = 26.11%
R=43.93%
G=29.96%
B=26.11%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.32
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714812900.320.410.1512.9553.6667.84
HexD9948102029Fd3644
Octal33122420104051171566104
Binary1101100110010100100000010100000101001111111011101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99481

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99481; }

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

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

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

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

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

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

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

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