#D99088

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

Shades of My Pink #D99088

Tints of My Pink #D99088

Color information

#D99088 (or 0xD99088) is unknown color: approx My Pink. HEX triplet: D9, 90 and 88. RGB value is (217,144,136). Sum of RGB (Red+Green+Blue) = 217+144+136=497 (65% of max value = 765). Red value is 217 (85.16% from 255 or 43.66% from 497); Green value is 144 (56.64% from 255 or 28.97% from 497); Blue value is 136 (53.52% from 255 or 27.36% from 497); Max value from RGB is 217 - color contains mainly: red. Hex color #D99088 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99088 is #266F77. Grayscale: #A5A5A5. Windows color (decimal): -2518904 or 8949977. OLE color: 8949977.

HSL color Cylindrical-coordinate representation of color #D99088: hue angle of 5.93º degrees, saturation: 0.52, lightness: 0.69%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D99088 is Cyan = 0, Magento = 0.34, Yellow = 0.37 and Black (K on CMYK) = 0.15.

Color convert

RGB217144136-
CMYK00.340.370.15
HSL5.93º51.59%69.22%-
HSV(B)5.93º37.33%85.1%-
XYZ43.0336.4828.07-
YUV164.92111.68165.15-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 43.66%
GREEN value IS 144 (56.64% from 255) = 28.97%
BLUE value IS 136 (53.52% from 255) = 27.36%
R=43.66%
G=28.97%
B=27.36%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.37
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714413600.340.370.155.9351.5969.22
HexD9908802225F63445
Octal3312202100424517664105
Binary110110011001000010001000010001010010111111101101001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99088

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99088; }

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

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

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

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

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

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

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

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