#D08579

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

Shades of My Pink #D08579

Tints of My Pink #D08579

Color information

#D08579 (or 0xD08579) is unknown color: approx My Pink. HEX triplet: D0, 85 and 79. RGB value is (208,133,121). Sum of RGB (Red+Green+Blue) = 208+133+121=462 (61% of max value = 765). Red value is 208 (81.64% from 255 or 45.02% from 462); Green value is 133 (52.34% from 255 or 28.79% from 462); Blue value is 121 (47.66% from 255 or 26.19% from 462); Max value from RGB is 208 - color contains mainly: red. Hex color #D08579 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D08579 is #2F7A86. Grayscale: #9A9A9A. Windows color (decimal): -3111559 or 7964112. OLE color: 7964112.

HSL color Cylindrical-coordinate representation of color #D08579: hue angle of 8.28º 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 #D08579 is Cyan = 0, Magento = 0.36, Yellow = 0.42 and Black (K on CMYK) = 0.18.

Color convert

RGB208133121-
CMYK00.360.420.18
HSL8.28º48.07%64.51%-
HSV(B)8.28º41.83%81.57%-
XYZ37.8531.5722.19-
YUV154.06109.35166.48-

RGB Variations

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

RGB

RED value IS 208 (81.64% from 255) = 45.02%
GREEN value IS 133 (52.34% from 255) = 28.79%
BLUE value IS 121 (47.66% from 255) = 26.19%
R=45.02%
G=28.79%
B=26.19%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.42
K (Black) values IS 0.18
SystemRedGreenBlueCMYKHSL
Decimal20813312100.360.420.188.2848.0764.51
HexD085790242A1283041
Octal32020517104452221060101
Binary1101000010000101111100101001001010101001010001100001000001

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D08579

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D08579; }

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

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

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

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

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

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

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

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