#D68C89

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

Shades of My Pink #D68C89

Tints of My Pink #D68C89

Color information

#D68C89 (or 0xD68C89) is unknown color: approx My Pink. HEX triplet: D6, 8C and 89. RGB value is (214,140,137). Sum of RGB (Red+Green+Blue) = 214+140+137=491 (65% of max value = 765). Red value is 214 (83.98% from 255 or 43.58% from 491); Green value is 140 (55.08% from 255 or 28.51% from 491); Blue value is 137 (53.91% from 255 or 27.90% from 491); Max value from RGB is 214 - color contains mainly: red. Hex color #D68C89 is not a web safe color. Web safe color analog (approx): #CC9999. Inversed color of #D68C89 is #297376. Grayscale: #A1A1A1. Windows color (decimal): -2716535 or 9014486. OLE color: 9014486.

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

Color convert

RGB214140137-
CMYK00.350.360.16
HSL2.34º48.43%68.82%-
HSV(B)2.34º35.98%83.92%-
XYZ41.6234.8628.2-
YUV161.78114.02165.24-

RGB Variations

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

RGB

RED value IS 214 (83.98% from 255) = 43.58%
GREEN value IS 140 (55.08% from 255) = 28.51%
BLUE value IS 137 (53.91% from 255) = 27.90%
R=43.58%
G=28.51%
B=27.90%

CMYK

C (Cyan) values IS 0
M (Magenta) values IS 0.35
Y (Yellow) values IS 0.36
K (Black) values IS 0.16
SystemRedGreenBlueCMYKHSL
Decimal21414013700.350.360.162.3448.4368.82
HexD68C89023241023045
Octal3262142110434420260105
Binary110101101000110010001001010001110010010000101100001000101

Black

1234567890 Text Example


1234567890 Text Example

White

1234567890 Text Example


1234567890 Text Example


Color Harmonies of #D68C89

Triadic Colors

Analogous Colors

Split complements Colors

Complementary Color



HTML code & CSSWeb design

color css

<style>
 p { color: #D68C89; }

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

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

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

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

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

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

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

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