#D08879

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

Shades of My Pink #D08879

Tints of My Pink #D08879

Color information

#D08879 (or 0xD08879) is unknown color: approx My Pink. HEX triplet: D0, 88 and 79. RGB value is (208,136,121). Sum of RGB (Red+Green+Blue) = 208+136+121=465 (61% of max value = 765). Red value is 208 (81.64% from 255 or 44.73% from 465); Green value is 136 (53.52% from 255 or 29.25% from 465); Blue value is 121 (47.66% from 255 or 26.02% from 465); Max value from RGB is 208 - color contains mainly: red. Hex color #D08879 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08879 is #2F7786. Grayscale: #9B9B9B. Windows color (decimal): -3110791 or 7964880. OLE color: 7964880.

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

Color convert

RGB208136121-
CMYK00.350.420.18
HSL10.34º48.07%64.51%-
HSV(B)10.34º41.83%81.57%-
XYZ38.2732.422.33-
YUV155.82108.35165.22-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 44.73%
GREEN value IS 136 (53.52% from 255) = 29.25%
BLUE value IS 121 (47.66% from 255) = 26.02%
R=44.73%
G=29.25%
B=26.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813612100.350.420.1810.3448.0764.51
HexD088790232A12a3041
Octal32021017104352221260101
Binary1101000010001000111100101000111010101001010101100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08879

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08879; }

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

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

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

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

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

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

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

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