#D09083

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

Shades of My Pink #D09083

Tints of My Pink #D09083

Color information

#D09083 (or 0xD09083) is unknown color: approx My Pink. HEX triplet: D0, 90 and 83. RGB value is (208,144,131). Sum of RGB (Red+Green+Blue) = 208+144+131=483 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.06% from 483); Green value is 144 (56.64% from 255 or 29.81% from 483); Blue value is 131 (51.56% from 255 or 27.12% from 483); Max value from RGB is 208 - color contains mainly: red. Hex color #D09083 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09083 is #2F6F7C. Grayscale: #A1A1A1. Windows color (decimal): -3108733 or 8622288. OLE color: 8622288.

HSL color Cylindrical-coordinate representation of color #D09083: hue angle of 10.13º degrees, saturation: 0.45, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.37%. Process color model (Four color, CMYK) of #D09083 is Cyan = 0, Magento = 0.31, Yellow = 0.37 and Black (K on CMYK) = 0.18.

Color convert

RGB208144131-
CMYK00.310.370.18
HSL10.13º45.03%66.47%-
HSV(B)10.13º37.02%81.57%-
XYZ40.083526.11-
YUV161.65110.7161.06-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.06%
GREEN value IS 144 (56.64% from 255) = 29.81%
BLUE value IS 131 (51.56% from 255) = 27.12%
R=43.06%
G=29.81%
B=27.12%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.31
Y (Yellow) values IS 0.37
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814413100.310.370.1810.1345.0366.47
HexD0908301F2512a2d42
Octal32022020303745221255102
Binary1101000010010000100000110111111001011001010101011011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09083

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09083; }

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

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

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

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

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

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

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

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