#D79080

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

Shades of My Pink #D79080

Tints of My Pink #D79080

Color information

#D79080 (or 0xD79080) is unknown color: approx My Pink. HEX triplet: D7, 90 and 80. RGB value is (215,144,128). Sum of RGB (Red+Green+Blue) = 215+144+128=487 (64% of max value = 765). Red value is 215 (84.38% from 255 or 44.15% from 487); Green value is 144 (56.64% from 255 or 29.57% from 487); Blue value is 128 (50.39% from 255 or 26.28% from 487); Max value from RGB is 215 - color contains mainly: red. Hex color #D79080 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D79080 is #286F7F. Grayscale: #A3A3A3. Windows color (decimal): -2649984 or 8425687. OLE color: 8425687.

HSL color Cylindrical-coordinate representation of color #D79080: hue angle of 11.03º degrees, saturation: 0.52, lightness: 0.67%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.4%. Process color model (Four color, CMYK) of #D79080 is Cyan = 0, Magento = 0.33, Yellow = 0.40 and Black (K on CMYK) = 0.16.

Color convert

RGB215144128-
CMYK00.330.400.16
HSL11.03º52.1%67.25%-
HSV(B)11.03º40.47%84.31%-
XYZ41.8935.9525.15-
YUV163.4108.02164.8-

RGB Variations

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

RGB

RED value IS 215 (84.38% from 255) = 44.15%
GREEN value IS 144 (56.64% from 255) = 29.57%
BLUE value IS 128 (50.39% from 255) = 26.28%
R=44.15%
G=29.57%
B=26.28%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.33
Y (Yellow) values IS 0.40
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21514412800.330.400.1611.0352.167.25
HexD790800212810b3443
Octal32722020004150201364103
Binary11010111100100001000000001000011010001000010111101001000011

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D79080

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D79080; }

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

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

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

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

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

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

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

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