#D79085

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

Shades of My Pink #D79085

Tints of My Pink #D79085

Color information

#D79085 (or 0xD79085) is unknown color: approx My Pink. HEX triplet: D7, 90 and 85. RGB value is (215,144,133). Sum of RGB (Red+Green+Blue) = 215+144+133=492 (65% of max value = 765). Red value is 215 (84.38% from 255 or 43.70% from 492); Green value is 144 (56.64% from 255 or 29.27% from 492); Blue value is 133 (52.34% from 255 or 27.03% from 492); Max value from RGB is 215 - color contains mainly: red. Hex color #D79085 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79085 is #286F7A. Grayscale: #A4A4A4. Windows color (decimal): -2649979 or 8753367. OLE color: 8753367.

HSL color Cylindrical-coordinate representation of color #D79085: hue angle of 8.05º degrees, saturation: 0.51, lightness: 0.68%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.38%. Process color model (Four color, CMYK) of #D79085 is Cyan = 0, Magento = 0.33, Yellow = 0.38 and Black (K on CMYK) = 0.16.

Color convert

RGB215144133-
CMYK00.330.380.16
HSL8.05º50.62%68.24%-
HSV(B)8.05º38.14%84.31%-
XYZ42.2336.0926.93-
YUV163.98110.52164.39-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 43.70%
GREEN value IS 144 (56.64% from 255) = 29.27%
BLUE value IS 133 (52.34% from 255) = 27.03%
R=43.70%
G=29.27%
B=27.03%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.38
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514413300.330.380.168.0550.6268.24
HexD79085021261083344
Octal32722020504146201063104
Binary11010111100100001000010101000011001101000010001100111000100

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79085

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79085; }

 p { color: rgb(215,144,133); }

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

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

 a { background-color: rgb(215,144,133); }

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

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

 span { border-color: rgb(215,144,133); }

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