#D99083

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

Shades of My Pink #D99083

Tints of My Pink #D99083

Color information

#D99083 (or 0xD99083) is unknown color: approx My Pink. HEX triplet: D9, 90 and 83. RGB value is (217,144,131). Sum of RGB (Red+Green+Blue) = 217+144+131=492 (65% of max value = 765). Red value is 217 (85.16% from 255 or 44.11% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 131 (51.56% from 255 or 26.63% from 492); Max value from RGB is 217 - color contains mainly: red. Hex color #D99083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D99083 is #266F7C. Grayscale: #A4A4A4. Windows color (decimal): -2518909 or 8622297. OLE color: 8622297.

HSL color Cylindrical-coordinate representation of color #D99083: hue angle of 9.07º degrees, saturation: 0.53, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.85% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D99083 is Cyan = 0, Magento = 0.34, Yellow = 0.40 and Black (K on CMYK) = 0.15.

Color convert

RGB217144131-
CMYK00.340.400.15
HSL9.07º53.09%68.24%-
HSV(B)9.07º39.63%85.1%-
XYZ42.6936.3426.24-
YUV164.34109.18165.56-

RGB Variations

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

RGB

RED value IS 217 (85.16% from 255) = 44.11%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 131 (51.56% from 255) = 26.63%
R=44.11%
G=29.27%
B=26.63%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.34
Y (Yellow) values IS 0.40
K (Black) values IS 0.15
SystemRedGreenBlueCMYKHSL
Decimal21714413100.340.400.159.0753.0968.24
HexD9908302228F93544
Octal33122020304250171165104
Binary1101100110010000100000110100010101000111110011101011000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D99083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D99083; }

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

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

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

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

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

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

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

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