#D68A79

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

Shades of My Pink #D68A79

Tints of My Pink #D68A79

Color information

#D68A79 (or 0xD68A79) is unknown color: approx My Pink. HEX triplet: D6, 8A and 79. RGB value is (214,138,121). Sum of RGB (Red+Green+Blue) = 214+138+121=473 (62% of max value = 765). Red value is 214 (83.98% from 255 or 45.24% from 473); Green value is 138 (54.30% from 255 or 29.18% from 473); Blue value is 121 (47.66% from 255 or 25.58% from 473); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A79 is not a web safe color. Web safe color analog (approx): #CC9966. Inversed color of #D68A79 is #297586. Grayscale: #9E9E9E. Windows color (decimal): -2717063 or 7965398. OLE color: 7965398.

HSL color Cylindrical-coordinate representation of color #D68A79: hue angle of 10.97º degrees, saturation: 0.53, lightness: 0.66%. HSV value (or HSB Brightness) of color is 0.84% and HSV saturation: 0.43%. Process color model (Four color, CMYK) of #D68A79 is Cyan = 0, Magento = 0.36, Yellow = 0.43 and Black (K on CMYK) = 0.16.

Color convert

RGB214138121-
CMYK00.360.430.16
HSL10.97º53.14%65.69%-
HSV(B)10.97º43.46%83.92%-
XYZ40.2733.8522.5-
YUV158.79106.68167.38-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 45.24%
GREEN value IS 138 (54.30% from 255) = 29.18%
BLUE value IS 121 (47.66% from 255) = 25.58%
R=45.24%
G=29.18%
B=25.58%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.43
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413812100.360.430.1610.9753.1465.69
HexD68A790242B10b3542
Octal32621217104453201365102
Binary1101011010001010111100101001001010111000010111101011000010

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A79

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A79; }

 p { color: rgb(214,138,121); }

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

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

 a { background-color: rgb(214,138,121); }

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

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

 span { border-color: rgb(214,138,121); }

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