#D09388

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

Shades of My Pink #D09388

Tints of My Pink #D09388

Color information

#D09388 (or 0xD09388) is unknown color: approx My Pink. HEX triplet: D0, 93 and 88. RGB value is (208,147,136). Sum of RGB (Red+Green+Blue) = 208+147+136=491 (65% of max value = 765). Red value is 208 (81.64% from 255 or 42.36% from 491); Green value is 147 (57.81% from 255 or 29.94% from 491); Blue value is 136 (53.52% from 255 or 27.70% from 491); Max value from RGB is 208 - color contains mainly: red. Hex color #D09388 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D09388 is #2F6C77. Grayscale: #A4A4A4. Windows color (decimal): -3107960 or 8950736. OLE color: 8950736.

HSL color Cylindrical-coordinate representation of color #D09388: hue angle of 9.17º degrees, saturation: 0.43, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.82% and HSV saturation: 0.35%. Process color model (Four color, CMYK) of #D09388 is Cyan = 0, Magento = 0.29, Yellow = 0.35 and Black (K on CMYK) = 0.18.

Color convert

RGB208147136-
CMYK00.290.350.18
HSL9.17º43.37%67.45%-
HSV(B)9.17º34.62%81.57%-
XYZ40.8936.0528.1-
YUV163.98112.21159.39-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 42.36%
GREEN value IS 147 (57.81% from 255) = 29.94%
BLUE value IS 136 (53.52% from 255) = 27.70%
R=42.36%
G=29.94%
B=27.70%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.29
Y (Yellow) values IS 0.35
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20814713600.290.350.189.1743.3767.45
HexD0938801D231292b43
Octal32022321003543221153103
Binary1101000010010011100010000111011000111001010011010111000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D09388

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D09388; }

 p { color: rgb(208,147,136); }

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

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

 a { background-color: rgb(208,147,136); }

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

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

 span { border-color: rgb(208,147,136); }

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