#D68A89

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

Shades of My Pink #D68A89

Tints of My Pink #D68A89

Color information

#D68A89 (or 0xD68A89) is unknown color: approx My Pink. HEX triplet: D6, 8A and 89. RGB value is (214,138,137). Sum of RGB (Red+Green+Blue) = 214+138+137=489 (64% of max value = 765). Red value is 214 (83.98% from 255 or 43.76% from 489); Green value is 138 (54.30% from 255 or 28.22% from 489); Blue value is 137 (53.91% from 255 or 28.02% from 489); Max value from RGB is 214 - color contains mainly: red. Hex color #D68A89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68A89 is #297576. Grayscale: #A0A0A0. Windows color (decimal): -2717047 or 9013974. OLE color: 9013974.

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

Color convert

RGB214138137-
CMYK00.360.360.16
HSL0.78º48.43%68.82%-
HSV(B)0.78º35.98%83.92%-
XYZ41.3434.2828.1-
YUV160.61114.68166.08-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.76%
GREEN value IS 138 (54.30% from 255) = 28.22%
BLUE value IS 137 (53.91% from 255) = 28.02%
R=43.76%
G=28.22%
B=28.02%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.36
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21413813700.360.360.160.7848.4368.82
HexD68A89024241013045
Octal3262122110444420160105
Binary11010110100010101000100101001001001001000011100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68A89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68A89; }

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

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

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

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

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

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

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

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