#d08886

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

Shades of My Pink #D08886

Tints of My Pink #D08886

Color information

#D08886 (or 0xD08886) is unknown color: approx My Pink. HEX triplet: D0, 88 and 86. RGB value is (208,136,134). Sum of RGB (Red+Green+Blue) = 208+136+134=478 (63% of max value = 765). Red value is 208 (81.64% from 255 or 43.51% from 478); Green value is 136 (53.52% from 255 or 28.45% from 478); Blue value is 134 (52.73% from 255 or 28.03% from 478); Max value from RGB is 208 - color contains mainly: red. Hex color #D08886 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D08886 is #2F7779. Grayscale: #9D9D9D. Windows color (decimal): -3110778 or 8816848. OLE color: 8816848.

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

Color convert

RGB208136134-
CMYK00.350.360.18
HSL1.62º44.05%67.06%-
HSV(B)1.62º35.58%81.57%-
XYZ39.1232.7426.81-
YUV157.3114.85164.16-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 43.51%
GREEN value IS 136 (53.52% from 255) = 28.45%
BLUE value IS 134 (52.73% from 255) = 28.03%
R=43.51%
G=28.45%
B=28.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813613400.350.360.181.6244.0567.06
HexD08886023241222c43
Octal3202102060434422254103
Binary110100001000100010000110010001110010010010101011001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #d08886

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #d08886; }

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

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

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

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

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

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

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

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