#D99581

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

Shades of My Pink #D99581

Tints of My Pink #D99581

Color information

#D99581 (or 0xD99581) is unknown color: approx My Pink. HEX triplet: D9, 95 and 81. RGB value is (217,149,129). Sum of RGB (Red+Green+Blue) = 217+149+129=495 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.84% from 495); Green value is 149 (58.59% from 255 or 30.10% from 495); Blue value is 129 (50.78% from 255 or 26.06% from 495); Max value from RGB is 217 - color contains mainly: red. Hex color #D99581 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99581 is #266A7E. Grayscale: #A7A7A7. Windows color (decimal): -2517631 or 8492505. OLE color: 8492505.

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

Color convert

RGB217149129-
CMYK00.310.410.15
HSL13.64º53.66%67.84%-
HSV(B)13.64º40.55%85.1%-
XYZ43.3337.8325.79-
YUV167.05106.53163.63-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.84%
GREEN value IS 149 (58.59% from 255) = 30.10%
BLUE value IS 129 (50.78% from 255) = 26.06%
R=43.84%
G=30.10%
B=26.06%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.41
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714912900.310.410.1513.6453.6667.84
HexD9958101F29Fe3644
Octal33122520103751171666104
Binary110110011001010110000001011111101001111111101101101000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99581

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99581; }

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

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

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

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

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

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

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

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